Methods in com.retek.component.promotion.test with parameters of type ReceivableItem |
static ItemBenefit |
PromotionObjectMaster.attachItemBenefit(DistributedContext context,
Promotion promotion,
ReceivableItem receiveItem,
Percent percentOff)
|
static ItemBenefit |
PromotionObjectMaster.attachItemBenefit(DistributedContext context,
Promotion promotion,
ReceivableItem receiveItem,
Money dollarOff)
|
static Promotion |
PromotionObjectMaster.createActivePromotionWithItemThresholdAndDollarOffItemBenefit(DistributedContext context,
SourceCode sourceCode,
Money thresholdAmt,
ThresholdableItem thresholdableItem,
ReceivableItem receivableItem,
Money dollarOff,
Banner banner,
ChannelType channelType)
|
static Promotion |
PromotionObjectMaster.createActivePromotionWithItemThresholdAndPercentOffItemBenefit(DistributedContext context,
SourceCode sourceCode,
Money thresholdAmt,
ThresholdableItem thresholdableItem,
ReceivableItem receivableItem,
Percent percentOff,
Banner banner,
ChannelType channelType)
|
static Promotion |
PromotionObjectMaster.createActivePromotionWithItemThresholdAndDollarOffItemBenefit(DistributedContext context,
SourceCode sourceCode,
Quantity thresholdQty,
ThresholdableItem thresholdableItem,
ReceivableItem receivableItem,
Money dollarOff,
Banner banner,
ChannelType channelType)
|
static Promotion |
PromotionObjectMaster.createActivePromotionWithItemThresholdAndPercentOffItemBenefit(DistributedContext context,
SourceCode sourceCode,
Quantity thresholdQty,
ThresholdableItem thresholdableItem,
ReceivableItem receivableItem,
Percent percentOff,
Banner banner,
ChannelType channelType)
|
static Promotion |
PromotionObjectMaster.createActivePromotionWithOrderThresholdAndItemBenefit(DistributedContext context,
SourceCode sourceCode,
Money thresholdAmt,
ReceivableItem receivableItem,
Money dollarOff,
Banner banner,
ChannelType channelType)
|
static Promotion |
PromotionObjectMaster.createActivePromotionWithOrderThresholdAndItemBenefit(DistributedContext context,
SourceCode sourceCode,
Money thresholdAmt,
ReceivableItem receivableItem,
Percent percentOff)
|
static Promotion |
PromotionObjectMaster.createActivePromotionWithOrderThresholdAndItemBenefit(DistributedContext context,
SourceCode sourceCode,
Quantity thresholdQty,
ReceivableItem receivableItem,
Money dollarOff,
Banner banner,
ChannelType channelType)
|
static Promotion |
PromotionObjectMaster.createActivePromotionWithOrderThresholdAndItemBenefit(DistributedContext context,
SourceCode sourceCode,
Quantity thresholdQty,
ReceivableItem receivableItem,
Percent percentOff,
Banner banner,
ChannelType channelType)
|