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

Packages that use Item
com.retek.component.item   
com.retek.component.media   
com.retek.component.salesaudit   
com.retek.rcom.gui.wrapper   
 

Uses of Item in com.retek.component.item
 

Subinterfaces of Item in com.retek.component.item
 interface Pack
           
 interface SellableItem
           
 interface Sku
           
 interface Style
           
 

Methods in com.retek.component.item that return Item
 Item ItemManager.readItem(java.lang.String id)
           
 Item ItemManager.readItem(java.lang.String id, int itemLevel, int transactionLevel)
           
 Item ItemManager.readItem(java.lang.String id, int itemLevel, int tranLevel, boolean isPack)
           
 Item ItemManager.buildItemInstance(java.lang.String id, int itemLevel, int transactionLevel)
           
 Item ItemManager.buildItemInstance(java.lang.String id, int itemLevel, int transactionLevel, boolean isPack)
           
 Item ItemManager.readItem(java.lang.String id, boolean readThinDiffGroup)
           
 Item ShipRestriction.getItem()
           
 Item ItemSupplier.getItem()
           
 

Methods in com.retek.component.item with parameters of type Item
 java.util.Set ShipRestrictionManager.getShipRestrictions(Item item, boolean includeItemParentRestrictions)
           
 java.util.Set ShipRestrictionManager.getShipRestrictions(Item item, Carrier carrier, boolean includeItemParentRestrictions)
           
 java.util.Set ShipRestrictionManager.getShipRestrictionTypes(Item item, Carrier carrier, Address address)
           
 java.lang.String ProductInformationAttribute.getAttributeName(Item item)
           
 java.lang.String ProductInformationAttribute.getAttributeValue(Item item)
           
 java.lang.String ItemAttribute.getAttributeName(Item item)
           
 java.lang.String ItemAttribute.getAttributeValue(Item item)
           
 void Pack.addItem(Item item, Quantity quantity)
           
 void ShipRestriction.setItem(Item item)
           
 

Uses of Item in com.retek.component.media
 

Methods in com.retek.component.media with parameters of type Item
 SellingItem SellingItemManager.buildSellingItemInstance(Item item)
           
 SellingItem SellingItemManager.buildSellingItemInstance(Item item, java.util.Set sellingSkus)
           
 PackSellingSkuComponent SellingItemManager.buildPackSellingSkuComponentInstance(PackSellingSku packSellingSku, Item item)
           
 

Uses of Item in com.retek.component.salesaudit
 

Methods in com.retek.component.salesaudit with parameters of type Item
protected  void SalesAuditExportTestCase.assertShItemElementContents(CustomerOrder order, Item shItem, ItemLocation shItemLocation, SaeItem shItemElement)
           
 

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

Constructors in com.retek.rcom.gui.wrapper with parameters of type Item
RcomProductAttribute(ProductInformationAttribute attribute, Item item)
           
 



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