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

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

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

Subclasses of ProductWithSupplierTO in org.cocome.tradingsystem.inventory.application.store
 class ProductWithSupplierAndStockItemTO
          ProductWithSupplierAndStockItemTO is used as transfer object class for transferring basic product, stockitem and additional supplier information between client and the service-oriented application layer.
 

Fields in org.cocome.tradingsystem.inventory.application.store declared as ProductWithSupplierTO
protected  ProductWithSupplierTO ComplexOrderEntryTO.productTO
           
 

Methods in org.cocome.tradingsystem.inventory.application.store that return ProductWithSupplierTO
 ProductWithSupplierTO ComplexOrderEntryTO.getProductTO()
          Gets transfer object for product information of an order entry.
 

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

Methods in org.cocome.tradingsystem.inventory.application.store with parameters of type ProductWithSupplierTO
 void ComplexOrderEntryTO.setProductTO(ProductWithSupplierTO productTO)
          Sets product transfer object with supplier information for order entry.
 

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

Methods in org.cocome.tradingsystem.inventory.application.store.impl that return ProductWithSupplierTO
static ProductWithSupplierTO FillTransferObjects.fillProductWithSupplierTO(Product product)
           
 

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