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 |
readSystemPropertyByName(String name) |
SystemProperty |
saveSystemProperty(SystemProperty systemProperty) |
SystemProperty saveSystemProperty(SystemProperty systemProperty)
void deleteSystemProperty(SystemProperty systemProperty)
List<SystemProperty> readAllSystemProperties()
SystemProperty readSystemPropertyByName(String name)
SystemProperty createNewSystemProperty()
Copyright © 2014. All rights reserved.