@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 SystemPropertiesService
protected 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()
SystemPropertiesService
createNewSystemProperty
in interface SystemPropertiesService
Copyright © 2014. All rights reserved.