com.retek.component.directshiporder.impl
Class DirectShipOrderImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.DistributedObjectImpl
com.retek.component.directshiporder.impl.DirectShipOrderImpl
- All Implemented Interfaces:
- BusinessObject, DirectShipOrder, DistributedObject
- public class DirectShipOrderImpl
- extends DistributedObjectImpl
- implements DirectShipOrder
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl |
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, refresh, toString, wrap, wrap, wrap, wrap |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
DirectShipOrderImpl
public DirectShipOrderImpl(DistributedContext context,
DistributedReference ref,
boolean createHollow)
throws SystemException
DirectShipOrderImpl
public DirectShipOrderImpl(DistributedContext context,
DistributedReference ref,
Supplier supplier)
throws SystemException
getDto
public DirectShipOrderDto getDto()
throws SystemException
- Throws:
SystemException
getCreateDate
public RDate getCreateDate()
throws SystemException
- Specified by:
getCreateDate
in interface DirectShipOrder
- Throws:
SystemException
getResendDate
public RDate getResendDate()
throws SystemException
- Specified by:
getResendDate
in interface DirectShipOrder
- Throws:
SystemException
getResendIndicator
public boolean getResendIndicator()
throws SystemException
- Specified by:
getResendIndicator
in interface DirectShipOrder
- Throws:
SystemException
getPaymentTerms
public java.lang.String getPaymentTerms()
throws SystemException
- Specified by:
getPaymentTerms
in interface DirectShipOrder
- Throws:
SystemException
getSupplier
public Supplier getSupplier()
throws SystemException,
BusinessException
- Specified by:
getSupplier
in interface DirectShipOrder
- Throws:
SystemException
BusinessException
getPoDeliveryMethod
public SupplierContactMethod getPoDeliveryMethod()
throws SystemException,
BusinessException
- Specified by:
getPoDeliveryMethod
in interface DirectShipOrder
- Throws:
SystemException
BusinessException
addDirectShipOrderLine
public void addDirectShipOrderLine(DirectShipOrderLine line)
throws SystemException
- Specified by:
addDirectShipOrderLine
in interface DirectShipOrder
- Throws:
SystemException
getDirectShipOrderLines
public java.util.List getDirectShipOrderLines()
throws SystemException
- Specified by:
getDirectShipOrderLines
in interface DirectShipOrder
- Throws:
SystemException
submit
public void submit()
throws SystemException,
BusinessException
- Specified by:
submit
in interface DirectShipOrder
- Throws:
SystemException
BusinessException
readLatest
protected Dto readLatest()
throws SystemException
- Overrides:
readLatest
in class DistributedObjectImpl
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28