Package org.cyclos.services.marketplace
Interface AdWebShopSettingService
-
- All Superinterfaces:
Service
- All Known Subinterfaces:
AdWebShopSettingServiceLocal
public interface AdWebShopSettingService extends Service
Service interface for web shop settings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdWebShopSettingDatagetData(@NotNull UserLocatorVO locator)Returns the settings for the given uservoidsave(@NotNull AdWebShopSettingDTO dto)Saves the settings
-
-
-
Method Detail
-
getData
AdWebShopSettingData getData(@NotNull @NotNull UserLocatorVO locator) throws FrameworkException
Returns the settings for the given user- Throws:
FrameworkException
-
save
void save(@NotNull @NotNull AdWebShopSettingDTO dto) throws FrameworkExceptionSaves the settings- Throws:
FrameworkException
-
-