Uses of Class
com.retek.component.inventory.ReservationValues

Packages that use ReservationValues
com.retek.component.customerorder.impl   
com.retek.component.inventory   
com.retek.component.inventory.impl   
com.retek.component.inventory.impl.command   
com.retek.component.inventory.impl.persistence   
com.retek.component.inventory.impl.persistence.cache   
com.retek.component.inventory.impl.persistence.db.oracle   
com.retek.component.inventory.impl.remote   
com.retek.component.inventory.impl.remote.command   
 

Uses of ReservationValues in com.retek.component.customerorder.impl
 

Methods in com.retek.component.customerorder.impl that return ReservationValues
 ReservationValues CustomerOrderLineImpl.getPreviousReservationValues()
           
 

Uses of ReservationValues in com.retek.component.inventory
 

Subclasses of ReservationValues in com.retek.component.inventory
 class PackReservationValues
           
 class SkuReservationValues
           
 class WarehouseReservationValues
           
 

Methods in com.retek.component.inventory that return ReservationValues
 ReservationValues InventoryManager.reserve(SellableItem sellableItem, Store virtualStore, Quantity quantityToReserve, RDate reserveFromDate, boolean directShipSkuSegregation)
           
 ReservationValues InventoryManager.reserve(SellableItem sellableItem, Store virtualStore, Quantity quantityToReserve)
           
 ReservationValues InventoryManager.reserve(SellableItem sellableItem, Store virtualStore, Quantity quantityToReserve, RDate reserveFromDate)
           
 

Constructors in com.retek.component.inventory with parameters of type ReservationValues
SkuReservationValues(java.lang.String skuId, Quantity skuQuantity, ReservationValues reservationValues)
           
 

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

Methods in com.retek.component.inventory.impl that return ReservationValues
 ReservationValues InventoryManagerImpl.reserve(SellableItem sellableItem, Store virtualStore, Quantity quantityToReserve)
           
 ReservationValues InventoryManagerImpl.reserve(SellableItem sellableItem, Store virtualStore, Quantity quantityToReserve, RDate reserveFromDate)
           
 ReservationValues InventoryManagerImpl.reserve(SellableItem sellableItem, Store virtualStore, Quantity quantityToReserve, RDate reserveFromDate, boolean directShipSkuSegregation)
           
 

Uses of ReservationValues in com.retek.component.inventory.impl.command
 

Methods in com.retek.component.inventory.impl.command that return ReservationValues
 ReservationValues ReservationReserveCommand.getReservationValues()
           
 

Uses of ReservationValues in com.retek.component.inventory.impl.persistence
 

Methods in com.retek.component.inventory.impl.persistence with parameters of type ReservationValues
 void ReservationDao.reserve(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, ReservationValues reservationValues)
           
 void RcomReservationDao.reserve(java.lang.String itemId, DistributedReference locationRef, ReservationValues reservationValues)
           
 void RcomReservationDao.reserve(java.lang.String itemId, DistributedReference bannerRef, DistributedReference channelTypeRef, ReservationValues reservationValues)
           
 

Uses of ReservationValues in com.retek.component.inventory.impl.persistence.cache
 

Methods in com.retek.component.inventory.impl.persistence.cache with parameters of type ReservationValues
 void CacheReservationDao.reserve(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, ReservationValues reservationValues)
           
 

Uses of ReservationValues in com.retek.component.inventory.impl.persistence.db.oracle
 

Methods in com.retek.component.inventory.impl.persistence.db.oracle that return ReservationValues
 ReservationValues TestReserver.getReadReservationValues()
           
 ReservationValues OracleReservationReader.read(java.lang.String skuId, DistributedReference bannerRef, DistributedReference channelTypeRef)
           
 ReservationValues OracleReservedAndBackordedQtyReader.read(java.lang.String itemId, DistributedReference bannerRef, DistributedReference channelTypeRef, boolean lockForUpdate)
           
 

Methods in com.retek.component.inventory.impl.persistence.db.oracle with parameters of type ReservationValues
 void OracleReservationDao.reserve(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, ReservationValues reservationValues)
           
 void OracleReservationReserver.reserve(java.lang.String skuId, DistributedReference locationRef, ReservationValues reservationValues)
           
 void OracleReservationReserver.reserve(java.lang.String skuId, DistributedReference bannerRef, DistributedReference channelTypeRef, ReservationValues reservationValues)
           
 void OracleRcomReservationDao.reserve(java.lang.String itemId, DistributedReference locationRef, ReservationValues reservationValues)
           
 void OracleRcomReservationDao.reserve(java.lang.String itemId, DistributedReference bannerRef, DistributedReference channelTypeRef, ReservationValues reservationValues)
           
 

Uses of ReservationValues in com.retek.component.inventory.impl.remote
 

Methods in com.retek.component.inventory.impl.remote that return ReservationValues
 ReservationValues InventoryServiceRemote.reserve(java.lang.String skuId, DistributedReference vStoreRef, Quantity quantityToReserve, RDate reserveFromDate, boolean directShipSkuSegregation)
           
 ReservationValues InventoryServiceEjb.reserve(java.lang.String skuId, DistributedReference vStoreRef, Quantity quantityToReserve, RDate reserveFromDate, boolean directShipSkuSegregation)
           
 

Uses of ReservationValues in com.retek.component.inventory.impl.remote.command
 

Methods in com.retek.component.inventory.impl.remote.command that return ReservationValues
 ReservationValues BannerChannelTypeRemoteReserveCommand.getReservationValues()
           
 ReservationValues RemoteReserveCommandInterface.getReservationValues()
           
 



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