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

Packages that use OrderType
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.remote   
com.retek.component.customerorder.test   
com.retek.component.pend   
com.retek.component.pend.impl   
com.retek.component.pend.impl.remote   
 

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.customerorder.impl
 

Methods in com.retek.component.customerorder.impl that return OrderType
 OrderType CustomerOrderImpl.getOrderType()
           
 OrderType MailOrderBatchImpl.getOrderType()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type OrderType
 void CustomerOrderImpl.setOrderType(OrderType orderType)
           
 CustomerOrder CustomerOrderManagerImpl.buildCustomerOrderInstance(OrderType orderType, OrderSource orderSource, User user)
           
 void MailOrderBatchImpl.setOrderType(OrderType orderType)
           
 

Constructors in com.retek.component.customerorder.impl with parameters of type OrderType
CustomerOrderImpl(DistributedContext context, DistributedReference ref, User user, OrderType orderType)
           
 

Uses of OrderType in com.retek.component.customerorder.impl.remote
 

Fields in com.retek.component.customerorder.impl.remote declared as OrderType
 OrderType MailOrderBatchDto.orderType
           
 OrderType CustomerOrderDto.orderType
           
 

Uses of OrderType in com.retek.component.customerorder.test
 

Methods in com.retek.component.customerorder.test with parameters of type OrderType
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(OrderType orderType, DistributedContext context)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(OrderType orderType, DistributedContext context, User user)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(OrderType orderType, DistributedContext context, User user, OrderSource source)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(OrderType orderType, DistributedContext context, User user, OrderSource source, Banner banner)
           
 

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)
           
 

Uses of OrderType in com.retek.component.pend.impl
 

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

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

Uses of OrderType in com.retek.component.pend.impl.remote
 

Fields in com.retek.component.pend.impl.remote declared as OrderType
 OrderType PendRuleDto.orderType
           
 



Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28