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

Packages that use DemandStatus
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.persistence   
com.retek.component.customerorder.impl.remote   
 

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
           
 



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