|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrderLineTypeEnum | |
---|---|
com.retek.component.customerorder | |
com.retek.component.customerorder.batch | |
com.retek.component.pend | |
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.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.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 |