Uses of Class
org.exoplatform.timetracker.dto.Feature
-
Packages that use Feature Package Description org.exoplatform.timetracker.dto org.exoplatform.timetracker.rest org.exoplatform.timetracker.service org.exoplatform.timetracker.storage -
-
Uses of Feature in org.exoplatform.timetracker.dto
Constructors in org.exoplatform.timetracker.dto with parameters of type Feature Constructor Description Activity(java.lang.Long id, Type type, SubType subType, ActivityCode activityCode, SubActivityCode subActivityCode, java.lang.String label, Project project, Feature feature, java.util.List<Team> teams)Constructor for Activity. -
Uses of Feature in org.exoplatform.timetracker.rest
Methods in org.exoplatform.timetracker.rest with parameters of type Feature Modifier and Type Method Description javax.ws.rs.core.ResponseFeaturesManagementREST. createFeature(Feature feature)createFeature.javax.ws.rs.core.ResponseFeaturesManagementREST. updateFeature(Feature feature)updateFeature. -
Uses of Feature in org.exoplatform.timetracker.service
Methods in org.exoplatform.timetracker.service that return Feature Modifier and Type Method Description FeatureFeatureService. createFeature(Feature feature)Create new Feature that will be available for all users.FeatureFeatureService. updateFeature(Feature Feature, java.lang.String username)Update an existing Feature on datasource.Methods in org.exoplatform.timetracker.service that return types with arguments of type Feature Modifier and Type Method Description java.util.List<Feature>FeatureService. getFeaturesList()Retrieves the list of Activities with offset, limit and a keyword that can be emptyMethods in org.exoplatform.timetracker.service with parameters of type Feature Modifier and Type Method Description FeatureFeatureService. createFeature(Feature feature)Create new Feature that will be available for all users.FeatureFeatureService. updateFeature(Feature Feature, java.lang.String username)Update an existing Feature on datasource. -
Uses of Feature in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return Feature Modifier and Type Method Description FeatureFeatureStorage. createFeature(Feature feature)createFeature.FeatureFeatureStorage. getFeatureById(long FeatureId)getFeatureById.FeatureFeatureStorage. toDTO(FeatureEntity featureEntity)toDTO.FeatureFeatureStorage. updateFeature(Feature feature)updateFeature.Methods in org.exoplatform.timetracker.storage that return types with arguments of type Feature Modifier and Type Method Description java.util.List<Feature>FeatureStorage. getFeatures()getFeatures.Methods in org.exoplatform.timetracker.storage with parameters of type Feature Modifier and Type Method Description FeatureFeatureStorage. createFeature(Feature feature)createFeature.FeatureEntityFeatureStorage. toEntity(Feature feature)toEntity.FeatureFeatureStorage. updateFeature(Feature feature)updateFeature.
-