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

Packages that use OrderStateView
org.openxma.dsl.reference.dao   
org.openxma.dsl.reference.dao.impl   
org.openxma.dsl.reference.dto   
org.openxma.dsl.reference.service   
org.openxma.dsl.reference.service.impl   
org.openxma.dsl.reference.xma.customeredit.server   
org.openxma.dsl.reference.xma.order.server   
 

Uses of OrderStateView in org.openxma.dsl.reference.dao
 

Methods in org.openxma.dsl.reference.dao that return types with arguments of type OrderStateView
 java.util.List<OrderStateView> OrderDao.readOrderStateByCustomerAndDate(java.lang.Long customerId, java.util.Date reportDate)
           
 

Uses of OrderStateView in org.openxma.dsl.reference.dao.impl
 

Methods in org.openxma.dsl.reference.dao.impl that return types with arguments of type OrderStateView
 java.util.List<OrderStateView> OrderDaoImpl.readOrderStateByCustomerAndDate(java.lang.Long customerId, java.util.Date reportDate)
           
 

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

Methods in org.openxma.dsl.reference.dto that return OrderStateView
 OrderStateView OrderItemQuantityView.getOrder()
           
 

Methods in org.openxma.dsl.reference.dto that return types with arguments of type OrderStateView
 java.util.List<OrderStateView> CustomerOrderView.getOrders()
           
 

Methods in org.openxma.dsl.reference.dto with parameters of type OrderStateView
 void CustomerOrderView.addOrders(OrderStateView orderStateView)
           
 void OrderItemQuantityView.setOrder(OrderStateView order)
           
 

Method parameters in org.openxma.dsl.reference.dto with type arguments of type OrderStateView
 void CustomerOrderView.setOrders(java.util.List<OrderStateView> orders)
           
 

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

Methods in org.openxma.dsl.reference.service that return OrderStateView
 OrderStateView OrderServiceFacade.findByOrderNumber(OrderNumberQuery orderNumberQuery)
           
 

Methods in org.openxma.dsl.reference.service that return types with arguments of type OrderStateView
 java.util.List<OrderStateView> OrderServiceFacade.findAllOrderStates(java.lang.String oid)
           
 java.util.List<OrderStateView> OrderService.readOrderStateByCustomerAndDate(java.lang.Long customerId, java.util.Date reportDate)
           
 

Method parameters in org.openxma.dsl.reference.service with type arguments of type OrderStateView
 void OrderServiceFacade.mergeSet(java.util.Set<OrderStateView> viewSet)
           
 

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

Methods in org.openxma.dsl.reference.service.impl that return OrderStateView
 OrderStateView AbstractOrderServiceFacadeImpl.findByOrderNumber(OrderNumberQuery orderNumberQuery)
           
 

Methods in org.openxma.dsl.reference.service.impl that return types with arguments of type OrderStateView
 java.util.List<OrderStateView> OrderServiceFacadeImpl.findAllOrderStates(java.lang.String oid)
           
 java.util.List<OrderStateView> OrderServiceImpl.readOrderStateByCustomerAndDate(java.lang.Long customerId, java.util.Date reportDate)
           
 

Method parameters in org.openxma.dsl.reference.service.impl with type arguments of type OrderStateView
 void OrderServiceFacadeImpl.mergeSet(java.util.Set<OrderStateView> viewSet)
           
 

Uses of OrderStateView in org.openxma.dsl.reference.xma.customeredit.server
 

Methods in org.openxma.dsl.reference.xma.customeredit.server with parameters of type OrderStateView
 at.spardat.xma.mdl.table.TableRow Page2Gen.orderTableAddRow(OrderStateView orders)
          This method creates a TableRow object and adds it to the end of the table.
 java.lang.Object[] Page2Gen.orderTableCreateCells(OrderStateView orders)
          This is a support method to create the table cells of one row from one or more BusinessDatas.
 int Page2Gen.orderTableGetImageFor(OrderStateView orders)
          This method is called from orderTableAddRow to figure out an image id for a particular row.
 

Uses of OrderStateView in org.openxma.dsl.reference.xma.order.server
 

Methods in org.openxma.dsl.reference.xma.order.server that return OrderStateView
 OrderStateView OrderGen.getOrder()
          returns the order
 

Methods in org.openxma.dsl.reference.xma.order.server with parameters of type OrderStateView
 void OrderSearchFormGen.atomicWMToBusinessData(OrderStateView order)
          Copies values of widget models to attributes of the provided BusinessData objects.
 void Page1Gen.atomicWMToBusinessData(OrderStateView order, CustomerView customer)
          Copies values of widget models to attributes of the provided BusinessData objects.
 void OrderSearchFormGen.businessDataToAtomicWM(OrderStateView order)
          Copies attribute values of the provided BusinessDatas into widget models.
 void Page1Gen.businessDataToAtomicWM(OrderStateView order, CustomerView customer)
          Copies attribute values of the provided BusinessDatas into widget models.
 void OrderGen.setOrder(OrderStateView order)
          sets the order
 



Copyright © 2010. All Rights Reserved.