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

Packages that use ProductAmountTO
org.cocome.tradingsystem.inventory.application.productdispatcher   
org.cocome.tradingsystem.inventory.application.productdispatcher.impl   
org.cocome.tradingsystem.inventory.application.store   
 

Uses of ProductAmountTO in org.cocome.tradingsystem.inventory.application.productdispatcher
 

Methods in org.cocome.tradingsystem.inventory.application.productdispatcher that return ProductAmountTO
 ProductAmountTO[] ProductDispatcherIf.orderProductsAvailableAtOtherStores(EnterpriseTO enterpriseTO, StoreTO callingStore, java.util.Collection<ProductAmountTO> productAmounts)
          Executes a query to search for a product (that ran out of stock at one store) at other stores in the region.
 

Methods in org.cocome.tradingsystem.inventory.application.productdispatcher that return types with arguments of type ProductAmountTO
 java.util.Hashtable<StoreTO,java.util.Collection<ProductAmountTO>> OptimisationSolverIf.solveOptimization(java.util.Collection<ProductAmountTO> requiredProductAmounts, java.util.Hashtable<Store,java.util.Collection<StockItem>> storeStockItems, java.util.Hashtable<Store,java.lang.Integer> storeDistances)
          Solves an optimisation problem: Optimal transportation costs with respect to The required products and the required amount The available products and their provided amount per providing store The distances between the requiring and the providing store
 

Method parameters in org.cocome.tradingsystem.inventory.application.productdispatcher with type arguments of type ProductAmountTO
 ProductAmountTO[] ProductDispatcherIf.orderProductsAvailableAtOtherStores(EnterpriseTO enterpriseTO, StoreTO callingStore, java.util.Collection<ProductAmountTO> productAmounts)
          Executes a query to search for a product (that ran out of stock at one store) at other stores in the region.
 java.util.Hashtable<StoreTO,java.util.Collection<ProductAmountTO>> OptimisationSolverIf.solveOptimization(java.util.Collection<ProductAmountTO> requiredProductAmounts, java.util.Hashtable<Store,java.util.Collection<StockItem>> storeStockItems, java.util.Hashtable<Store,java.lang.Integer> storeDistances)
          Solves an optimisation problem: Optimal transportation costs with respect to The required products and the required amount The available products and their provided amount per providing store The distances between the requiring and the providing store
 

Uses of ProductAmountTO in org.cocome.tradingsystem.inventory.application.productdispatcher.impl
 

Methods in org.cocome.tradingsystem.inventory.application.productdispatcher.impl that return ProductAmountTO
 ProductAmountTO[] ProductDispatcher.orderProductsAvailableAtOtherStores(EnterpriseTO enterpriseTO, StoreTO callingStore, java.util.Collection<ProductAmountTO> productAmounts)
           
 

Methods in org.cocome.tradingsystem.inventory.application.productdispatcher.impl that return types with arguments of type ProductAmountTO
 java.util.Hashtable<StoreTO,java.util.Collection<ProductAmountTO>> AmplStarter.solveOptimization(java.util.Collection<ProductAmountTO> requiredProductAmounts, java.util.Hashtable<Store,java.util.Collection<StockItem>> storeStockItems, java.util.Hashtable<Store,java.lang.Integer> storeDistances)
          Solves an optimisation problem: Optimal transportation costs with respect to The required products and the required amount The available products and their provided amount per providing store The distances between the requiring and the providing store
 

Method parameters in org.cocome.tradingsystem.inventory.application.productdispatcher.impl with type arguments of type ProductAmountTO
 ProductAmountTO[] ProductDispatcher.orderProductsAvailableAtOtherStores(EnterpriseTO enterpriseTO, StoreTO callingStore, java.util.Collection<ProductAmountTO> productAmounts)
           
 java.util.Hashtable<StoreTO,java.util.Collection<ProductAmountTO>> AmplStarter.solveOptimization(java.util.Collection<ProductAmountTO> requiredProductAmounts, java.util.Hashtable<Store,java.util.Collection<StockItem>> storeStockItems, java.util.Hashtable<Store,java.lang.Integer> storeDistances)
          Solves an optimisation problem: Optimal transportation costs with respect to The required products and the required amount The available products and their provided amount per providing store The distances between the requiring and the providing store
 

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

Methods in org.cocome.tradingsystem.inventory.application.store that return types with arguments of type ProductAmountTO
 java.util.Collection<ProductAmountTO> ProductMovementTO.getProducts()
          A list of product that have to be delivered by the store getDeliveringStore.
 

Method parameters in org.cocome.tradingsystem.inventory.application.store with type arguments of type ProductAmountTO
 void ProductMovementTO.setProducts(java.util.Collection<ProductAmountTO> products)
          A list of product that have to be delivered by the store getDeliveringStore.