org.broadleafcommerce.common.config.dao
Interface SystemPropertiesDao
- All Known Implementing Classes:
- SystemPropertiesDaoImpl
public interface SystemPropertiesDao
This DAO enables access to manage system properties that can be stored in the database.
User: Kelly Tisdell
Date: 6/25/12
saveSystemProperty
SystemProperty saveSystemProperty(SystemProperty systemProperty)
deleteSystemProperty
void deleteSystemProperty(SystemProperty systemProperty)
readAllSystemProperties
List<SystemProperty> readAllSystemProperties()
readSystemPropertyByName
SystemProperty readSystemPropertyByName(String name)
createNewSystemProperty
SystemProperty createNewSystemProperty()
Copyright © 2013. All Rights Reserved.