public interface FeatureOperations
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FeatureDTO> |
getAllFeatures(java.util.Locale locale)
List all the available features.
|
java.util.List<FeatureDTO> |
getFeatures(java.util.Locale locale,
ApplicationType type)
A list of features applicable to the given application type.
|
java.util.List<FeatureDTO> getAllFeatures(java.util.Locale locale)
locale - The localejava.util.List<FeatureDTO> getFeatures(java.util.Locale locale, ApplicationType type)
locale - The localetype - The type