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 void
ShopUserMailChargeLO. setPromotions(java.util.List<ShopUserMailPromotionLO> promotions)
void
ShopUserMailLO. setPromotions(java.util.List<ShopUserMailPromotionLO> promotions)
void
ShopUserMailPositionLO. setPromotions(java.util.List<ShopUserMailPromotionLO> promotions)
-