public interface SettingService
| Modifier and Type | Method and Description |
|---|---|
void |
addSetting(String name,
String value) |
void |
deleteSetting(String name) |
org.nhindirect.config.model.Setting |
getSetting(String name) |
Collection<org.nhindirect.config.model.Setting> |
getSettings() |
void |
updateSetting(String name,
String value) |
Collection<org.nhindirect.config.model.Setting> getSettings() throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionorg.nhindirect.config.model.Setting getSetting(String name) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid addSetting(String name, String value) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid updateSetting(String name, String value) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid deleteSetting(String name) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionCopyright © 2021. All rights reserved.