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

Packages that use SellingItem
com.retek.component.customer   
com.retek.component.customer.impl   
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.test   
com.retek.component.history   
com.retek.component.history.impl   
com.retek.component.internet.impl   
com.retek.component.media   
com.retek.component.media.impl   
com.retek.component.media.impl.command   
com.retek.component.media.test   
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.customer.impl
 

Methods in com.retek.component.customer.impl that return SellingItem
 SellingItem CareCardActivityRequestImpl.getSellingItem()
           
 SellingItem SpecialOrderActivityRequestImpl.getSellingItem()
           
 SellingItem GeneralActivityRequestImpl.getSellingItem()
           
 

Methods in com.retek.component.customer.impl with parameters of type SellingItem
 void CareCardActivityRequestImpl.setSellingItem(SellingItem sellingItem)
           
 void SpecialOrderActivityRequestImpl.setSellingItem(SellingItem sellingItem)
           
 void GeneralActivityRequestImpl.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.customerorder.impl
 

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

Uses of SellingItem in com.retek.component.customerorder.test
 

Methods in com.retek.component.customerorder.test that return SellingItem
static SellingItem COMediaObjectMaster.createSellingItem(Item item, Media media)
           
static SellingItem COMediaObjectMaster.createSellingItem(Media media)
           
static SellingItem COMediaObjectMaster.createSellingItem(Media media, Supplier supplier, ItemPersonalizationBuilderAttributes itemPersAttributes)
           
static SellingItem COMediaObjectMaster.createPartialSellingItem(Media media)
           
static SellingItem COMediaObjectMaster.createSellingItemWithPageSpread(Item item, Media media, java.lang.String pageSpread)
           
static SellingItem COMediaObjectMaster.createSellingItemWithoutDepiction(DistributedContext context, Item item, Media media)
           
 

Methods in com.retek.component.customerorder.test with parameters of type SellingItem
static SellingItemDepiction COMediaObjectMaster.createSellingItemDepiction(DistributedContext context, SellingItem sellingItem, java.lang.String pageSpread)
           
static SellingItemDepiction COMediaObjectMaster.createDepiction(DistributedContext context, SellingItem sellingItem, java.lang.String pageSpread)
           
static void COMediaObjectMaster.attachInventoryItemLocationAndInventoryData(Media media, SellingItem sellingItem, DistributedContext context)
           
static void COMediaObjectMaster.attachInventoryItemLocationAndInventoryData(Media media, SellingItem sellingItem, int locationOutboundDays, int itemLocationOutboundDays, DistributedContext context)
           
static void CustomerOrderObjectMaster.attachInventoryItemLocationAndInventoryDataForBackOrderedStatus(DistributedContext context, Media media, SellingItem sellingItem, int outboundDays, int itemLocOutboundDays, boolean isDirectShip)
           
 

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.history.impl
 

Methods in com.retek.component.history.impl with parameters of type SellingItem
 void HistoryEventImpl.setEventDetail(java.lang.String eventDetail, SellingItem sellingItem)
           
 

Uses of SellingItem in com.retek.component.internet.impl
 

Methods in com.retek.component.internet.impl with parameters of type SellingItem
static ExASellingItemImpl ItemConverter.getExASellingItem(ExAMedia media, SellingItem sellingItem, DistributedContext context)
           
 

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 SellingItem.getSellingItemJustForUI(SellingSku sku)
           
 SellingItem SellingItemManager.buildSellingItemInstance(Item item)
           
 SellingItem SellingItemManager.buildSellingItemInstance(java.util.Set items)
           
 SellingItem SellingItemManager.buildSellingItemInstance(Item item, java.util.Set sellingSkus)
           
 SellingItem SellingItemManager.readSellingItem(DistributedReference ref)
           
 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.
 

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

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

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

Classes in com.retek.component.media.impl that implement SellingItem
 class SellingItemImpl
           
 

Methods in com.retek.component.media.impl that return SellingItem
 SellingItem SellingItemDepictionImpl.getSellingItem()
           
 SellingItem SellingListImpl.getTriggerSellingItem()
           
 SellingItem SellingItemImpl.getSellingItemJustForUI(SellingSku sku)
           
 SellingItem MediaImpl.getSellingItem(java.lang.String sellingItemNumber)
           
 SellingItem SellingSkuImpl.getSellingItem()
           
 SellingItem SellingItemManagerImpl.buildSellingItemInstance(Item item, java.util.Set sellingSkus)
           
 SellingItem SellingItemManagerImpl.buildSellingItemInstance(Item item)
           
 SellingItem SellingItemManagerImpl.buildSellingItemInstance(java.util.Set items)
           
 SellingItem SellingItemManagerImpl.readSellingItem(DistributedReference ref)
           
 SellingItem SellingItemManagerImpl.findSellingItem(java.lang.String sellingItemDisplayNumber, Banner banner)
           
 

Methods in com.retek.component.media.impl with parameters of type SellingItem
 void SellingItemDepictionImpl.setSellingItem(SellingItem sellingItem)
           
 void SellingListImpl.setTrigger(SellingItem sellingItem)
           
 void SellingItemDepictionValidator.validate(SellingItem sellingItem)
           
static void SellingItemSetMediaValidator.validate(MediaImpl mediaImpl, SellingItem sellingItem)
           
 SellingSku SellingItemManagerImpl.buildSellingSkuInstance(SellingItem sellingItem, Sku sku)
           
 PackSellingSku SellingItemManagerImpl.buildPackSellingSkuInstance(SellingItem sellingItem, Pack pack)
           
 SellingItemDepiction SellingItemManagerImpl.buildSellingItemDepictionInstance(SellingItem sellingItem)
           
 

Constructors in com.retek.component.media.impl with parameters of type SellingItem
SellingSkuImpl(DistributedContext context, DistributedReference reference, SellingItem sellingItem, Item item)
           
PackSellingSkuImpl(DistributedContext context, DistributedReference reference, SellingItem sellingItem, Item item)
           
 

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

Methods in com.retek.component.media.impl.command with parameters of type SellingItem
static void SellingItemDeleteValidator.validate(SellingItem sellingItem)
           
 void SellingItemSubmitValidator.validate(SellingItem sellingItem)
           
 void SellingItemIncorrectCodeValidator.validate(SellingItem sellingItem, java.lang.String misprintCode)
           
static void SellingItemSellingSkuDeleteValidator.validate(SellingItem sellingItem)
           
 

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

Methods in com.retek.component.media.test that return SellingItem
static SellingItem MediaObjectMaster.createSellingItem(DistributedContext context, Item item, Media media, boolean shouldSetupStoresOnItemForMedia)
           
static SellingItem MediaObjectMaster.createSellingItem(DistributedContext context, Item item, Media media)
           
static SellingItem MediaObjectMaster.createSellingItem(DistributedContext context, java.util.Set items, Media media)
           
static SellingItem MediaObjectMaster.createSellingItemWithPageSpread(DistributedContext context, Item item, Media media, java.lang.String pageSpread)
           
static SellingItem MediaObjectMaster.createSellingItemWithPageSpread(DistributedContext context, Item item, Media media, java.lang.String pageSpread, boolean shouldSetupStoresOnItemForMedia)
           
static SellingItem MediaObjectMaster.createMultiStyleSellingItem(DistributedContext context, java.util.Set items, Media media)
           
static SellingItem MediaObjectMaster.createSellingItem(Media media, DistributedContext context, int numSkus)
           
static SellingItem MediaObjectMaster.createSellingItem(DistributedContext context, int numSkus)
           
static SellingItem MediaObjectMaster.createSellingItemWithPack(DistributedContext context)
           
static SellingItem MediaObjectMaster.createSellingItemWithPack(DistributedContext context, Pack pack)
           
static SellingItem MediaObjectMaster.createSellingItemWithPack(DistributedContext context, Pack pack, Media media)
           
static SellingItem MediaObjectMaster.createSellingItemWithPacks(DistributedContext context, java.util.Set packs, Media media)
           
static SellingItem MediaObjectMaster.createSellingItemWithPacks(DistributedContext context, java.util.Set packs)
           
static SellingItem MediaObjectMaster.createSellingItemWithPacks(DistributedContext context, int numPacks, Media media)
           
static SellingItem MediaObjectMaster.createSellingItemWithPacks(DistributedContext context, int numPacks)
           
static SellingItem MediaObjectMaster.createSellingItemWithoutDepiction(DistributedContext context, int numSkus, Media aMedia)
           
static SellingItem MediaObjectMaster.createSellingItemWithoutDepiction(DistributedContext context, Item item, Media media)
           
static SellingItem MediaObjectMaster.createSellingItem(DistributedContext context)
           
static SellingItem MediaObjectMaster.createSellingItemInWorksheetMediaForTest(DistributedContext context)
           
static SellingItem MediaObjectMaster.createSellingItemInActiveMediaForTest(DistributedContext context)
           
 

Methods in com.retek.component.media.test with parameters of type SellingItem
static SellingItemDepiction MediaObjectMaster.createSellingItemDepiction(DistributedContext context, SellingItem sellingItem)
           
static SellingItemDepiction MediaObjectMaster.createSellingItemDepiction(DistributedContext context, SellingItem sellingItem, java.lang.String pageSpread)
           
static SellingItemDepiction MediaObjectMaster.createSellingItemWithMinimalDepictionRequirements(DistributedContext context, SellingItem sellingItem, java.lang.String pageSpread)
           
static SellingItemDepiction MediaObjectMaster.createEmptySellingItemDepiction(DistributedContext context, SellingItem sellingItem)
           
static void MediaObjectMaster.attachInventoryItemLocationAndInventoryData(Media media, SellingItem sellingItem)
           
static void MediaObjectMaster.attachInventoryItemLocationAndInventoryData(Media media, SellingItem sellingItem, int locationOutboundDays, int itemLocationOutboundDays)
           
 

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 © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28