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

Packages that use OrderLineTypeEnum
com.retek.component.customerorder   
com.retek.component.customerorder.batch   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.remote   
com.retek.component.pend   
com.retek.component.pend.impl   
com.retek.component.pend.impl.remote   
com.retek.rcom.gui.wrapper   
 

Uses of OrderLineTypeEnum in com.retek.component.customerorder
 

Fields in com.retek.component.customerorder declared as OrderLineTypeEnum
static OrderLineTypeEnum OrderLineTypeEnum.PARTIAL
           
static OrderLineTypeEnum OrderLineTypeEnum.NORMAL
           
static OrderLineTypeEnum OrderLineTypeEnum.EXCHANGE
           
static OrderLineTypeEnum OrderLineTypeEnum.REPLACEMENT
           
static OrderLineTypeEnum OrderLineTypeEnum.UPSELL
           
static OrderLineTypeEnum OrderLineTypeEnum.SUBSTITUTE
           
static OrderLineTypeEnum OrderLineTypeEnum.CROSS_SELL
           
static OrderLineTypeEnum OrderLineTypeEnum.NO_LONGER_AVAILABLE
           
static OrderLineTypeEnum OrderLineTypeEnum.ZERO_SALE
           
static OrderLineTypeEnum OrderLineTypeEnum.COMPONENT
           
static OrderLineTypeEnum OrderLineTypeEnum.PROMOTION_BENEFIT
           
 

Methods in com.retek.component.customerorder that return OrderLineTypeEnum
static OrderLineTypeEnum OrderLineTypeEnum.fromCode(java.lang.String code)
           
 OrderLineTypeEnum CustomerOrderLine.getOrderLineType()
           
 

Methods in com.retek.component.customerorder with parameters of type OrderLineTypeEnum
 int OrderLineTypeEnum.ReleaseBackorderPriorityComparator.compare(OrderLineTypeEnum o1, OrderLineTypeEnum o2)
           
 

Uses of OrderLineTypeEnum in com.retek.component.customerorder.batch
 

Methods in com.retek.component.customerorder.batch that return OrderLineTypeEnum
 OrderLineTypeEnum ReleaseBackorderLineRecord.getOrderLineType()
           
 

Methods in com.retek.component.customerorder.batch with parameters of type OrderLineTypeEnum
 void ReleaseBackorderLineRecord.setOrderLineType(OrderLineTypeEnum orderLineType)
           
 

Uses of OrderLineTypeEnum in com.retek.component.customerorder.impl
 

Methods in com.retek.component.customerorder.impl that return OrderLineTypeEnum
 OrderLineTypeEnum CustomerOrderLineImpl.getOrderLineType()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type OrderLineTypeEnum
 void CustomerOrderLineImpl.setOrderLineType(OrderLineTypeEnum orderLineType)
           
 

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

Fields in com.retek.component.customerorder.impl.remote declared as OrderLineTypeEnum
 OrderLineTypeEnum OrderLineDto.orderLineType
           
 

Uses of OrderLineTypeEnum in com.retek.component.pend
 

Methods in com.retek.component.pend that return OrderLineTypeEnum
 OrderLineTypeEnum PendRule.getOrderLineType()
           
 

Methods in com.retek.component.pend with parameters of type OrderLineTypeEnum
 void PendRule.setOrderLineType(OrderLineTypeEnum orderLineType)
           
 

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

Methods in com.retek.component.pend.impl that return OrderLineTypeEnum
 OrderLineTypeEnum PendRuleImpl.getOrderLineType()
           
 

Methods in com.retek.component.pend.impl with parameters of type OrderLineTypeEnum
 void PendRuleImpl.setOrderLineType(OrderLineTypeEnum orderLineType)
           
 

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

Fields in com.retek.component.pend.impl.remote declared as OrderLineTypeEnum
 OrderLineTypeEnum PendRuleDto.orderLineType
           
 

Uses of OrderLineTypeEnum in com.retek.rcom.gui.wrapper
 

Methods in com.retek.rcom.gui.wrapper that return OrderLineTypeEnum
 OrderLineTypeEnum RcomOrderLine.getLineType()
          Retrieve the order line type.
 



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