|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.config.service.impl.SettingServiceImpl
public class SettingServiceImpl
Service class for methods related to a Service object.
| Constructor Summary | |
|---|---|
SettingServiceImpl()
|
|
| Method Summary | |
|---|---|
void |
addSetting(String name,
String value)
|
void |
deleteSetting(Collection<String> names)
|
Collection<org.nhindirect.config.store.Setting> |
getAllSettings()
|
org.nhindirect.config.store.dao.SettingDao |
getDao()
Return the value of the AnchorDao object. |
org.nhindirect.config.store.Setting |
getSettingByName(String name)
|
Collection<org.nhindirect.config.store.Setting> |
getSettingsByNames(Collection<String> names)
|
void |
init()
Initialization method. |
void |
setDao(org.nhindirect.config.store.dao.SettingDao dao)
Set the value of the AnchorDao object. |
void |
updateSetting(String name,
String value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SettingServiceImpl()
| Method Detail |
|---|
public void init()
public void addSetting(String name,
String value)
throws ConfigurationServiceException
addSetting in interface SettingServiceConfigurationServiceException
public void deleteSetting(Collection<String> names)
throws ConfigurationServiceException
deleteSetting in interface SettingServiceConfigurationServiceException
public Collection<org.nhindirect.config.store.Setting> getAllSettings()
throws ConfigurationServiceException
getAllSettings in interface SettingServiceConfigurationServiceException
public org.nhindirect.config.store.Setting getSettingByName(String name)
throws ConfigurationServiceException
getSettingByName in interface SettingServiceConfigurationServiceException
public Collection<org.nhindirect.config.store.Setting> getSettingsByNames(Collection<String> names)
throws ConfigurationServiceException
getSettingsByNames in interface SettingServiceConfigurationServiceException
public void updateSetting(String name,
String value)
throws ConfigurationServiceException
updateSetting in interface SettingServiceConfigurationServiceException@Autowired public void setDao(org.nhindirect.config.store.dao.SettingDao dao)
dao - the value of the AnchorDao object.public org.nhindirect.config.store.dao.SettingDao getDao()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||