Uses of Class
com.retek.component.inventory.impl.remote.InventoryDto

Packages that use InventoryDto
com.retek.component.inventory.impl   
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   
 

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

Constructors in com.retek.component.inventory.impl with parameters of type InventoryDto
InventoryImpl(InventoryDto dto)
           
 

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

Methods in com.retek.component.inventory.impl.persistence that return InventoryDto
 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)
           
 

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

Methods in com.retek.component.inventory.impl.persistence.cache that return InventoryDto
 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)
           
 InventoryDto CacheInventoryDao.applyQtyEquationRules(InventoryDto dto)
           
 

Methods in com.retek.component.inventory.impl.persistence.cache with parameters of type InventoryDto
 InventoryDto CacheInventoryDao.applyQtyEquationRules(InventoryDto dto)
           
static void CacheInventoryDao.addInventoryToCache(InventoryDto dto, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
static void CacheInventoryDao.updateInventoryToCache(InventoryDto dto, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 

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

Methods in com.retek.component.inventory.impl.persistence.db.oracle that return InventoryDto
 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)
           
 

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

Fields in com.retek.component.inventory.impl.remote declared as InventoryDto
 InventoryDto InventoryDto.warehouseCombinedInventoryDto
           
 

Methods in com.retek.component.inventory.impl.remote that return InventoryDto
 InventoryDto InventoryServiceTestRemote.getTotalAvailableQuantity(java.lang.String skuId, IntegrationReference bannerRef, IntegrationReference channelTypeRef, IntegrationReference warehouseRef)
           
 InventoryDto InventoryServiceTestRemote.getTotalAvailableQuantity(java.lang.String skuId, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 InventoryDto InventoryServiceRemote.readInventoryForItem(java.lang.String sellableItemId, IntegrationReference bannerIntRef, IntegrationReference channelTypeIntRef)
           
 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)
           
 

Methods in com.retek.component.inventory.impl.remote with parameters of type InventoryDto
 void InventoryServiceTestRemote.addInventoryToCache(InventoryDto inventoryDto, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 void InventoryServiceTestEjb.addInventoryToCache(InventoryDto inventoryDto, IntegrationReference bannerRef, IntegrationReference channelTypeRef)
           
 



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