Uses of Class
org.exoplatform.timetracker.dto.Feature
Packages that use Feature
Package
Description
-
Uses of Feature in org.exoplatform.timetracker.dto
Constructors in org.exoplatform.timetracker.dto with parameters of type Feature -
Uses of Feature in org.exoplatform.timetracker.rest
Methods in org.exoplatform.timetracker.rest with parameters of type FeatureModifier and TypeMethodDescriptionjavax.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 FeatureModifier and TypeMethodDescriptionFeatureService.createFeature(Feature feature) Create new Feature that will be available for all users.FeatureService.updateFeature(Feature Feature, String username) Update an existing Feature on datasource.Methods in org.exoplatform.timetracker.service that return types with arguments of type FeatureModifier and TypeMethodDescriptionFeatureService.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 FeatureModifier and TypeMethodDescriptionFeatureService.createFeature(Feature feature) Create new Feature that will be available for all users.FeatureService.updateFeature(Feature Feature, String username) Update an existing Feature on datasource. -
Uses of Feature in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return FeatureModifier and TypeMethodDescriptionFeatureStorage.createFeature(Feature feature) createFeature.FeatureStorage.getFeatureById(long FeatureId) getFeatureById.FeatureStorage.toDTO(FeatureEntity featureEntity) toDTO.FeatureStorage.updateFeature(Feature feature) updateFeature.Methods in org.exoplatform.timetracker.storage that return types with arguments of type FeatureMethods in org.exoplatform.timetracker.storage with parameters of type FeatureModifier and TypeMethodDescriptionFeatureStorage.createFeature(Feature feature) createFeature.toEntity.FeatureStorage.updateFeature(Feature feature) updateFeature.