| Package | Description |
|---|---|
| org.egov.infra.admin.master.entity | |
| org.egov.infra.admin.master.repository | |
| org.egov.infra.admin.master.service | |
| org.egov.infra.workflow.entity |
| Modifier and Type | Method and Description |
|---|---|
Module |
AppConfig.getModule() |
Module |
Feature.getModule() |
Module |
Action.getParentModule() |
Module |
Module.getParentModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
AppConfig.setModule(Module module) |
void |
Feature.setModule(Module module) |
void |
Action.setParentModule(Module parentModule) |
void |
Module.setParentModule(Module parentModule) |
| Modifier and Type | Method and Description |
|---|---|
Module |
ModuleRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Module> |
ModuleRepository.findByParentModuleIsNullAndEnabledTrueOrderByNameAsc() |
| Modifier and Type | Method and Description |
|---|---|
Module |
ModuleService.getModuleByName(String moduleName) |
| Modifier and Type | Method and Description |
|---|---|
List<Module> |
ModuleService.getAllTopModules() |
| Modifier and Type | Method and Description |
|---|---|
Module |
WorkflowTypes.getModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowTypes.setModule(Module module) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.