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

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

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

Subclasses of OrderTO in org.cocome.tradingsystem.inventory.application.store
 class ComplexOrderTO
          ComplexOrderTO is used as transfer object class for transferring full order information between client and the service-oriented application layer.
 

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

Methods in org.cocome.tradingsystem.inventory.application.store.impl that return OrderTO
static OrderTO FillTransferObjects.fillOrderTO(ProductOrder order)