public interface AdWebShopSettingService extends Service
| Modifier and Type | Method and Description |
|---|---|
AdWebShopSettingDTO |
getSetting(UserLocatorVO locator)
Returns the settings for the given user
|
void |
save(AdWebShopSettingDTO dto)
Saves the settings
|
AdWebShopSettingDTO getSetting(UserLocatorVO locator) throws FrameworkException
FrameworkExceptionvoid save(AdWebShopSettingDTO dto) throws FrameworkException
FrameworkException