Uses of Class
org.exoplatform.timetracker.entity.ClientEntity
Packages that use ClientEntity
-
Uses of ClientEntity in org.exoplatform.timetracker.entity
Constructors in org.exoplatform.timetracker.entity with parameters of type ClientEntityModifierConstructorDescriptionActivityRecordEntity(Long id, String userName, String activityDate, Date activityTime, String description, String location, String office, float time, String projectVersion, ClientEntity clientEntity, ProjectEntity projectEntity, ActivityEntity activityEntity, SalesOrderEntity salesOrderEntity, Date createdDate) Constructor for ActivityRecordEntity.ProjectEntity(Long id, String code, String label, ClientEntity clientEntity) Constructor for ProjectEntity.SalesOrderEntity(Long id, String name, String description, ClientEntity clientEntity) Constructor for SalesOrderEntity. -
Uses of ClientEntity in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return ClientEntityMethods in org.exoplatform.timetracker.storage with parameters of type ClientEntity