com.retek.component.directshiporder
Interface DirectShipOrder

All Superinterfaces:
BusinessObject, DistributedObject
All Known Implementing Classes:
DirectShipOrderImpl

public interface DirectShipOrder
extends DistributedObject


Field Summary
static java.lang.String DIRECT_SHIP_ORDER_LINES
           
static java.lang.String SUPPLIER_ID
           
 
Method Summary
 void addDirectShipOrderLine(DirectShipOrderLine line)
           
 RDate getCreateDate()
           
 java.util.List getDirectShipOrderLines()
           
 java.lang.String getPaymentTerms()
           
 SupplierContactMethod getPoDeliveryMethod()
           
 RDate getResendDate()
           
 boolean getResendIndicator()
           
 Supplier getSupplier()
           
 void 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
 

Field Detail

SUPPLIER_ID

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

DIRECT_SHIP_ORDER_LINES

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

getCreateDate

public RDate getCreateDate()
                    throws SystemException
Throws:
SystemException

getResendDate

public RDate getResendDate()
                    throws SystemException
Throws:
SystemException

getResendIndicator

public boolean getResendIndicator()
                           throws SystemException
Throws:
SystemException

getPaymentTerms

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

getSupplier

public Supplier getSupplier()
                     throws SystemException,
                            BusinessException
Throws:
SystemException
BusinessException

getPoDeliveryMethod

public SupplierContactMethod getPoDeliveryMethod()
                                          throws SystemException,
                                                 BusinessException
Throws:
SystemException
BusinessException

getDirectShipOrderLines

public java.util.List getDirectShipOrderLines()
                                       throws SystemException
Throws:
SystemException

addDirectShipOrderLine

public void addDirectShipOrderLine(DirectShipOrderLine line)
                            throws SystemException
Throws:
SystemException

submit

public void submit()
            throws SystemException,
                   BusinessException
Throws:
SystemException
BusinessException


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