| Package | Description |
|---|---|
| org.egov.infra.admin.master.entity | |
| org.egov.infra.admin.master.repository | |
| org.egov.infra.admin.master.service |
| Modifier and Type | Method and Description |
|---|---|
Set<Action> |
Feature.getActions() |
Set<Action> |
Module.getActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Feature.setActions(Set<Action> actions) |
void |
Module.setActions(Set<Action> actions) |
| Modifier and Type | Method and Description |
|---|---|
Action |
ActionRepository.findByName(String name) |
Action |
ActionRepository.findByUrlAndContextRootAndQueryParams(String url,
String contextRoot,
String queryParams) |
Action |
ActionRepository.findByUrlAndContextRootAndQueryParamsIsNull(String url,
String contextRoot) |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
ActionRepository.findByMatchingUrlAndContextRoot(String url,
String contextRoot) |
List<Action> |
ActionRepository.findByMatchingUrlAndContextRootAndQueryParams(String url,
String contextRoot,
String queryParams) |
| Modifier and Type | Method and Description |
|---|---|
Long |
FeatureRepository.countByRolesInAndActionsIn(Role role,
Action action) |
| Modifier and Type | Method and Description |
|---|---|
Action |
ActionService.getActionById(Long id) |
Action |
ActionService.getActionByName(String name) |
Action |
ActionService.getActionByUrlAndContextRoot(String url,
String contextRoot) |
Action |
ActionService.saveAction(Action action) |
| Modifier and Type | Method and Description |
|---|---|
Long |
FeatureService.getNumberOfFeatureByRoleAction(Role role,
Action action) |
Action |
ActionService.saveAction(Action action) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.