public interface IConfigValueDAO extends IAuditedEntity<EConfigValue,Long>
| Modifier and Type | Method and Description |
|---|---|
List<EConfigValue> |
findAll(String template) |
List<EConfigValue> |
findBy(String template) |
List<EConfigValue> |
findBy(String template,
String service) |
EConfigValue |
findBy(String template,
String service,
String key) |
List<EConfigValue> |
findGlobal() |
List<EConfigValue> |
findGlobal(String service) |
EConfigValue |
findGlobal(String service,
String key) |
EConfigValue |
findKey(String key) |
EConfigValue |
findKey(String template,
String key) |
List<String> |
findTemplates() |
delete, saveList<EConfigValue> findGlobal()
List<EConfigValue> findGlobal(String service)
service - the service nameEConfigValue findGlobal(String service, String key)
service - the service namekey - the keyList<EConfigValue> findBy(String template)
template - the template nameList<EConfigValue> findBy(String template, String service)
template - the template nameservice - the service nameEConfigValue findBy(String template, String service, String key)
template - the template nameservice - the service namekey - the keyEConfigValue findKey(String key)
key - the keyEConfigValue findKey(String template, String key)
template - the template namekey - the keyList<EConfigValue> findAll(String template)
template - the template nameCopyright © 2014 Cinovo AG. All Rights Reserved.