Uses of Class
org.exoplatform.timetracker.entity.OfficeEntity
-
Packages that use OfficeEntity Package Description org.exoplatform.timetracker.entity org.exoplatform.timetracker.storage -
-
Uses of OfficeEntity in org.exoplatform.timetracker.entity
Constructors in org.exoplatform.timetracker.entity with parameters of type OfficeEntity Constructor Description WorkTimeEntity(java.lang.Long id, java.util.Date from, java.util.Date to, float time, java.lang.String period, java.lang.String team, java.lang.String userId, OfficeEntity officeEntity, boolean defaultTime)Constructor for WorkTimeEntity. -
Uses of OfficeEntity in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return OfficeEntity Modifier and Type Method Description OfficeEntitySettingsStorage. toOfficeEntity(Office office)toOfficeEntity.Methods in org.exoplatform.timetracker.storage with parameters of type OfficeEntity Modifier and Type Method Description OfficeSettingsStorage. toOfficeDTO(OfficeEntity officeEntity)toOfficeDTO.
-