Uses of Class
org.exoplatform.timetracker.entity.SubTypeEntity
Packages that use SubTypeEntity
-
Uses of SubTypeEntity in org.exoplatform.timetracker.entity
Constructors in org.exoplatform.timetracker.entity with parameters of type SubTypeEntityModifierConstructorDescriptionActivityEntity(Long id, 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 SubTypeEntityMethods in org.exoplatform.timetracker.storage with parameters of type SubTypeEntityModifier and TypeMethodDescriptionCodesStorage.toSubTypeDTO(SubTypeEntity subTypeEntity) toSubTypeDTO.