org.nhindirect.config.service
Interface SettingService
- All Known Subinterfaces:
- ConfigurationService
- All Known Implementing Classes:
- ConfigurationServiceImpl, SettingServiceImpl
public interface SettingService
Service class for methods related to a setting object.
getAllSettings
Collection<org.nhindirect.config.store.Setting> getAllSettings()
throws ConfigurationServiceException
- Throws:
ConfigurationServiceException
getSettingsByNames
Collection<org.nhindirect.config.store.Setting> getSettingsByNames(Collection<String> names)
throws ConfigurationServiceException
- Throws:
ConfigurationServiceException
getSettingByName
org.nhindirect.config.store.Setting getSettingByName(String name)
throws ConfigurationServiceException
- Throws:
ConfigurationServiceException
addSetting
void addSetting(String name,
String value)
throws ConfigurationServiceException
- Throws:
ConfigurationServiceException
updateSetting
void updateSetting(String name,
String value)
throws ConfigurationServiceException
- Throws:
ConfigurationServiceException
deleteSetting
void deleteSetting(Collection<String> names)
throws ConfigurationServiceException
- Throws:
ConfigurationServiceException
Copyright © 2011. All Rights Reserved.