Package org.cyclos.impl.marketplace
Interface AdWebShopSettingServiceLocal
-
- All Superinterfaces:
AdWebShopSettingService,Service
- All Known Implementing Classes:
AdWebShopSettingServiceImpl
public interface AdWebShopSettingServiceLocal extends AdWebShopSettingService
Local interface forAdWebShopSettingService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdWebShopSettinggetAdWebShopSetting(User user)Returns the webshop settings for the given uservoidremove(User user)Removes webshop settings for the given user.-
Methods inherited from interface org.cyclos.services.marketplace.AdWebShopSettingService
getData, save
-
-
-
-
Method Detail
-
getAdWebShopSetting
AdWebShopSetting getAdWebShopSetting(User user)
Returns the webshop settings for the given user
-
remove
void remove(User user)
Removes webshop settings for the given user.
-
-