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

Packages that use SellingItem
com.retek.component.customer   
com.retek.component.customerorder   
com.retek.component.history   
com.retek.component.media   
com.retek.rcom.gui.core   
com.retek.rcom.gui.util   
com.retek.rmm.gui.core   
com.retek.rmm.gui.util   
 

Uses of SellingItem in com.retek.component.customer
 

Methods in com.retek.component.customer that return SellingItem
 SellingItem SpecialOrderActivityRequest.getSellingItem()
           
 SellingItem CareCardActivityRequest.getSellingItem()
           
 SellingItem GeneralActivityRequest.getSellingItem()
           
 

Methods in com.retek.component.customer with parameters of type SellingItem
 void SpecialOrderActivityRequest.setSellingItem(SellingItem sellingItem)
           
 void CareCardActivityRequest.setSellingItem(SellingItem sellingItem)
           
 void GeneralActivityRequest.setSellingItem(SellingItem sellingItem)
           
 

Uses of SellingItem in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return SellingItem
 SellingItem ShippedContainerLine.getSellingItem()
           
 

Uses of SellingItem in com.retek.component.history
 

Methods in com.retek.component.history with parameters of type SellingItem
 void HistoryEvent.setEventDetail(java.lang.String eventDetail, SellingItem sellingItem)
          The SellingItem number and description are concatenated to the end of the eventDetail if an order is associated with this HistoryEvent and HistoryEventType is HistoryEventType.CSR_ORDER_COMMENT
 

Uses of SellingItem in com.retek.component.media
 

Methods in com.retek.component.media that return SellingItem
 SellingItem SellingItemSearchResult.getFoundSellingItem()
           
 SellingItem SellingItemDepiction.getSellingItem()
           
 SellingItem SellingSku.getSellingItem()
           
 SellingItem SellingList.getTriggerSellingItem()
           
 SellingItem Media.getSellingItem(java.lang.String sellingItemNumber)
           
 SellingItem SellingItemManager.buildSellingItemInstance(Item item)
           
 SellingItem SellingItemManager.buildSellingItemInstance(java.util.Set items)
           
 SellingItem SellingItemManager.buildSellingItemInstance(Item item, java.util.Set sellingSkus)
           
 SellingItem SellingItemManager.findSellingItem(java.lang.String sellingItemDisplayNumber, Banner banner)
          Finds a selling item on a specific media, in a specific banner, regardless of media status.
 SellingItem SellingItemManager.readSellingItem(DistributedReference ref)
           
 SellingItem SellingItemManager.buildSellingItemInstance(SellingItem originalSellingItem, SellingItemItemDescriptor descriptor)
           
 

Methods in com.retek.component.media with parameters of type SellingItem
 void SellingList.setTrigger(SellingItem sellingItem)
           
 PackSellingSku SellingItemManager.buildPackSellingSkuInstance(SellingItem sellingItem, Pack pack)
           
 SellingItemDepiction SellingItemManager.buildSellingItemDepictionInstance(SellingItem sellingItem)
           
 SellingItem SellingItemManager.buildSellingItemInstance(SellingItem originalSellingItem, SellingItemItemDescriptor descriptor)
           
 

Constructors in com.retek.component.media with parameters of type SellingItem
SellingItemSearchResult(SellingItem foundSellingItem, SellingItemNotOrderableReason notFoundReason)
           
 

Uses of SellingItem in com.retek.rcom.gui.core
 

Methods in com.retek.rcom.gui.core that return SellingItem
static SellingItem RcomRepository.retrieveMultiStyleItem()
           
 

Methods in com.retek.rcom.gui.core with parameters of type SellingItem
static void RcomRepository.storeMultiStyleItem(SellingItem sellingItem)
          MULTI STYLE
 

Uses of SellingItem in com.retek.rcom.gui.util
 

Methods in com.retek.rcom.gui.util that return SellingItem
static SellingItem RcomFindHandler.readSellingItem(Banner banner, java.lang.String enteredSellingItemCode)
           
 

Uses of SellingItem in com.retek.rmm.gui.core
 

Methods in com.retek.rmm.gui.core that return SellingItem
static SellingItem RmmRepository.retrieveSellingItem()
           
 

Methods in com.retek.rmm.gui.core with parameters of type SellingItem
static void RmmRepository.storeSellingItem(SellingItem sellingItem)
          SELLING ITEM METHODS
 

Uses of SellingItem in com.retek.rmm.gui.util
 

Methods in com.retek.rmm.gui.util that return SellingItem
static SellingItem RmmFindHandler.readSellingItem(Banner banner, java.lang.String sellingItemNumber)
          SELLING ITEM METHODS
static SellingItem RmmFindHandler.readSellingItem(Banner banner, ChannelType type, java.lang.String sellingItemNumber)
           
 

Methods in com.retek.rmm.gui.util with parameters of type SellingItem
static void RmmDebug.displaySellingItem(SellingItem sellingItem)
           
 



Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25