Interface SystemConfigurationService

All Known Implementing Classes:
SystemConfigurationServiceImpl

public interface SystemConfigurationService

SystemConfigurationService interface.

Version:
$Id: $Id
Author:
matthieu Store/Get system prop value in database
  • Method Details

    • confValue

      String confValue(String propKey)

      confValue.

      Parameters:
      propKey - a String object
      Returns:
      a String object
    • resetConfValue

      void resetConfValue(String propKey)

      resetConfValue.

      Parameters:
      propKey - a String object
    • updateConfValue

      void updateConfValue(String propKey, String value)

      updateConfValue.

      Parameters:
      propKey - a String object
      value - a String object