org.nhind.config.rest
Interface SettingService

All Known Implementing Classes:
DefaultSettingService

public interface SettingService


Method Summary
 void addSetting(java.lang.String name, java.lang.String value)
           
 void deleteSetting(java.lang.String name)
           
 org.nhindirect.config.model.Setting getSetting(java.lang.String name)
           
 java.util.Collection<org.nhindirect.config.model.Setting> getSettings()
           
 void updateSetting(java.lang.String name, java.lang.String value)
           
 

Method Detail

getSettings

java.util.Collection<org.nhindirect.config.model.Setting> getSettings()
                                                                      throws org.nhindirect.common.rest.exceptions.ServiceException
Throws:
org.nhindirect.common.rest.exceptions.ServiceException

getSetting

org.nhindirect.config.model.Setting getSetting(java.lang.String name)
                                               throws org.nhindirect.common.rest.exceptions.ServiceException
Throws:
org.nhindirect.common.rest.exceptions.ServiceException

addSetting

void addSetting(java.lang.String name,
                java.lang.String value)
                throws org.nhindirect.common.rest.exceptions.ServiceException
Throws:
org.nhindirect.common.rest.exceptions.ServiceException

updateSetting

void updateSetting(java.lang.String name,
                   java.lang.String value)
                   throws org.nhindirect.common.rest.exceptions.ServiceException
Throws:
org.nhindirect.common.rest.exceptions.ServiceException

deleteSetting

void deleteSetting(java.lang.String name)
                   throws org.nhindirect.common.rest.exceptions.ServiceException
Throws:
org.nhindirect.common.rest.exceptions.ServiceException


Copyright © 2014. All Rights Reserved.