com.retek.component.directshiporder.impl
Class DirectShipOrderImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.directshiporder.impl.DirectShipOrderImpl
All Implemented Interfaces:
BusinessObject, DirectShipOrder, DistributedObject

public class DirectShipOrderImpl
extends DistributedObjectImpl
implements DirectShipOrder


Nested Class Summary
 
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl
DistributedObjectImpl.DtoBurgular
 
Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Fields inherited from interface com.retek.component.directshiporder.DirectShipOrder
DIRECT_SHIP_ORDER_LINES, SUPPLIER_ID
 
Constructor Summary
DirectShipOrderImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
DirectShipOrderImpl(DistributedContext context, DistributedReference ref, Supplier supplier)
           
 
Method Summary
 void addDirectShipOrderLine(DirectShipOrderLine line)
           
 RDate getCreateDate()
           
 java.util.List getDirectShipOrderLines()
           
 DirectShipOrderDto getDto()
           
 java.lang.String getPaymentTerms()
           
 SupplierContactMethod getPoDeliveryMethod()
           
 RDate getResendDate()
           
 boolean getResendIndicator()
           
 Supplier getSupplier()
           
protected  Dto readLatest()
           
 void submit()
           
 
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 com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
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
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

DirectShipOrderImpl

public DirectShipOrderImpl(DistributedContext context,
                           DistributedReference ref,
                           boolean createHollow)
                    throws SystemException

DirectShipOrderImpl

public DirectShipOrderImpl(DistributedContext context,
                           DistributedReference ref,
                           Supplier supplier)
                    throws SystemException
Method Detail

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