Uses of Class
org.exoplatform.timetracker.dto.ActivityRecord
Packages that use ActivityRecord
Package
Description
-
Uses of ActivityRecord in org.exoplatform.timetracker.dto
Constructor parameters in org.exoplatform.timetracker.dto with type arguments of type ActivityRecordModifierConstructorDescriptionRecordsAccessList(List<ActivityRecord> activityRecords, Long size) Constructor for RecordsAccessList. -
Uses of ActivityRecord in org.exoplatform.timetracker.rest
Methods in org.exoplatform.timetracker.rest with parameters of type ActivityRecordModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseActivityRecordsManagementREST.createActivityRecord(ActivityRecord activityRecord) createActivityRecord.javax.ws.rs.core.ResponseActivityRecordsManagementREST.updateActivityRecord(ActivityRecord activityRecord) updateActivityRecord. -
Uses of ActivityRecord in org.exoplatform.timetracker.service
Methods in org.exoplatform.timetracker.service that return ActivityRecordModifier and TypeMethodDescriptionActivityRecordService.createActivityRecord(ActivityRecord activityRecord) Create new ActivityRecordActivityRecordService.getLastActivityRecord(String userName) Retrieves the list of ActivityRecordsListAccess with offset, limit and a keyword that can be emptyActivityRecordService.updateActivityRecord(ActivityRecord activityRecord, String username) Update an existing ActivityRecord on datasource.Methods in org.exoplatform.timetracker.service that return types with arguments of type ActivityRecordModifier and TypeMethodDescriptionActivityRecordService.getActivityRecords()Retrieves the list of ActivityRecords with offset, limit and a keyword that can be emptyActivityRecordService.getUserActivityRecords(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, String sortBy, Boolean sortDesc, Boolean export, String exportType) ActivityRecordService.getUserActivityRecordsList(String day, String userName) Retrieves the list of ActivityRecords wby dayMethods in org.exoplatform.timetracker.service with parameters of type ActivityRecordModifier and TypeMethodDescriptionActivityRecordService.createActivityRecord(ActivityRecord activityRecord) Create new ActivityRecordActivityRecordService.generateTSCode(List<Team> teams, ActivityRecord record, String exportType) ActivityRecordService.updateActivityRecord(ActivityRecord activityRecord, String username) Update an existing ActivityRecord on datasource. -
Uses of ActivityRecord in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return ActivityRecordModifier and TypeMethodDescriptionActivityRecordStorage.createActivityRecord(ActivityRecord activityRecord) createActivityRecord.ActivityRecordStorage.getActivityRecordById(long ActivityRecordId) getActivityRecordById.ActivityRecordStorage.getLastActivityRecord(String userName) get Last Activity Record.ActivityRecordStorage.toDTO(ActivityRecordEntity activityRecordEntity) toDTO.ActivityRecordStorage.updateActivityRecord(ActivityRecord activityRecord) updateActivityRecord.Methods in org.exoplatform.timetracker.storage that return types with arguments of type ActivityRecordModifier and TypeMethodDescriptionActivityRecordStorage.getActivityRecords()getActivityRecords.ActivityRecordStorage.getUserActivityRecords(String day, String userName) getUserActivityRecords.Methods in org.exoplatform.timetracker.storage with parameters of type ActivityRecordModifier and TypeMethodDescriptionActivityRecordStorage.createActivityRecord(ActivityRecord activityRecord) createActivityRecord.ActivityRecordStorage.toEntity(ActivityRecord activityRecord) toEntity.ActivityRecordStorage.updateActivityRecord(ActivityRecord activityRecord) updateActivityRecord.