public interface SystemPropertiesDao
Type | Property and Description |
---|---|
SystemProperty |
createNewSystem |
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 createNewSystemProperty
SystemProperty saveSystemProperty(SystemProperty systemProperty)
void deleteSystemProperty(SystemProperty systemProperty)
List<SystemProperty> readAllSystemProperties()
SystemProperty readSystemPropertyByName(String name)
SystemProperty createNewSystemProperty()
SystemProperty readById(Long id)
id
- SystemProperty
void removeFromCache(SystemProperty systemProperty)
systemProperty
- the property instanceCopyright © 2022. All rights reserved.