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 Details

    • saveSystemProperty

      SystemProperty saveSystemProperty(SystemProperty systemProperty)
    • deleteSystemProperty

      void deleteSystemProperty(SystemProperty systemProperty)
    • readAllSystemProperties

      List<SystemProperty> readAllSystemProperties()
    • readSystemPropertyByName

      SystemProperty readSystemPropertyByName(String name)
    • createNewSystemProperty

      SystemProperty createNewSystemProperty()
    • readById

      SystemProperty readById(Long id)
      Reads a SystemProperty by its internal database id
      Parameters:
      id -
      Returns:
      the SystemProperty
    • removeFromCache

      void removeFromCache(SystemProperty systemProperty)
      Removes the SystemProperty from the null-capable cache.
      Parameters:
      systemProperty - the property instance