public interface SystemPropertiesDao
| Modifier and Type | Method and Description | 
|---|---|
| SystemProperty | createNewSystemProperty() | 
| void | deleteSystemProperty(SystemProperty systemProperty) | 
| List<SystemProperty> | readAllSystemProperties() | 
| SystemProperty | readById(Long id)Reads a SystemProperty by its internal database id | 
| SystemProperty | readSystemPropertyByName(String name) | 
| void | removeFromCache(SystemProperty systemProperty)Removes the SystemProperty from the null-capable cache. | 
| SystemProperty | saveSystemProperty(SystemProperty systemProperty) | 
SystemProperty saveSystemProperty(SystemProperty systemProperty)
void deleteSystemProperty(SystemProperty systemProperty)
List<SystemProperty> readAllSystemProperties()
SystemProperty readSystemPropertyByName(String name)
SystemProperty createNewSystemProperty()
SystemProperty readById(Long id)
id - SystemPropertyvoid removeFromCache(SystemProperty systemProperty)
systemProperty - the property instanceCopyright © 2020. All rights reserved.