|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PromotionBenefit in com.retek.component.customerorder |
Methods in com.retek.component.customerorder with parameters of type PromotionBenefit | |
static CustomerOrderPromotionDiscountType |
CustomerOrderPromotionDiscountType.fromPromotionBenefit(PromotionBenefit promotionBenefit)
|
Uses of PromotionBenefit in com.retek.component.customerorder.impl |
Methods in com.retek.component.customerorder.impl that return PromotionBenefit | |
protected PromotionBenefit |
PromotionGroup.getPromotionBenefit(Promotion promotion)
|
protected PromotionBenefit |
PromotionItemGroup.getPromotionBenefit(Promotion promotion)
|
Uses of PromotionBenefit in com.retek.component.promotion |
Subinterfaces of PromotionBenefit in com.retek.component.promotion | |
interface |
GiftCertificateBenefit
Represents a promotion benefit where the benefit received by the promotion is a Gift Certificate. |
interface |
ItemBenefit
Represents a promotion benefit where the benefit received by the promotion is a SellingItem or SellingSku. |
interface |
LineMerchAmountBenefit
|
interface |
OrderMerchAmountBenefit
|
interface |
OrderServiceAmountBenefit
|
interface |
PlanCodeBenefit
|
interface |
SellingListItemBenefit
Represents a promotion benefit where the benefit received by the promotion is a SellingItem or SellingSku. |
Methods in com.retek.component.promotion with parameters of type PromotionBenefit | |
void |
Promotion.setBenefit(PromotionBenefit promoBenefit)
|
void |
Promotion.addBenefit(PromotionBenefit benefit)
|
void |
Promotion.removeBenefit(PromotionBenefit benefit)
|
Uses of PromotionBenefit in com.retek.component.promotion.impl |
Classes in com.retek.component.promotion.impl that implement PromotionBenefit | |
class |
GiftCertificateBenefitImpl
|
class |
ItemBenefitImpl
|
class |
LineMerchAmountBenefitImpl
|
class |
OrderMerchAmountBenefitImpl
|
class |
OrderServiceAmountBenefitImpl
|
class |
PlanCodeBenefitImpl
|
class |
PromotionBenefitImpl
|
class |
SellingListItemBenefitImpl
|
Methods in com.retek.component.promotion.impl with parameters of type PromotionBenefit | |
void |
PromotionImpl.setBenefit(PromotionBenefit benefit)
|
void |
PromotionImpl.addBenefit(PromotionBenefit benefit)
|
void |
PromotionImpl.removeBenefit(PromotionBenefit benefit)
|
Uses of PromotionBenefit in com.retek.component.promotion.test |
Methods in com.retek.component.promotion.test that return PromotionBenefit | |
static PromotionBenefit |
PromotionObjectMaster.attachBenefit(DistributedContext context,
Promotion promo,
Money currencyOff)
|
static PromotionBenefit |
PromotionObjectMaster.attachBenefit(DistributedContext context,
Promotion promo,
Percent percentOff)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |