com.retek.component.customerorder.impl
Class CustomerOrderCorrespondenceRequestImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.customerorder.impl.CustomerOrderCorrespondenceRequestImpl
All Implemented Interfaces:
BusinessObject, CustomerOrderCorrespondenceRequest, DistributedObject

public class CustomerOrderCorrespondenceRequestImpl
extends DistributedObjectImpl
implements CustomerOrderCorrespondenceRequest


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
 
Constructor Summary
CustomerOrderCorrespondenceRequestImpl(DistributedContext context, DistributedReference ref)
           
CustomerOrderCorrespondenceRequestImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
 
Method Summary
 CorrespondenceType getCorrespondenceType()
           
 RDate getCreateDate()
           
 CustomerOrderCorrespondenceRequestDto getDto()
           
 CustomerOrderLine getOrderLine()
           
 boolean isActive()
           
 boolean isRequestDuplicate()
           
protected  Dto readLatest()
           
 void setActive(boolean active)
           
 void setCorrespondenceType(CorrespondenceType type)
           
 void setCreateDate(RDate createDate)
           
 void setOrderLine(CustomerOrderLine orderLine)
           
 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

CustomerOrderCorrespondenceRequestImpl

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

CustomerOrderCorrespondenceRequestImpl

public CustomerOrderCorrespondenceRequestImpl(DistributedContext context,
                                              DistributedReference ref)
                                       throws SystemException
Method Detail

getDto

public CustomerOrderCorrespondenceRequestDto getDto()
                                             throws SystemException
Throws:
SystemException

getCorrespondenceType

public CorrespondenceType getCorrespondenceType()
                                         throws SystemException
Specified by:
getCorrespondenceType in interface CustomerOrderCorrespondenceRequest
Throws:
SystemException

getOrderLine

public CustomerOrderLine getOrderLine()
                               throws SystemException
Specified by:
getOrderLine in interface CustomerOrderCorrespondenceRequest
Throws:
SystemException

getCreateDate

public RDate getCreateDate()
                    throws SystemException
Specified by:
getCreateDate in interface CustomerOrderCorrespondenceRequest
Throws:
SystemException

isActive

public boolean isActive()
                 throws SystemException
Specified by:
isActive in interface CustomerOrderCorrespondenceRequest
Throws:
SystemException

setCorrespondenceType

public void setCorrespondenceType(CorrespondenceType type)
                           throws SystemException
Specified by:
setCorrespondenceType in interface CustomerOrderCorrespondenceRequest
Throws:
SystemException

setOrderLine

public void setOrderLine(CustomerOrderLine orderLine)
                  throws SystemException
Specified by:
setOrderLine in interface CustomerOrderCorrespondenceRequest
Throws:
SystemException

setActive

public void setActive(boolean active)
               throws SystemException
Specified by:
setActive in interface CustomerOrderCorrespondenceRequest
Throws:
SystemException

setCreateDate

public void setCreateDate(RDate createDate)
                   throws SystemException
Throws:
SystemException

submit

public void submit()
            throws SystemException,
                   BusinessException
Specified by:
submit in interface CustomerOrderCorrespondenceRequest
Throws:
SystemException
BusinessException

readLatest

protected Dto readLatest()
                  throws SystemException
Overrides:
readLatest in class DistributedObjectImpl
Throws:
SystemException

isRequestDuplicate

public boolean isRequestDuplicate()
                           throws SystemException
Specified by:
isRequestDuplicate in interface CustomerOrderCorrespondenceRequest
Throws:
SystemException


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