Uses of Class
org.exoplatform.timetracker.dto.Office
Packages that use Office
Package
Description
-
Uses of Office in org.exoplatform.timetracker.dto
Constructors in org.exoplatform.timetracker.dto with parameters of type Office -
Uses of Office in org.exoplatform.timetracker.rest
Methods in org.exoplatform.timetracker.rest with parameters of type OfficeModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseSettingsManagementREST.createOffice(Office office) createOffice.javax.ws.rs.core.ResponseSettingsManagementREST.updateOffice(Office office) updateOffice. -
Uses of Office in org.exoplatform.timetracker.service
Methods in org.exoplatform.timetracker.service that return OfficeModifier and TypeMethodDescriptionTimeTrackerSettingsService.createOffice(Office office) Create new Office that will be available for all users.TimeTrackerSettingsService.updateOffice(Office office, String username) Update an existing Office on datasource.Methods in org.exoplatform.timetracker.service that return types with arguments of type OfficeModifier and TypeMethodDescriptionTimeTrackerSettingsService.getOfficesList()Retrieves the list of Activities with offset, limit and a keyword that can be emptyMethods in org.exoplatform.timetracker.service with parameters of type OfficeModifier and TypeMethodDescriptionTimeTrackerSettingsService.createOffice(Office office) Create new Office that will be available for all users.TimeTrackerSettingsService.updateOffice(Office office, String username) Update an existing Office on datasource. -
Uses of Office in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return OfficeModifier and TypeMethodDescriptionSettingsStorage.createOffice(Office office) createOffice.SettingsStorage.getOfficeByCode(String code) getOfficeById.SettingsStorage.toOfficeDTO(OfficeEntity officeEntity) toOfficeDTO.SettingsStorage.updateOffice(Office office) updateOffice.Methods in org.exoplatform.timetracker.storage that return types with arguments of type OfficeMethods in org.exoplatform.timetracker.storage with parameters of type OfficeModifier and TypeMethodDescriptionSettingsStorage.createOffice(Office office) createOffice.SettingsStorage.toOfficeEntity(Office office) toOfficeEntity.SettingsStorage.updateOffice(Office office) updateOffice.