Uses of Class
org.exoplatform.timetracker.entity.OfficeEntity
Packages that use OfficeEntity
-
Uses of OfficeEntity in org.exoplatform.timetracker.entity
Constructors in org.exoplatform.timetracker.entity with parameters of type OfficeEntityModifierConstructorDescriptionWorkTimeEntity(Long id, Date from, Date to, float time, String period, String team, 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 OfficeEntityMethods in org.exoplatform.timetracker.storage with parameters of type OfficeEntityModifier and TypeMethodDescriptionSettingsStorage.toOfficeDTO(OfficeEntity officeEntity) toOfficeDTO.