Uses of Class
org.cocome.tradingsystem.inventory.application.store.ProductWithSupplierAndStockItemTO

Packages that use ProductWithSupplierAndStockItemTO
org.cocome.tradingsystem.inventory.application.store   
org.cocome.tradingsystem.inventory.application.store.impl   
 

Uses of ProductWithSupplierAndStockItemTO in org.cocome.tradingsystem.inventory.application.store
 

Methods in org.cocome.tradingsystem.inventory.application.store that return types with arguments of type ProductWithSupplierAndStockItemTO
 java.util.List<ProductWithSupplierAndStockItemTO> StoreIf.getAllProductsWithOptionalStockItem()
          Determines all products of the portfolio of a given store and the supplier for each of them.
 

Uses of ProductWithSupplierAndStockItemTO in org.cocome.tradingsystem.inventory.application.store.impl
 

Methods in org.cocome.tradingsystem.inventory.application.store.impl that return ProductWithSupplierAndStockItemTO
static ProductWithSupplierAndStockItemTO FillTransferObjects.fillProductWithSupplierAndStockItemTO(StoreQueryIf storequery, long storeid, Product product, PersistenceContext pctx)
           
 

Methods in org.cocome.tradingsystem.inventory.application.store.impl that return types with arguments of type ProductWithSupplierAndStockItemTO
 java.util.List<ProductWithSupplierAndStockItemTO> StoreImpl.getAllProductsWithOptionalStockItem()