public interface SystemPropertiesService
| Type | Property and Description |
|---|---|
SystemProperty |
createNewSystem
This method should not persist anything to the database.
|
| Modifier and Type | Method and Description |
|---|---|
SystemProperty |
createNewSystemProperty()
This method should not persist anything to the database.
|
void |
deleteSystemProperty(SystemProperty systemProperty) |
java.util.List<SystemProperty> |
findAllSystemProperties() |
SystemProperty |
findSystemPropertyByName(java.lang.String name) |
SystemProperty |
saveSystemProperty(SystemProperty systemProperty) |
SystemProperty createNewSystemProperty
SystemProperty saveSystemProperty(SystemProperty systemProperty)
void deleteSystemProperty(SystemProperty systemProperty)
java.util.List<SystemProperty> findAllSystemProperties()
SystemProperty findSystemPropertyByName(java.lang.String name)
SystemProperty createNewSystemProperty()
Copyright © 2018. All Rights Reserved.