Uses of Class
org.exoplatform.timetracker.entity.SubActivityCodeEntity
-
Packages that use SubActivityCodeEntity Package Description org.exoplatform.timetracker.entity org.exoplatform.timetracker.storage -
-
Uses of SubActivityCodeEntity in org.exoplatform.timetracker.entity
Constructors in org.exoplatform.timetracker.entity with parameters of type SubActivityCodeEntity 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 SubActivityCodeEntity in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return SubActivityCodeEntity Modifier and Type Method Description SubActivityCodeEntityCodesStorage. toSubActivityCodeEntity(SubActivityCode subActivityCode)toSubActivityCodeEntity.Methods in org.exoplatform.timetracker.storage with parameters of type SubActivityCodeEntity Modifier and Type Method Description SubActivityCodeCodesStorage. toSubActivityCodeDTO(SubActivityCodeEntity subActivityCodeEntity)toSubActivityCodeDTO.
-