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

Packages that use SellingList
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.media   
com.retek.component.media.impl   
com.retek.component.media.impl.command   
com.retek.component.media.test   
com.retek.component.promotion   
com.retek.component.promotion.impl   
com.retek.rcom.gui.wrapper   
 

Uses of SellingList in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return SellingList
 SellingList CustomerOrderLine.getSellingList()
           
 

Methods in com.retek.component.customerorder with parameters of type SellingList
 void CustomerOrderLine.setSellingList(SellingList list)
           
 

Uses of SellingList in com.retek.component.customerorder.impl
 

Methods in com.retek.component.customerorder.impl that return SellingList
 SellingList CustomerOrderLineImpl.getSellingList()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type SellingList
 void CustomerOrderLineImpl.setSellingList(SellingList list)
           
 

Uses of SellingList in com.retek.component.media
 

Methods in com.retek.component.media that return SellingList
 SellingList SellingListManager.buildSellingListInstance(SellingListType type, Banner banner, ChannelType channelType)
           
 SellingList SellingListManager.readSellingList(DistributedReference reference)
           
 SellingList SellingListItem.getParentSellingList()
           
 

Methods in com.retek.component.media with parameters of type SellingList
 boolean SellingList.areTriggersEqual(SellingList sellingList)
           
 

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

Classes in com.retek.component.media.impl that implement SellingList
 class SellingListImpl
           
 

Methods in com.retek.component.media.impl that return SellingList
 SellingList SellingListItemImpl.getParentSellingList()
           
 SellingList SellingListManagerImpl.buildSellingListInstance(SellingListType type, Banner banner, ChannelType channelType)
           
 SellingList SellingListManagerImpl.readSellingList(DistributedReference reference)
           
 

Methods in com.retek.component.media.impl with parameters of type SellingList
 boolean SellingListImpl.areTriggersEqual(SellingList that)
           
 

Uses of SellingList in com.retek.component.media.impl.command
 

Methods in com.retek.component.media.impl.command with parameters of type SellingList
 void SellingListSubmitValidator.validate(SellingList sellingList)
           
 

Uses of SellingList in com.retek.component.media.test
 

Methods in com.retek.component.media.test that return SellingList
static SellingList MediaObjectMaster.createActiveSellingList(Banner banner, ChannelType channelType, SellingListType type)
           
static SellingList MediaObjectMaster.createActiveSellingListWithItems(Banner banner, ChannelType channelType, Media media, SellingListType type, User user)
           
static SellingList MediaObjectMaster.createActiveSellingListWithItemsWithSellableItemTrigger(Banner banner, ChannelType channelType, Media media, SellingListType type, SellableItem trigger, User user)
           
static SellingList MediaObjectMaster.createActiveUpsellListWithItemsWithMediaTrigger(Banner banner, ChannelType channelType, Media media, User user)
           
static SellingList MediaObjectMaster.createClosedSellingListWithItems(Banner banner, ChannelType channelType, Media media, SellingListType type, User user)
           
static SellingList MediaObjectMaster.createInactiveSellingList(Banner banner, ChannelType channelType, SellingListType type)
           
static SellingList MediaObjectMaster.createInActiveSellingListWithItems(Banner banner, ChannelType channelType, Media media, SellingListType type, User user)
           
 

Uses of SellingList in com.retek.component.promotion
 

Methods in com.retek.component.promotion with parameters of type SellingList
 void Promotion.addSellingList(SellingList sellingList)
           
 void Promotion.removeSellingList(SellingList sellingList)
           
 void PromotionManager.updateSellingListPromotion(SellingList sellingList, User user)
           
 

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

Methods in com.retek.component.promotion.impl with parameters of type SellingList
 void PromotionManagerImpl.updateSellingListPromotion(SellingList sellingList, User user)
           
 void PromotionImpl.addSellingList(SellingList sellingList)
           
 void PromotionImpl.removeSellingList(SellingList sellingList)
           
 

Uses of SellingList in com.retek.rcom.gui.wrapper
 

Methods in com.retek.rcom.gui.wrapper with parameters of type SellingList
 void RcomSellingList.addSellingList(SellingList sellingList)
          SELLING LIST MERGER METHODS
 boolean RcomSellingList.hasMatchingTrigger(SellingList matchingList)
           
 boolean RcomSellingList.containsSellingList(SellingList sellingList)
           
 

Constructors in com.retek.rcom.gui.wrapper with parameters of type SellingList
RcomSellingList(java.lang.Object order, SellingList sellingList)
          CONSTRUCTOR METHODS
RcomSellingList(java.lang.Object order, java.lang.Object line, SellingList sellingList)
           
 



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