@Service(value="blSystemPropertiesService") public class SystemPropertiesServiceImpl extends Object implements SystemPropertiesService
| Type | Property and Description |
|---|---|
SystemProperty |
createNewSystem
This method should not persist anything to the database.
|
| Modifier and Type | Field and Description |
|---|---|
protected SystemPropertiesDao |
systemPropertiesDao |
| Constructor and Description |
|---|
SystemPropertiesServiceImpl() |
| 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) |
createNewSystemProperty in interface SystemPropertiesServiceprotected SystemPropertiesDao systemPropertiesDao
public String resolveSystemProperty(String name, String defaultValue)
SystemPropertiesServiceresolveSystemProperty in interface SystemPropertiesService@Transactional(value="blTransactionManager") public SystemProperty saveSystemProperty(SystemProperty systemProperty)
saveSystemProperty in interface SystemPropertiesService@Transactional(value="blTransactionManager") public void deleteSystemProperty(SystemProperty systemProperty)
deleteSystemProperty in interface SystemPropertiesServicepublic List<SystemProperty> findAllSystemProperties()
findAllSystemProperties in interface SystemPropertiesServicepublic SystemProperty findSystemPropertyByName(String name)
findSystemPropertyByName in interface SystemPropertiesService@Transactional(value="blTransactionManager") public SystemProperty createNewSystemProperty()
SystemPropertiesServicecreateNewSystemProperty in interface SystemPropertiesServiceCopyright © 2014. All Rights Reserved.