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


Method Summary
 SystemProperty createNewSystemProperty()
           
 void deleteSystemProperty(SystemProperty systemProperty)
           
 List<SystemProperty> readAllSystemProperties()
           
 SystemProperty readSystemPropertyByName(String name)
           
 SystemProperty saveSystemProperty(SystemProperty systemProperty)
           
 

Method Detail

saveSystemProperty

SystemProperty saveSystemProperty(SystemProperty systemProperty)

deleteSystemProperty

void deleteSystemProperty(SystemProperty systemProperty)

readAllSystemProperties

List<SystemProperty> readAllSystemProperties()

readSystemPropertyByName

SystemProperty readSystemPropertyByName(String name)

createNewSystemProperty

SystemProperty createNewSystemProperty()


Copyright © 2012. All Rights Reserved.