| 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 |
|---|---|
List<AppConfigValues> |
AppConfig.getConfValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
AppConfig.setConfValues(List<AppConfigValues> confValues) |
| Modifier and Type | Method and Description |
|---|---|
List<AppConfigValues> |
AppConfigValueRepository.findByConfig_KeyNameAndConfig_Module_Name(String keyName,
String moduleName) |
List<AppConfigValues> |
AppConfigValueRepository.findByConfig_KeyNameAndConfig_Module_NameOrderByValueAsc(String keyName,
String moduleName) |
List<AppConfigValues> |
AppConfigValueRepository.findByConfig_KeyNameLikeAndConfig_Module_Name(String keyName,
String moduleName) |
List<AppConfigValues> |
AppConfigValueRepository.getAppConfigValueByModuleAndKeyAndDate(String moduleName,
String keyName,
Date effectiveFrom,
Date fromDate,
Date toDate) |
| Modifier and Type | Method and Description |
|---|---|
AppConfigValues |
AppConfigValueService.getAppConfigValueByDate(String moduleName,
String keyName,
Date effectiveFrom) |
AppConfigValues |
AppConfigValueService.getById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<AppConfigValues> |
AppConfigValueService.getConfigValuesByModuleAndKey(String moduleName,
String keyName) |
List<AppConfigValues> |
AppConfigValueService.getConfigValuesByModuleAndKeyByValueAsc(String moduleName,
String keyName) |
List<AppConfigValues> |
AppConfigValueService.getConfigValuesByModuleAndKeyLike(String moduleName,
String keyName) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.