|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DemandStatus in com.retek.component.customerorder |
Fields in com.retek.component.customerorder declared as DemandStatus | |
static DemandStatus |
DemandStatus.BACKORDER_CANCEL
|
static DemandStatus |
DemandStatus.BACKORDER_ABANDONMENT
|
static DemandStatus |
DemandStatus.CREDIT_DECLINE
|
static DemandStatus |
DemandStatus.FRAUD
|
static DemandStatus |
DemandStatus.ORDER_ENTRY_ERROR
|
static DemandStatus |
DemandStatus.CANCEL_SUBSTITUTE
|
static DemandStatus |
DemandStatus.CUSTOMER_CANCEL
|
static DemandStatus |
DemandStatus.TAG_ALONG
|
static DemandStatus |
DemandStatus.NO_LONGER_AVAILABLE
|
static DemandStatus |
DemandStatus.COMPANY_CANCEL
|
Methods in com.retek.component.customerorder that return DemandStatus | |
DemandStatus |
CustomerOrderLine.getDemandStatus()
|
static DemandStatus |
DemandStatus.fromCode(java.lang.String code)
|
Uses of DemandStatus in com.retek.component.customerorder.impl |
Methods in com.retek.component.customerorder.impl that return DemandStatus | |
DemandStatus |
CustomerOrderLineImpl.getDemandStatus()
|
Methods in com.retek.component.customerorder.impl with parameters of type DemandStatus | |
void |
CustomerOrderLineImpl.setDemandStatus(DemandStatus demandStatus)
|
Uses of DemandStatus in com.retek.component.customerorder.impl.persistence |
Methods in com.retek.component.customerorder.impl.persistence with parameters of type DemandStatus | |
static OrderLineDto |
CustomerOrderDbObjectMaster.getOrderLineDto(DistributedContext context,
CustomerOrderDto orderDto,
com.retek.fsm.State state,
DemandStatus demandStatus)
|
Uses of DemandStatus in com.retek.component.customerorder.impl.remote |
Fields in com.retek.component.customerorder.impl.remote declared as DemandStatus | |
DemandStatus |
OrderLineDto.demandStatus
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |