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

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

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

Fields in org.cocome.tradingsystem.inventory.application.store with type parameters of type ComplexOrderEntryTO
protected  java.util.List<ComplexOrderEntryTO> ComplexOrderTO.orderEntryTO
           
 

Methods in org.cocome.tradingsystem.inventory.application.store that return ComplexOrderEntryTO
 ComplexOrderEntryTO[] StoreIf.getStockItems(ProductTO[] requiredProductTOs)
           
 

Methods in org.cocome.tradingsystem.inventory.application.store that return types with arguments of type ComplexOrderEntryTO
 java.util.List<ComplexOrderEntryTO> ComplexOrderTO.getOrderEntryTO()
          Gets list of order entry transfer objects which the order consists of.
 

Method parameters in org.cocome.tradingsystem.inventory.application.store with type arguments of type ComplexOrderEntryTO
 void ComplexOrderTO.setOrderEntryTO(java.util.List<ComplexOrderEntryTO> orderEntryTO)
          Sets list of order entry transfer objects.
 

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

Methods in org.cocome.tradingsystem.inventory.application.store.impl that return ComplexOrderEntryTO
static ComplexOrderEntryTO FillTransferObjects.fillComplexOrderEntry(OrderEntry orderentry)
           
 ComplexOrderEntryTO[] StoreImpl.getStockItems(ProductTO[] requiredProductTOs)