|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |