Uses of Class
org.exoplatform.timetracker.entity.ActivityRecordEntity
-
Packages that use ActivityRecordEntity Package Description org.exoplatform.timetracker.dao org.exoplatform.timetracker.storage -
-
Uses of ActivityRecordEntity in org.exoplatform.timetracker.dao
Methods in org.exoplatform.timetracker.dao that return ActivityRecordEntity Modifier and Type Method Description ActivityRecordEntityActivityRecordDAO. getLastActivityRecord(java.lang.String userName)get Last Activity Record.Methods in org.exoplatform.timetracker.dao that return types with arguments of type ActivityRecordEntity Modifier and Type Method Description java.util.List<ActivityRecordEntity>ActivityRecordDAO. getActivityRecords(java.lang.String search, java.lang.String activity, java.lang.String type, java.lang.String subType, java.lang.String activityCode, java.lang.String subActivityCode, java.lang.String client, java.lang.String project, java.lang.String feature, java.lang.String fromDate, java.lang.String toDate, java.lang.String userName, java.lang.String location, java.lang.String office, int offset, int limit, java.lang.String sortBy, boolean sortDesc)getActivityRecords.java.util.List<ActivityRecordEntity>ActivityRecordDAO. getUserActivityRecordsList(java.lang.String day, java.lang.String userName)getUserActivityRecordsList. -
Uses of ActivityRecordEntity in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return ActivityRecordEntity Modifier and Type Method Description ActivityRecordEntityActivityRecordStorage. toEntity(ActivityRecord activityRecord)toEntity.Methods in org.exoplatform.timetracker.storage with parameters of type ActivityRecordEntity Modifier and Type Method Description ActivityRecordActivityRecordStorage. toDTO(ActivityRecordEntity activityRecordEntity)toDTO.
-