com.retek.component.task
Interface OrderWorkTask

All Superinterfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject, WorkTask
All Known Implementing Classes:
OrderWorkTaskImpl

public interface OrderWorkTask
extends WorkTask


Field Summary
static java.lang.String ORDER
           
static java.lang.String ORDER_PEND_REASON
           
 
Fields inherited from interface com.retek.component.task.WorkTask
TASK, TASKABLE
 
Method Summary
 Banner getBanner()
           
 java.lang.String getBillToFirstName()
           
 java.lang.String getBillToLastName()
           
 java.lang.String getBillToZipCode()
           
 RDate getEstimatedDeliveryDate()
           
 CustomerOrder getOrder()
           
 RDate getOrderDate()
           
 java.lang.String getOrderNumber()
           
 OrderSource getOrderSource()
           
 Money getOrderTotal()
           
 
Methods inherited from interface com.retek.component.task.WorkTask
accept, getBatchNumber, getCallCenterLocation, getCreateDate, getCreatedByUser, getLastLeaseDate, getLastUpdatedByUser, getLastUpdatedDate, getLeaseDate, getResolvedByUser, getResolvedDate, getTask, getTaskable, isResolved, resolve, submit
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 
Methods inherited from interface com.retek.swing11.commons.type.Displayable
toDisplayString
 

Field Detail

ORDER

public static final java.lang.String ORDER
See Also:
Constant Field Values

ORDER_PEND_REASON

public static final java.lang.String ORDER_PEND_REASON
See Also:
Constant Field Values
Method Detail

getOrder

public CustomerOrder getOrder()
                       throws SystemException
Throws:
SystemException

getBanner

public Banner getBanner()
                 throws SystemException
Throws:
SystemException

getOrderNumber

public java.lang.String getOrderNumber()
                                throws SystemException
Throws:
SystemException

getOrderDate

public RDate getOrderDate()
                   throws SystemException
Throws:
SystemException

getOrderSource

public OrderSource getOrderSource()
                           throws SystemException
Throws:
SystemException

getOrderTotal

public Money getOrderTotal()
                    throws SystemException
Throws:
SystemException

getEstimatedDeliveryDate

public RDate getEstimatedDeliveryDate()
                               throws SystemException
Throws:
SystemException

getBillToFirstName

public java.lang.String getBillToFirstName()
                                    throws SystemException
Throws:
SystemException

getBillToLastName

public java.lang.String getBillToLastName()
                                   throws SystemException
Throws:
SystemException

getBillToZipCode

public java.lang.String getBillToZipCode()
                                  throws SystemException
Throws:
SystemException


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