Uses of Class
com.retek.component.customerorder.OrderType

Packages that use OrderType
com.retek.component.customerorder   
com.retek.component.pend   
 

Uses of OrderType in com.retek.component.customerorder
 

Fields in com.retek.component.customerorder declared as OrderType
static OrderType OrderType.STANDARD
           
static OrderType OrderType.EMPLOYEE
           
 

Methods in com.retek.component.customerorder that return OrderType
static OrderType OrderType.fromCode(java.lang.String code)
           
 OrderType CustomerOrder.getOrderType()
           
 OrderType MailOrderBatch.getOrderType()
           
 

Methods in com.retek.component.customerorder with parameters of type OrderType
 void OrderSearchCriteria.addOrderType(OrderType orderType)
           
 void CustomerOrder.setOrderType(OrderType orderType)
           
 void MailOrderBatch.setOrderType(OrderType orderType)
           
 CustomerOrder CustomerOrderManager.buildCustomerOrderInstance(OrderType orderType, OrderSource orderSource, User user)
           
 

Uses of OrderType in com.retek.component.pend
 

Methods in com.retek.component.pend that return OrderType
 OrderType PendRule.getOrderType()
           
 

Methods in com.retek.component.pend with parameters of type OrderType
 void PendRule.setOrderType(OrderType orderType)
           
 



Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25