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

Packages that use Store
com.retek.component.banner_channel   
com.retek.component.customer   
com.retek.component.customerorder   
com.retek.component.inventory   
com.retek.component.location   
com.retek.component.media   
com.retek.component.salesaudit   
 

Uses of Store in com.retek.component.banner_channel
 

Methods in com.retek.component.banner_channel with parameters of type Store
 boolean Channel.hasStore(Store store)
           
 

Uses of Store in com.retek.component.customer
 

Methods in com.retek.component.customer that return Store
 Store StoredValueCardCashout.getStore()
           
 

Uses of Store in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return Store
 Store CustomerOrderLine.getVirtualStore()
           
 Store CustomerOrder.getStore()
           
 

Methods in com.retek.component.customerorder with parameters of type Store
 boolean CustomerOrderReservationUtilsManager.isReservationQtyValidForNonDS(java.lang.String skuId, Store virtualStore)
           
 Quantity CustomerOrderReservationUtilsManager.getReservationQtyPlusFulfillingQtyForAllNonDSOrderLines(java.lang.String skuId, Store virtualStore)
           
 boolean CustomerOrderReservationUtilsManager.isBackOrderedQtyValidForNonDS(java.lang.String skuId, Store virtualStore)
           
 Quantity CustomerOrderReservationUtilsManager.getBackOrderedQtyForAllNonDSOrderLines(java.lang.String skuId, Store virtualStore)
           
 void CustomerOrder.setStore(Store store)
           
 boolean CustomerOrderManager.hasPendingSalesAuditTransactions(Store store, RDate transactionDate)
          Return a boolean indicating if pending sales audit transactions exist for a given store/day.
 

Uses of Store in com.retek.component.inventory
 

Methods in com.retek.component.inventory with parameters of type Store
 ReservationValues InventoryManager.reserve(SellableItem sellableItem, Store virtualStore, Quantity quantityToReserve, RDate reserveFromDate, boolean directShipSkuSegregation)
           
 ReservationValues InventoryManager.reserve(SellableItem sellableItem, Store virtualStore, Quantity quantityToReserve, RDate reservationFromDate)
           
 void InventoryManager.releaseFromVirtualStore(SellableItem sellableItem, Store virtualStore, Quantity reservationReleaseQuantity, Quantity backorderedReleaseQuantity)
           
 void InventoryManager.releaseFromSupplier(SellableItem sellableItem, Supplier supplier, Quantity reservationReleaseQuantity, Store virtualStore, RDate supplierStartDate)
           
 void InventoryManager.releasePack(Pack pack, Store virtualStore, PackReservationValues packReservationValues)
           
 java.util.Set InventoryManager.warehouseReserve(Sku sku, Store virtualStore, Country country, java.lang.String shipToZipCode, Quantity warehouseReservationQuantity, boolean isPersonalized, boolean isGifting)
           
 java.util.Set InventoryManager.warehouseReserve(Pack pack, Store virtualStore, Country country, java.lang.String shipToZipCode, PackReservationValues packReservationValues, boolean isPersonalized, boolean isGifting)
           
 void InventoryManager.warehouseRelease(SellableItem sellableItem, Store virtualStore, Warehouse virtualWarehouse, Quantity warehouseReleaseQuantity)
           
 void InventoryManager.warehouseReleasePack(Pack pack, Store virtualStore, Warehouse virtualWarehouse, PackReservationValues packReservationValues)
           
 Quantity InventoryManager.getTotalReservedQuantity(java.lang.String skuId, Store virtualStore)
           
 Quantity InventoryManager.getTotalBackorderedQuantity(java.lang.String skuId, Store virtualStore)
           
 void InventoryManager.moveQuantityFromWarehouseReservedToBackOrder(java.lang.String skuId, Store virtualStore, Quantity qtyToMove, Warehouse warehouse)
           
 

Uses of Store in com.retek.component.location
 

Methods in com.retek.component.location that return Store
 Store LocationManager.buildStoreInstance(java.lang.String displayCode)
           
 Store LocationManager.readStore(DistributedReference ref)
           
 

Methods in com.retek.component.location with parameters of type Store
 void LocationSearchCriteria.setVirtualStore(Store virtualStore)
           
 

Uses of Store in com.retek.component.media
 

Methods in com.retek.component.media that return Store
 Store Media.getStore()
           
 

Methods in com.retek.component.media with parameters of type Store
 void Media.setVirtualStore(Store store)
           
 

Uses of Store in com.retek.component.salesaudit
 

Methods in com.retek.component.salesaudit that return Store
 Store SaeStoreTransactionContainer.getStore()
          Return the store for the store transaction container.
 Store SaeStoreTransactionHeader.getStore()
          Return the store for the header.
 Store SaeStoreDay.getStore()
          Return the store for the sales audit store/day object.
 Store SaeStoreDayTransactions.getStore()
           
 

Methods in com.retek.component.salesaudit with parameters of type Store
 SaeStoreTransactionContainer SalesAuditManager.buildSaeStoreTransactionContainerInstance(Store store, RDate transactionDate)
          Build a new order transaction container instance.
 SaeStoreDay SalesAuditManager.findSaeStoreDay(Store store, RDate transactionDate)
          Find a sales audit store/day for a given store and transaction date.
 SaeStoreTransactionCounter SalesAuditManager.findSaeStoreTransactionCounter(Store store)
          Find a store transaction counter for a given store.
 RDate SalesAuditManager.findLastClosedDate(Store store)
           
 boolean SalesAuditManager.hasPendingSalesAuditTransactions(Store store, RDate transactionDate)
          Return a boolean indicating if the sales audit staging table has pending sales audit transactions for a given store/day.
protected  SaeStoreDayKey SalesAuditExportTestCase.buildStoreDayKey(Store store, RDate transactionDate)
           
protected  SaeStoreTransactionContainer SalesAuditExportTestCase.buildStoreTransactionContainer(Store store, RDate transactionDate, DistributedObject sourceObject)
           
protected  void SalesAuditExportTestCase.assertTransactionElementContents(CustomerOrder order, Store store, RDate transactionDate, java.lang.String transactionType, java.lang.String subTransactionType, java.lang.String reasonCode, SaeTransaction transaction)
           
protected  void SalesAuditExportTestCase.assertTransactionElementContents(CustomerOrder order, Store store, RDate transactionDate, java.lang.String transactionType, java.lang.String subTransactionType, java.lang.String reasonCode, java.lang.String returnRequiredFlag, SaeTransaction transactionElement)
           
 

Constructors in com.retek.component.salesaudit with parameters of type Store
SaeStoreDayKey(Store store, RDate transactionDate)
           
 



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