public interface SystemPropertiesDao
| Type | Property and Description |
|---|---|
SystemProperty |
createNewSystem |
| Modifier and Type | Method and Description |
|---|---|
SystemProperty |
createNewSystemProperty() |
void |
deleteSystemProperty(SystemProperty systemProperty) |
java.util.List<SystemProperty> |
readAllSystemProperties() |
SystemProperty |
readSystemPropertyByName(java.lang.String name) |
SystemProperty |
saveSystemProperty(SystemProperty systemProperty) |
SystemProperty createNewSystemProperty
SystemProperty saveSystemProperty(SystemProperty systemProperty)
void deleteSystemProperty(SystemProperty systemProperty)
java.util.List<SystemProperty> readAllSystemProperties()
SystemProperty readSystemPropertyByName(java.lang.String name)
SystemProperty createNewSystemProperty()
Copyright © 2018. All Rights Reserved.