Uses of Class
org.openxma.dsl.reference.dto.CustomerOrderView

Packages that use CustomerOrderView
org.openxma.dsl.reference.dto   
org.openxma.dsl.reference.service   
org.openxma.dsl.reference.service.impl   
 

Uses of CustomerOrderView in org.openxma.dsl.reference.dto
 

Methods in org.openxma.dsl.reference.dto that return CustomerOrderView
 CustomerOrderView OrderStateView.getCustomer()
           
 

Methods in org.openxma.dsl.reference.dto with parameters of type CustomerOrderView
 void OrderStateView.setCustomer(CustomerOrderView customer)
           
 

Uses of CustomerOrderView in org.openxma.dsl.reference.service
 

Methods in org.openxma.dsl.reference.service that return CustomerOrderView
 CustomerOrderView OrderServiceFacade.findByCustomerOid(java.lang.String oid)
           
 

Method parameters in org.openxma.dsl.reference.service with type arguments of type CustomerOrderView
 void OrderServiceFacade.mergeList(java.util.List<CustomerOrderView> viewList)
           
 

Uses of CustomerOrderView in org.openxma.dsl.reference.service.impl
 

Methods in org.openxma.dsl.reference.service.impl that return CustomerOrderView
 CustomerOrderView OrderServiceFacadeImpl.findByCustomerOid(java.lang.String oid)
           
 

Method parameters in org.openxma.dsl.reference.service.impl with type arguments of type CustomerOrderView
 void OrderServiceFacadeImpl.mergeList(java.util.List<CustomerOrderView> viewList)
           
 



Copyright © 2010. All Rights Reserved.