Uses of Class
org.gwe.persistence.model.live.OrderLive

Packages that use OrderLive
org.gwe.persistence.model   
org.gwe.persistence.model.live   
org.gwe.persistence.model.order   
org.gwe.persistence.model.order.p2el   
 

Uses of OrderLive in org.gwe.persistence.model
 

Methods in org.gwe.persistence.model with parameters of type OrderLive
 void JobInfo.postProcess(OrderLive orderLive, java.io.Serializable result)
           
 void JobInfo.preProcess(OrderLive orderLive)
           
 

Uses of OrderLive in org.gwe.persistence.model.live
 

Methods in org.gwe.persistence.model.live that return OrderLive
 OrderLive LiveOrders.get(int orderId)
           
 OrderLive JobLive.getOrderLive()
           
 

Methods in org.gwe.persistence.model.live that return types with arguments of type OrderLive
 java.util.Map<JobInfo,OrderLive> LiveOrders.getJobLiveParams(java.util.List<JobInfo> jobs)
           
 

Method parameters in org.gwe.persistence.model.live with type arguments of type OrderLive
 void LiveExecutions.prepareExecutions(java.util.Map<JobInfo,OrderLive> jobs)
           
 

Constructors in org.gwe.persistence.model.live with parameters of type OrderLive
JobLive(JobInfo job, OrderLive orderLive)
           
 

Uses of OrderLive in org.gwe.persistence.model.order
 

Methods in org.gwe.persistence.model.order with parameters of type OrderLive
abstract  void OrderDescriptor.finalizeExecution(OrderLive orderRC)
           
 void ComposedOrderDescriptor.finalizeExecution(OrderLive orderRC)
           
abstract  void OrderDescriptor.initExecution(OrderLive orderRC)
           
 void ComposedOrderDescriptor.initExecution(OrderLive orderRC)
           
 

Uses of OrderLive in org.gwe.persistence.model.order.p2el
 

Methods in org.gwe.persistence.model.order.p2el with parameters of type OrderLive
 void POrderDescriptor.finalizeExecution(OrderLive orderLive)
           
 void POrderDescriptor.initExecution(OrderLive orderLive)
           
 



Copyright © 2007-2009. All Rights Reserved.