Uses of Class
org.cocome.tradingsystem.inventory.data.store.ProductOrder

Packages that use ProductOrder
org.cocome.tradingsystem.inventory.application.store.impl   
org.cocome.tradingsystem.inventory.data.store   
org.cocome.tradingsystem.inventory.data.store.impl   
 

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

Methods in org.cocome.tradingsystem.inventory.application.store.impl with parameters of type ProductOrder
static ComplexOrderTO FillTransferObjects.fillComplexOrderTO(ProductOrder order)
           
static OrderTO FillTransferObjects.fillOrderTO(ProductOrder order)
           
 

Uses of ProductOrder in org.cocome.tradingsystem.inventory.data.store
 

Methods in org.cocome.tradingsystem.inventory.data.store that return ProductOrder
 ProductOrder OrderEntry.getOrder()
           
 ProductOrder StoreQueryIf.queryOrderById(long orderId, PersistenceContext pctx)
          The following methods from StoreIf use this method: List orderProducts(ComplexOrderTO complexOrder, StoreTO storeTO); ComplexOrderTO getOrder(int orderId); void rollInReceivedOrder(ComplexOrderTO complexOrder, StoreTO store);
 

Methods in org.cocome.tradingsystem.inventory.data.store that return types with arguments of type ProductOrder
 java.util.Collection<ProductOrder> Store.getOrders()
           
 

Methods in org.cocome.tradingsystem.inventory.data.store with parameters of type ProductOrder
 void OrderEntry.setOrder(ProductOrder productOrder)
           
 

Method parameters in org.cocome.tradingsystem.inventory.data.store with type arguments of type ProductOrder
 void Store.setOrders(java.util.Collection<ProductOrder> productOrders)
           
 

Uses of ProductOrder in org.cocome.tradingsystem.inventory.data.store.impl
 

Methods in org.cocome.tradingsystem.inventory.data.store.impl that return ProductOrder
 ProductOrder StoreQueryImpl.queryOrderById(long orderId, PersistenceContext pctx)