|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Store in org.cocome.tradingsystem.inventory.application.productdispatcher |
---|
Method parameters in org.cocome.tradingsystem.inventory.application.productdispatcher with type arguments of type Store | |
---|---|
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 |
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 Store in org.cocome.tradingsystem.inventory.application.productdispatcher.impl |
---|
Method parameters in org.cocome.tradingsystem.inventory.application.productdispatcher.impl with type arguments of type Store | |
---|---|
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 |
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 Store in org.cocome.tradingsystem.inventory.application.store.impl |
---|
Methods in org.cocome.tradingsystem.inventory.application.store.impl with parameters of type Store | |
---|---|
static StoreTO |
FillTransferObjects.fillStoreTO(Store store)
|
static StoreWithEnterpriseTO |
FillTransferObjects.fillStoreWithEnterpriseTO(Store store)
|
Uses of Store in org.cocome.tradingsystem.inventory.data.enterprise |
---|
Methods in org.cocome.tradingsystem.inventory.data.enterprise that return types with arguments of type Store | |
---|---|
java.util.Collection<Store> |
TradingEnterprise.getStores()
|
Method parameters in org.cocome.tradingsystem.inventory.data.enterprise with type arguments of type Store | |
---|---|
void |
TradingEnterprise.setStores(java.util.Collection<Store> stores)
|
Uses of Store in org.cocome.tradingsystem.inventory.data.store |
---|
Methods in org.cocome.tradingsystem.inventory.data.store that return Store | |
---|---|
Store |
StockItem.getStore()
|
Store |
ProductOrder.getStore()
|
Store |
StoreQueryIf.queryStoreById(long storeId,
PersistenceContext pctx)
|
Methods in org.cocome.tradingsystem.inventory.data.store with parameters of type Store | |
---|---|
void |
StockItem.setStore(Store store)
|
void |
ProductOrder.setStore(Store store)
|
Uses of Store in org.cocome.tradingsystem.inventory.data.store.impl |
---|
Methods in org.cocome.tradingsystem.inventory.data.store.impl that return Store | |
---|---|
Store |
StoreQueryImpl.queryStoreById(long storeId,
PersistenceContext pctx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |