@Service @Transactional(readOnly=true) public class FeatureService extends Object
| Constructor and Description |
|---|
FeatureService() |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
getAllFeatures() |
List<Feature> |
getAllFeaturesByModuleId(Long moduleId) |
Feature |
getFeatureById(Long id) |
Long |
getNumberOfFeatureByRoleAction(Role role,
Action action) |
Feature |
saveFeature(Feature feature) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.