@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) |
SystemProperty |
saveSystemProperty(SystemProperty systemProperty) |
createNewSystemProperty in interface SystemPropertiesServiceprotected SystemPropertiesDao systemPropertiesDao
@Transactional(value="blTransactionManager") public SystemProperty saveSystemProperty(SystemProperty systemProperty)
saveSystemProperty in interface SystemPropertiesService@Transactional(value="blTransactionManager") public void deleteSystemProperty(SystemProperty systemProperty)
deleteSystemProperty in interface SystemPropertiesService@Transactional(value="blTransactionManager") public List<SystemProperty> findAllSystemProperties()
findAllSystemProperties in interface SystemPropertiesService@Transactional(value="blTransactionManager") public SystemProperty findSystemPropertyByName(String name)
findSystemPropertyByName in interface SystemPropertiesService@Transactional(value="blTransactionManager") public SystemProperty createNewSystemProperty()
SystemPropertiesServicecreateNewSystemProperty in interface SystemPropertiesServiceCopyright © 2013. All rights reserved.