Uses of Class
org.exoplatform.timetracker.entity.SubTypeEntity
-
Packages that use SubTypeEntity Package Description org.exoplatform.timetracker.entity org.exoplatform.timetracker.storage -
-
Uses of SubTypeEntity in org.exoplatform.timetracker.entity
Constructors in org.exoplatform.timetracker.entity with parameters of type SubTypeEntity 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. -
Uses of SubTypeEntity in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return SubTypeEntity Modifier and Type Method Description SubTypeEntityCodesStorage. toSubTypeEntity(SubType subType)toSubTypeEntity.Methods in org.exoplatform.timetracker.storage with parameters of type SubTypeEntity Modifier and Type Method Description SubTypeCodesStorage. toSubTypeDTO(SubTypeEntity subTypeEntity)toSubTypeDTO.
-