Uses of Class
org.exoplatform.timetracker.entity.ActivityRecordEntity
Packages that use ActivityRecordEntity
-
Uses of ActivityRecordEntity in org.exoplatform.timetracker.dao
Methods in org.exoplatform.timetracker.dao that return ActivityRecordEntityModifier and TypeMethodDescriptionActivityRecordDAO.getLastActivityRecord(String userName) get Last Activity Record.Methods in org.exoplatform.timetracker.dao that return types with arguments of type ActivityRecordEntityModifier and TypeMethodDescriptionActivityRecordDAO.getActivityRecords(String search, String activity, String type, String subType, String activityCode, String subActivityCode, String client, String project, String feature, String fromDate, String toDate, String userName, String location, String office, int offset, int limit, String sortBy, boolean sortDesc) getActivityRecords.ActivityRecordDAO.getUserActivityRecordsList(String day, String userName) getUserActivityRecordsList. -
Uses of ActivityRecordEntity in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return ActivityRecordEntityModifier and TypeMethodDescriptionActivityRecordStorage.toEntity(ActivityRecord activityRecord) toEntity.Methods in org.exoplatform.timetracker.storage with parameters of type ActivityRecordEntityModifier and TypeMethodDescriptionActivityRecordStorage.toDTO(ActivityRecordEntity activityRecordEntity) toDTO.