Uses of Interface
com.retek.component.media.ReceivableItem

Packages that use ReceivableItem
com.retek.component.media   
com.retek.component.media.impl   
com.retek.component.promotion   
com.retek.component.promotion.impl   
com.retek.component.promotion.test   
 

Uses of ReceivableItem in com.retek.component.media
 

Subinterfaces of ReceivableItem in com.retek.component.media
 interface PackSellingSku
           
 interface PackSellingSkuComponent
           
 interface SellingItem
           
 interface SellingSku
           
 

Methods in com.retek.component.media with parameters of type ReceivableItem
 boolean SellingSku.matchReceiveableItem(ReceivableItem receiveableItem)
           
 

Uses of ReceivableItem in com.retek.component.media.impl
 

Classes in com.retek.component.media.impl that implement ReceivableItem
 class PackSellingSkuComponentImpl
           
 class PackSellingSkuImpl
           
 class SellingItemImpl
           
 class SellingSkuImpl
           
 

Methods in com.retek.component.media.impl with parameters of type ReceivableItem
 boolean SellingSkuImpl.matchReceiveableItem(ReceivableItem receiveableItem)
           
 

Uses of ReceivableItem in com.retek.component.promotion
 

Methods in com.retek.component.promotion that return ReceivableItem
 ReceivableItem ItemBenefit.getReceivableItem()
           
 ReceivableItem PromotionManager.readReceivableItem(DistributedReference ref)
           
 

Methods in com.retek.component.promotion with parameters of type ReceivableItem
 void ItemBenefit.setReceivableItem(ReceivableItem receiveItem)
           
 

Uses of ReceivableItem in com.retek.component.promotion.impl
 

Methods in com.retek.component.promotion.impl that return ReceivableItem
 ReceivableItem SellingListItemBenefitImpl.getReceivableItem()
           
 ReceivableItem ItemBenefitImpl.getReceivableItem()
           
 ReceivableItem PromotionManagerImpl.readReceivableItem(DistributedReference ref)
           
 

Methods in com.retek.component.promotion.impl with parameters of type ReceivableItem
 void ItemBenefitImpl.setReceivableItem(ReceivableItem receivableItem)
           
 

Uses of ReceivableItem in com.retek.component.promotion.test
 

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)
           
 



Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28