com.retek.component.directshiporder
Interface DirectShipOrder
- All Superinterfaces:
- BusinessObject, DistributedObject
- All Known Implementing Classes:
- DirectShipOrderImpl
- public interface DirectShipOrder
- extends DistributedObject
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
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
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