| Package | Description |
|---|---|
| org.egov.infra.admin.master.repository | |
| org.egov.infra.admin.master.service |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
FeatureRepository.findByModuleId(Long moduleId) |
| Modifier and Type | Method and Description |
|---|---|
Feature |
FeatureService.getFeatureById(Long id) |
Feature |
FeatureService.saveFeature(Feature feature) |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
FeatureService.getAllFeatures() |
List<Feature> |
FeatureService.getAllFeaturesByModuleId(Long moduleId) |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureAccessControlService.grantAccess(Feature feature,
Role role) |
void |
FeatureAccessControlService.revokeAccess(Feature feature,
Role role) |
Feature |
FeatureService.saveFeature(Feature feature) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.