Uses of Class
org.exoplatform.timetracker.entity.FeatureEntity
-
Packages that use FeatureEntity Package Description org.exoplatform.timetracker.entity org.exoplatform.timetracker.storage -
-
Uses of FeatureEntity in org.exoplatform.timetracker.entity
Constructors in org.exoplatform.timetracker.entity with parameters of type FeatureEntity 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 FeatureEntity in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return FeatureEntity Modifier and Type Method Description FeatureEntityFeatureStorage. toEntity(Feature feature)toEntity.Methods in org.exoplatform.timetracker.storage with parameters of type FeatureEntity Modifier and Type Method Description FeatureFeatureStorage. toDTO(FeatureEntity featureEntity)toDTO.
-