Uses of Interface
com.retek.component.location.Warehouse

Packages that use Warehouse
com.retek.component.banner_channel   
com.retek.component.customerorder   
com.retek.component.inventory   
com.retek.component.item   
com.retek.component.location   
com.retek.component.salesaudit   
 

Uses of Warehouse in com.retek.component.banner_channel
 

Methods in com.retek.component.banner_channel that return Warehouse
 Warehouse Banner.getDefaultReturnWarehouse()
           
 

Methods in com.retek.component.banner_channel with parameters of type Warehouse
 void Banner.setDefaultReturnWarehouse(Warehouse returnWarehouse)
           
 

Uses of Warehouse in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return Warehouse
 Warehouse ShippedContainer.getFulfillmentWarehouse()
           
 Warehouse ShippedContainer.getReturnWarehouse()
           
 Warehouse ShipmentRequest.getPhysicalWarehouse()
           
 Warehouse ReturnLine.getReturnToWarehouse()
           
 Warehouse NoCustomerInformationReturn.getReturnToWarehouse()
           
 Warehouse VirtualWhReservationValue.getWarehouse()
           
 

Methods in com.retek.component.customerorder with parameters of type Warehouse
 void ShippedContainer.setFulfillmentWarehouse(Warehouse fulfullmentLocation)
           
 void ShippedContainer.setReturnWarehouse(Warehouse returnLocation)
           
 void CustomerOrderLine.confirmCancelAtPackComponentLevel(Quantity cancelQuantity, Warehouse physicalWarehouse)
           
 void CustomerOrderLine.confirmCancel(Quantity cancelQuantity, Warehouse physicalWarehouse)
           
 void CustomerOrderLine.pickException(PickExceptionStatusType pickExceptionStatus, Quantity quantity, Warehouse warehouse)
           
 void ShipmentRequest.setPhysicalWarehouse(Warehouse warehouse)
           
 void NoCustomerInformationReturn.setReturnToWarehouse(Warehouse warehouse)
           
 

Uses of Warehouse in com.retek.component.inventory
 

Methods in com.retek.component.inventory with parameters of type Warehouse
 void InventoryManager.warehouseRelease(SellableItem sellableItem, Store virtualStore, Warehouse virtualWarehouse, Quantity warehouseReleaseQuantity)
           
 void InventoryManager.warehouseReleasePack(Pack pack, Store virtualStore, Warehouse virtualWarehouse, PackReservationValues packReservationValues)
           
 void InventoryManager.warehouseReserveCancel(SellableItem sellableItem, Warehouse virtualWarehouse, Quantity warehouseReleaseQuantity)
           
 void InventoryManager.warehouseReserveCancel(Pack pack, Warehouse virtualWarehouse, PackReservationValues packReservationValues)
           
 void InventoryManager.moveQuantityFromWarehouseReservedToBackOrder(java.lang.String skuId, Store virtualStore, Quantity qtyToMove, Warehouse warehouse)
           
 void WarehouseReservationValues.setVirtualWarehouse(Warehouse warehouse)
           
 

Uses of Warehouse in com.retek.component.item
 

Methods in com.retek.component.item that return Warehouse
 Warehouse SellableItem.getPrimaryDefaultWarehouse()
           
 

Uses of Warehouse in com.retek.component.location
 

Methods in com.retek.component.location that return Warehouse
 Warehouse LocationManager.buildWarehouseInstance(java.lang.String displayCode)
           
 Warehouse LocationManager.readWarehouse(DistributedReference ref)
           
 Warehouse Store.getDefaultWarehouse()
           
 Warehouse Warehouse.getPhysicalWarehouse()
           
 Warehouse ZipCodeRangeWarehousePriority.getWarehouse()
           
 

Methods in com.retek.component.location with parameters of type Warehouse
 java.util.Set LocationManager.findVirtualWarehousesForPhysicalWarehouse(Warehouse physicalWarehouse)
           
 java.util.Set LocationManager.findVirtualWarehousesForPhysicalWarehouse(Warehouse physicalWarehouse, Channel channel)
           
 void Store.setDefaultWarehouse(Warehouse defaultWh)
           
 void Warehouse.setPhysicalWarehouse(Warehouse physicalWarehouse)
           
 void ZipCodeRangeWarehousePriority.setWarehouse(Warehouse warehouse)
           
 

Uses of Warehouse in com.retek.component.salesaudit
 

Fields in com.retek.component.salesaudit declared as Warehouse
protected  Warehouse SalesAuditExportTestCase.virtualWarehouse
           
 



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