Uses of Class
org.exoplatform.timetracker.dto.Office
-
Packages that use Office Package Description org.exoplatform.timetracker.dto org.exoplatform.timetracker.rest org.exoplatform.timetracker.service org.exoplatform.timetracker.storage -
-
Uses of Office in org.exoplatform.timetracker.dto
Constructors in org.exoplatform.timetracker.dto with parameters of type Office Constructor Description WorkTime(java.lang.Long id, java.util.Date from, java.util.Date to, java.lang.String fromDate, java.lang.String toDate, float time, java.lang.String period, java.lang.String team, java.lang.String userId, Office office, boolean defaultTime)Constructor for WorkTime. -
Uses of Office in org.exoplatform.timetracker.rest
Methods in org.exoplatform.timetracker.rest with parameters of type Office Modifier and Type Method Description javax.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 Office Modifier and Type Method Description OfficeTimeTrackerSettingsService. createOffice(Office office)Create new Office that will be available for all users.OfficeTimeTrackerSettingsService. updateOffice(Office office, java.lang.String username)Update an existing Office on datasource.Methods in org.exoplatform.timetracker.service that return types with arguments of type Office Modifier and Type Method Description java.util.List<Office>TimeTrackerSettingsService. 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 Office Modifier and Type Method Description OfficeTimeTrackerSettingsService. createOffice(Office office)Create new Office that will be available for all users.OfficeTimeTrackerSettingsService. updateOffice(Office office, java.lang.String username)Update an existing Office on datasource. -
Uses of Office in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return Office Modifier and Type Method Description OfficeSettingsStorage. createOffice(Office office)createOffice.OfficeSettingsStorage. getOfficeByCode(java.lang.String code)getOfficeById.OfficeSettingsStorage. toOfficeDTO(OfficeEntity officeEntity)toOfficeDTO.OfficeSettingsStorage. updateOffice(Office office)updateOffice.Methods in org.exoplatform.timetracker.storage that return types with arguments of type Office Modifier and Type Method Description java.util.List<Office>SettingsStorage. getOffices()getOffices.Methods in org.exoplatform.timetracker.storage with parameters of type Office Modifier and Type Method Description OfficeSettingsStorage. createOffice(Office office)createOffice.OfficeEntitySettingsStorage. toOfficeEntity(Office office)toOfficeEntity.OfficeSettingsStorage. updateOffice(Office office)updateOffice.
-