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