Uses of Interface
com.retek.component.item.ItemSupplier

Packages that use ItemSupplier
com.retek.component.customerorder.test   
com.retek.component.event   
com.retek.component.event.impl   
com.retek.component.event.test   
com.retek.component.inventory   
com.retek.component.inventory.impl   
com.retek.component.item   
com.retek.component.item.impl   
com.retek.component.item.test   
com.retek.component.media   
com.retek.component.media.impl   
com.retek.rcom.gui.wrapper   
 

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

Methods in com.retek.component.customerorder.test that return ItemSupplier
static ItemSupplier COItemObjectMaster.attachItemSupplierPersonalizationAttributes(DistributedContext context, ItemSupplier itemSupplier, ItemPersonalizationBuilderAttributes attributes)
           
static ItemSupplier COItemObjectMaster.createItemSupplier(DistributedContext context, SellableItem sellableItem, Supplier supplier, boolean isPrimaryDirectShipSupplier)
           
 

Methods in com.retek.component.customerorder.test with parameters of type ItemSupplier
static ItemSupplier COItemObjectMaster.attachItemSupplierPersonalizationAttributes(DistributedContext context, ItemSupplier itemSupplier, ItemPersonalizationBuilderAttributes attributes)
           
 

Uses of ItemSupplier in com.retek.component.event
 

Methods in com.retek.component.event with parameters of type ItemSupplier
 ItemSupplierEvent EventManager.buildItemSupplierEventInstance(ItemSupplier itemSupplier, SupplierEvent suppEvent)
           
 

Uses of ItemSupplier in com.retek.component.event.impl
 

Methods in com.retek.component.event.impl with parameters of type ItemSupplier
 ItemSupplierEvent EventManagerImpl.buildItemSupplierEventInstance(ItemSupplier itemSupplier, SupplierEvent suppEvent)
           
 

Constructors in com.retek.component.event.impl with parameters of type ItemSupplier
ItemSupplierEventImpl(DistributedContext context, DistributedReference reference, ItemSupplier itemSupplier, SupplierEvent suppEvent)
           
 

Uses of ItemSupplier in com.retek.component.event.test
 

Methods in com.retek.component.event.test with parameters of type ItemSupplier
static ItemSupplierEvent EventObjectMaster.createItemSupplierEvent(DistributedContext context, java.lang.String supplierId, java.lang.String itemId, ItemSupplier itemSupplier, ShippingMethod shippingMethod, SupplierEvent suppEvent)
           
static ItemSupplierEvent EventObjectMaster.createItemSupplierEvent(DistributedContext context, ItemSupplier itemSupplier, ShippingMethod shippingMethod, RDate orderByDateTime, RDate customerDeliveryDate, SupplierEvent sEvent)
           
 

Uses of ItemSupplier in com.retek.component.inventory
 

Methods in com.retek.component.inventory with parameters of type ItemSupplier
 ItemSupplierQuantityBlock InventoryManager.buildItemSupplierQuantityBlock(ItemSupplier itemSupplier)
           
 

Uses of ItemSupplier in com.retek.component.inventory.impl
 

Methods in com.retek.component.inventory.impl with parameters of type ItemSupplier
 ItemSupplierQuantityBlock InventoryManagerImpl.buildItemSupplierQuantityBlock(ItemSupplier itemSupplier)
           
 

Uses of ItemSupplier in com.retek.component.item
 

Methods in com.retek.component.item that return ItemSupplier
 ItemSupplier ItemManager.buildItemSupplierInstance(SellableItem SellableItem, Supplier supplier)
           
 ItemSupplier ItemManager.readItemSupplierInstance(SellableItem sellableItem, Supplier supplier)
           
 ItemSupplier ItemManager.findPrimaryItemSupplier(java.lang.String sellableItemId)
           
 ItemSupplier SellableItem.getItemSupplier(Supplier supplier)
           
 ItemSupplier SellableItem.getPrimaryItemSupplier()
           
 ItemSupplier SellableItem.getPrimaryDirectShipItemSupplier()
           
 

Methods in com.retek.component.item with parameters of type ItemSupplier
 ItemSupplierCountryAttribute ItemManager.buildItemSupplierCountryAttributeInstance(ItemSupplier itemSupplier, java.lang.String country)
           
 ItemSupplierCountryAttribute ItemManager.readItemSupplierCountryAttributeInstance(ItemSupplier itemSupplier, java.lang.String country)
           
 void SellableItem.addItemSupplier(ItemSupplier itemSupplier)
           
 void Pack.addItemSupplier(ItemSupplier itemSupplier)
           
 

Uses of ItemSupplier in com.retek.component.item.impl
 

Classes in com.retek.component.item.impl that implement ItemSupplier
 class ItemSupplierImpl
           
 

Methods in com.retek.component.item.impl that return ItemSupplier
 ItemSupplier ItemManagerImpl.buildItemSupplierInstance(SellableItem sellableItem, Supplier supplier)
           
 ItemSupplier ItemManagerImpl.readItemSupplierInstance(SellableItem sellableItem, Supplier supplier)
           
 ItemSupplier ItemManagerImpl.findPrimaryItemSupplier(java.lang.String sellableItemId)
           
 ItemSupplier SellableItemImpl.getItemSupplier(Supplier supplier)
           
 ItemSupplier SellableItemImpl.getPrimaryItemSupplier()
           
 ItemSupplier SellableItemImpl.getPrimaryDirectShipItemSupplier()
           
 

Methods in com.retek.component.item.impl with parameters of type ItemSupplier
static void ItemSupplierAddPersAttributeValidator.validate(ItemSupplier itemSupplier, PersonalizationStyleType persStyleType, ItemSupplierPersonalizationAttribute itemSupplierPersonalizationAttribute)
           
 ItemSupplierCountryAttribute ItemManagerImpl.buildItemSupplierCountryAttributeInstance(ItemSupplier itemSupplier, java.lang.String country)
           
 ItemSupplierCountryAttribute ItemManagerImpl.readItemSupplierCountryAttributeInstance(ItemSupplier itemSupplier, java.lang.String country)
           
 void SellableItemImpl.addItemSupplier(ItemSupplier itemSupplier)
           
 

Uses of ItemSupplier in com.retek.component.item.test
 

Methods in com.retek.component.item.test that return ItemSupplier
static ItemSupplier ItemObjectMaster.createItemSupplier(DistributedContext context, SellableItem sellableItem, java.lang.String supplierId, boolean isDirectShipSupplier)
           
static ItemSupplier ItemObjectMaster.createItemSupplier(DistributedContext context, SellableItem sellableItem, Supplier supplier, boolean isPrimaryDirectShipSupplier)
           
static ItemSupplier ItemObjectMaster.createItemSupplierForPack(DistributedContext context, Pack pack, Supplier supplier, boolean isPrimaryDirectShipSupplier)
           
static ItemSupplier ItemObjectMaster.createItemSupplier(DistributedContext context, Pack pack, Sku packComponentSku, java.lang.String supplierId, boolean isPrimaryDirectShipSupplier)
           
static ItemSupplier ItemObjectMaster.createItemSupplier(DistributedContext context, Sku sku, boolean isPrimaryDirectShipSupplier, Supplier supplier)
           
static ItemSupplier ItemObjectMaster.createItemSupplier(DistributedContext context, SellableItem sellableItem)
           
static ItemSupplier ItemObjectMaster.createAndPersistItemSupplier(DistributedContext context, SellableItem sellableItem, Supplier supplier)
           
static ItemSupplier ItemObjectMaster.createItemSupplier(DistributedContext context, Pack pack, Supplier supplier, boolean isPrimaryDirectShipSupplier)
           
static ItemSupplier ItemObjectMaster.createItemSupplier(DistributedContext context, Pack pack, Supplier supplier)
           
static ItemSupplier ItemObjectMaster.attachItemSupplierPersonalizationAttributes(DistributedContext context, ItemSupplier itemSupplier, ItemPersonalizationBuilderAttributes attributes)
           
 

Methods in com.retek.component.item.test with parameters of type ItemSupplier
static ItemSupplier ItemObjectMaster.attachItemSupplierPersonalizationAttributes(DistributedContext context, ItemSupplier itemSupplier, ItemPersonalizationBuilderAttributes attributes)
           
 

Uses of ItemSupplier in com.retek.component.media
 

Methods in com.retek.component.media with parameters of type ItemSupplier
 java.util.Set SellingSku.getPersonalizationServices(ItemSupplier itemSupplier)
          This method returns the personalization value added services for ONLY the specified item supplier for the selling sku.
 java.util.Set SellingSku.getMonogramServices(ItemSupplier itemSupplier)
          This method returns the monogram value added services for ONLY the specified item supplier for the selling sku.
 

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

Methods in com.retek.component.media.impl with parameters of type ItemSupplier
 java.util.Set SellingSkuImpl.getMonogramServices(ItemSupplier itemSupplier)
           
 java.util.Set SellingSkuImpl.getPersonalizationServices(ItemSupplier itemSupplier, boolean ignorePersonalizationActiveFlag)
           
 java.util.Set SellingSkuImpl.getPersonalizationServices(ItemSupplier itemSupplier)
           
 

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

Methods in com.retek.rcom.gui.wrapper that return ItemSupplier
protected  ItemSupplier RcomOrderLine.getDefaultDirectShipItemSupplier()
           
 



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