@Service(value="blSystemPropertiesService") public class SystemPropertiesServiceImpl extends java.lang.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) |
java.util.List<SystemProperty> |
findAllSystemProperties() |
SystemProperty |
findSystemPropertyByName(java.lang.String name) |
SystemProperty |
saveSystemProperty(SystemProperty systemProperty) |
@Transactional(value="blTransactionManager") public SystemProperty createNewSystemProperty
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 java.util.List<SystemProperty> findAllSystemProperties()
findAllSystemProperties in interface SystemPropertiesService@Transactional(value="blTransactionManager") public SystemProperty findSystemPropertyByName(java.lang.String name)
findSystemPropertyByName in interface SystemPropertiesService@Transactional(value="blTransactionManager") public SystemProperty createNewSystemProperty()
SystemPropertiesServicecreateNewSystemProperty in interface SystemPropertiesServiceCopyright © 2018. All Rights Reserved.