Uses of Class
bakery.logic.usermailobject.ShopUserMailPromotionLO
-
Packages that use ShopUserMailPromotionLO Package Description bakery.logic.usermailobject -
-
Uses of ShopUserMailPromotionLO in bakery.logic.usermailobject
Methods in bakery.logic.usermailobject that return types with arguments of type ShopUserMailPromotionLO Modifier and Type Method Description java.util.List<ShopUserMailPromotionLO>ShopUserMailChargeLO. getPromotions()java.util.List<ShopUserMailPromotionLO>ShopUserMailLO. getPromotions()java.util.List<ShopUserMailPromotionLO>ShopUserMailPositionLO. getPromotions()Method parameters in bakery.logic.usermailobject with type arguments of type ShopUserMailPromotionLO Modifier and Type Method Description voidShopUserMailChargeLO. setPromotions(java.util.List<ShopUserMailPromotionLO> promotions)voidShopUserMailLO. setPromotions(java.util.List<ShopUserMailPromotionLO> promotions)voidShopUserMailPositionLO. setPromotions(java.util.List<ShopUserMailPromotionLO> promotions)
-