Uses of Class
org.exoplatform.timetracker.entity.TypeEntity
-
Packages that use TypeEntity Package Description org.exoplatform.timetracker.entity org.exoplatform.timetracker.storage -
-
Uses of TypeEntity in org.exoplatform.timetracker.entity
Constructors in org.exoplatform.timetracker.entity with parameters of type TypeEntity Constructor Description ActivityEntity(java.lang.Long id, java.lang.String label, ProjectEntity projectEntity, ActivityCodeEntity activityCodeEntity, SubActivityCodeEntity subActivityCodeEntity, TypeEntity typeEntity, SubTypeEntity subTypeEntity, FeatureEntity featureEntity)Constructor for ActivityEntity.SubTypeEntity(java.lang.Long id, java.lang.String code, java.lang.String label, TypeEntity typeEntity)Constructor for SubTypeEntity. -
Uses of TypeEntity in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return TypeEntity Modifier and Type Method Description TypeEntityCodesStorage. toTypeEntity(Type type)toTypeEntity.Methods in org.exoplatform.timetracker.storage with parameters of type TypeEntity Modifier and Type Method Description TypeCodesStorage. toTypeDTO(TypeEntity typeEntity)toTypeDTO.
-