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

Packages that use IntegrationReference
com.retek.component.banner_channel   
com.retek.component.banner_channel.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   
com.retek.component.location   
com.retek.component.location.impl   
 

Uses of IntegrationReference in com.retek.component.banner_channel
 

Methods in com.retek.component.banner_channel that return IntegrationReference
 IntegrationReference ChannelType.getIntegrationReference()
           
 IntegrationReference Banner.getIntegrationReference()
           
 

Uses of IntegrationReference in com.retek.component.banner_channel.impl
 

Methods in com.retek.component.banner_channel.impl that return IntegrationReference
 IntegrationReference ChannelTypeImpl.getIntegrationReference()
           
 IntegrationReference BannerImpl.getIntegrationReference()
           
 

Uses of IntegrationReference in com.retek.component.inventory
 

Methods in com.retek.component.inventory with parameters of type IntegrationReference
 Quantity InventoryManager.getFutureAvailableQuantity(Sku aSku, IntegrationReference bannerIntRef, IntegrationReference channelTypeIntRef)
           
 java.util.Set InventoryManager.findAllVirtualWarehouses(IntegrationReference bannerIntRef, IntegrationReference channelTypeIntRef)
           
 

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

Methods in com.retek.component.inventory.impl with parameters of type IntegrationReference
static RemoteMoveQuantityFromReservedToBackorderCommand InventoryCommandFactory.createRemoteMoveQuantityFromReservedToBackorderCommand(java.lang.String skuId, DistributedReference vStoreRef, Quantity quantityToMove, IntegrationReference warehouseIntegarionRef, DistributedContext context)
           
static MoveQuantityFromReservedToBackorderCommand InventoryCommandFactory.createQuantityMoveCommand(java.lang.String skuId, Store virtualStore, Quantity qtyToMove, IntegrationReference warehouseIntegarionRef)
           
 Inventory InventoryManagerImpl.readInventoryForItem(java.lang.String sellableItemId, IntegrationReference bannerIntRef, IntegrationReference channelTypeIntRef)
           
 java.util.Set InventoryManagerImpl.findAllVirtualWarehouses(IntegrationReference bannerIntRef, IntegrationReference channelTypeIntRef)
           
 Quantity InventoryManagerImpl.getFutureAvailableQuantity(Sku sku, IntegrationReference bannerIntRef, IntegrationReference channelTypeIntRef)
           
 

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

Methods in com.retek.component.inventory.impl.command that return IntegrationReference
 IntegrationReference MoveQuantityFromReservedToBackorderCommand.getWarehouseIntegrationRef()
           
 

Methods in com.retek.component.inventory.impl.command with parameters of type IntegrationReference
 void MoveQuantityFromReservedToBackorderValidator.validate(QuantityMoveBusinessException exception, Quantity quantityToMove, Store virtualStore, IntegrationReference warehouseIntegarionRef)
           
 void MoveQuantityFromReservedToBackorderCommand.setWarehouseIntegrationRef(IntegrationReference reference)
           
 

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

Methods in com.retek.component.inventory.impl.persistence with parameters of type IntegrationReference
 void ReservationDao.reserve(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, ReservationValues reservationValues)
           
 void ReservationDao.reservePack(java.lang.String packId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, PackReservationValues packReservationValues)
           
 void ReservationDao.release(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, Quantity reservationReleaseQuantity, Quantity backorderedReleaseQuantity)
           
 void ReservationDao.warehouseReserve(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, IntegrationReference warehouseRef, Quantity warehouseReservationQuantity)
           
 void ReservationDao.warehouseRelease(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, IntegrationReference virtualWarehouseRef, Quantity warehouseReleaseQuantity)
           
 Quantity ReservationDao.getTotalBackorderedQuantity(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 Quantity ReservationDao.getTotalReservedQuantity(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 void ReservationDao.moveQuantityFromReservedToBackOrder(java.lang.String skuId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, Quantity qtyToMove)
           
 InventoryDto InventoryDao.readInventory(java.lang.String sellableItemId, IntegrationReference bannerReference, IntegrationReference channelTypeReference, boolean lockForUpdate)
           
 InventoryDto InventoryDao.readInventory(java.lang.String sellableItemId, IntegrationReference bannerReference, IntegrationReference channelTypeReference, IntegrationReference warehouseRef, boolean lockForUpdate)
           
 java.util.Set InventoryDao.findAllVirtualWarehouses(IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 

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

Methods in com.retek.component.inventory.impl.persistence.cache with parameters of type IntegrationReference
 void CacheReservationDao.reserve(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, ReservationValues reservationValues)
           
 void CacheReservationDao.reservePack(java.lang.String packId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, PackReservationValues packReservationValues)
           
 void CacheReservationDao.release(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, Quantity reservationReleaseQuantity, Quantity backorderedReleaseQuantity)
           
static Quantity CacheReservationDao.getTotalStockOnHand(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 Quantity CacheReservationDao.getTotalReservedQuantity(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
static Quantity CacheReservationDao.getTotalReservedQuantity(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, IntegrationReference warehouseRef)
           
 Quantity CacheReservationDao.getTotalBackorderedQuantity(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 void CacheReservationDao.warehouseReserve(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, IntegrationReference warehouseRef, Quantity requestedWarehouseReservedQty)
           
 void CacheReservationDao.warehouseRelease(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, IntegrationReference virtualWarehouseIntegrationReference, Quantity warehouseReleaseQuantity)
           
 void CacheReservationDao.moveQuantityFromReservedToBackOrder(java.lang.String skuId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, Quantity qtyToMove)
           
 InventoryDto CacheInventoryDao.readInventory(java.lang.String sellableItemId, IntegrationReference bannerReference, IntegrationReference channelTypeReference, IntegrationReference warehouseRef, boolean lockForUpdate)
           
 InventoryDto CacheInventoryDao.readInventory(java.lang.String sellableItemId, IntegrationReference bannerReference, IntegrationReference channelTypeReference, boolean lockForUpdate)
           
 java.util.Set CacheInventoryDao.findAllVirtualWarehouses(IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
static void CacheInventoryDao.addInventoryToCache(InventoryDto dto, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
static void CacheInventoryDao.updateInventoryToCache(InventoryDto dto, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
static Quantity CacheInventoryDao.getTotalBackorderedQuantity(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 

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

Methods in com.retek.component.inventory.impl.persistence.db.oracle with parameters of type IntegrationReference
 void OracleReservationDao.reserve(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, ReservationValues reservationValues)
           
 void OracleReservationDao.reservePack(java.lang.String packId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, PackReservationValues packReservationValues)
           
 void OracleReservationDao.release(java.lang.String itemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, Quantity reservationReleaseQuantity, Quantity backorderedReleaseQuantity)
           
 void OracleReservationDao.warehouseReserve(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, IntegrationReference warehouseRef, Quantity warehouseReservationQuantity)
           
 void OracleReservationDao.warehouseRelease(java.lang.String skuId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, IntegrationReference virtualWHRef, Quantity warehouseReleaseQuantity)
           
 void OracleReservationDao.moveQuantityFromReservedToBackOrder(java.lang.String skuId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, Quantity qtyToMove)
           
 Quantity OracleReservationDao.getTotalBackorderedQuantity(java.lang.String skuId, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 Quantity OracleReservationDao.getTotalReservedQuantity(java.lang.String skuId, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 InventoryDto OracleInventoryDao.readInventory(java.lang.String sellableItemId, IntegrationReference bannerReference, IntegrationReference channelTypeReference, IntegrationReference warehouseRef, boolean lockForUpdate)
           
 InventoryDto OracleInventoryDao.readInventory(java.lang.String sellableItemId, IntegrationReference bannerReference, IntegrationReference channelTypeReference, boolean lockForUpdate)
           
 java.util.Set OracleInventoryDao.findAllVirtualWarehouses(IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 

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

Methods in com.retek.component.inventory.impl.remote with parameters of type IntegrationReference
 void InventoryServiceTestRemote.addInventoryToCache(InventoryDto inventoryDto, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 InventoryDto InventoryServiceTestRemote.getTotalAvailableQuantity(java.lang.String skuId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, IntegrationReference warehouseRef)
           
 InventoryDto InventoryServiceTestRemote.getTotalAvailableQuantity(java.lang.String skuId, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 Quantity InventoryServiceTestRemote.getTotalBackorderedQuantity(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 Quantity InventoryServiceTestRemote.getTotalReservedQuantity(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 Quantity InventoryServiceTestRemote.getTotalStockOnHandQuantity(java.lang.String skuId, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 java.util.Set InventoryServiceRemote.findAllVirtualWarehouses(IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 void InventoryServiceRemote.moveQuantityFromReservedToBackOrder(java.lang.String sellableItemId, DistributedReference vStoreRef, Quantity qtyToMove, IntegrationReference warehouseIntegarionRef)
           
 InventoryDto InventoryServiceRemote.readInventoryForItem(java.lang.String sellableItemId, IntegrationReference bannerIntRef, IntegrationReference channelTypeIntRef)
           
 void InventoryServiceRemote.release(java.lang.String sellableItemId, IntegrationReference channelTypeRef, IntegrationReference bannerRef, Quantity reservationReleaseQuantity, Quantity backorderedReleaseQuantity)
           
 void InventoryServiceRemote.warehouseRelease(java.lang.String sellableItemId, IntegrationReference chnannelTypeIntegrationRef, IntegrationReference bannerIntegrationRef, IntegrationReference virtualWarehouseIntegrationRef, Quantity warehouseReleaseQty)
           
 void InventoryServiceTestEjb.addInventoryToCache(InventoryDto inventoryDto, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 Quantity InventoryServiceTestEjb.getTotalBackorderedQuantity(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 Quantity InventoryServiceTestEjb.getTotalStockOnHandQuantity(java.lang.String skuId, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 Quantity InventoryServiceTestEjb.getTotalReservedQuantity(java.lang.String sellableItemId, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 InventoryDto InventoryServiceTestEjb.getTotalAvailableQuantity(java.lang.String skuId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, IntegrationReference warehouseRef)
           
 InventoryDto InventoryServiceTestEjb.getTotalAvailableQuantity(java.lang.String skuId, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 InventoryDto InventoryServiceEjb.readInventoryForItem(java.lang.String sellableItemId, IntegrationReference bannerIntRef, IntegrationReference channelTypeIntRef)
           
 void InventoryServiceEjb.release(java.lang.String sellableItemId, IntegrationReference channelTypeRef, IntegrationReference bannerRef, Quantity reservationReleaseQuantity, Quantity backorderedReleaseQuantity)
           
 java.util.Set InventoryServiceEjb.findAllVirtualWarehouses(IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 void InventoryServiceEjb.warehouseRelease(java.lang.String sellableItemId, IntegrationReference chnannelTypeIntegrationRef, IntegrationReference bannerIntegrationRef, IntegrationReference virtualWarehouseIntegrationRef, Quantity warehouseReleaseQty)
           
 void InventoryServiceEjb.moveQuantityFromReservedToBackOrder(java.lang.String sellableItemId, DistributedReference vStoreRef, Quantity qtyToMove, IntegrationReference warehouseIntegarionRef)
           
 

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

Methods in com.retek.component.inventory.impl.remote.command that return IntegrationReference
 IntegrationReference RemoteMoveQuantityFromReservedToBackorderCommand.getWarehouseIntegarionRef()
           
 

Methods in com.retek.component.inventory.impl.remote.command with parameters of type IntegrationReference
 void RemoteMoveQuantityFromReservedToBackorderCommand.setWarehouseIntegarionRef(IntegrationReference reference)
           
 

Uses of IntegrationReference in com.retek.component.location
 

Methods in com.retek.component.location that return IntegrationReference
 IntegrationReference Warehouse.getIntegrationReference()
           
 

Uses of IntegrationReference in com.retek.component.location.impl
 

Methods in com.retek.component.location.impl that return IntegrationReference
 IntegrationReference WarehouseImpl.getIntegrationReference()
           
 



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