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) |
String |
resolveSystemProperty(String name,
String defaultValue)
Preferred method for looking up String properties.
|
SystemProperty |
saveSystemProperty(SystemProperty systemProperty) |
String resolveSystemProperty(String name, String defaultValue)
name - defaultValue - SystemProperty saveSystemProperty(SystemProperty systemProperty)
void deleteSystemProperty(SystemProperty systemProperty)
List<SystemProperty> findAllSystemProperties()
SystemProperty findSystemPropertyByName(String name)
SystemProperty createNewSystemProperty()
Copyright © 2014. All Rights Reserved.