com.retek.component.customerorder.impl
Class NoCustomerInformationReturnImpl

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

public class NoCustomerInformationReturnImpl
extends DistributedObjectImpl
implements NoCustomerInformationReturn


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
NoCustomerInformationReturnImpl(DistributedContext context, DistributedReference reference)
           
NoCustomerInformationReturnImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
 
Method Summary
 java.lang.String getComments()
           
 NoCustomerInformationReturnDto getDto()
           
 Money getExtendedPrice()
           
 Quantity getQuantity()
           
 User getResolvedByUser()
           
 RDate getResolvedDate()
           
 CustomerOrder getResolvedOrder()
           
 RDate getReturnDate()
           
 ReturnReason getReturnReason()
           
 SellableItem getSellableItem()
           
 SupplierReturnDisposition getSupplierReturnDisposition()
           
 Dto readLatest()
           
 void resolve(User user)
           
 void resolve(User user, CustomerOrder order)
           
 void setComments(java.lang.String comments)
           
 void setQuantity(Quantity quantity)
           
 void setReturnDate(RDate returnDate)
           
 void setReturnReasonRef(DistributedReference returnReasonRef)
           
 void setSellableItemId(java.lang.String sellableItemId)
           
 void setSupplierReturnDispositionRef(DistributedReference supplierReturnDispositionRef)
           
 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

NoCustomerInformationReturnImpl

public NoCustomerInformationReturnImpl(DistributedContext context,
                                       DistributedReference reference,
                                       boolean createHollow)
                                throws SystemException

NoCustomerInformationReturnImpl

public NoCustomerInformationReturnImpl(DistributedContext context,
                                       DistributedReference reference)
                                throws SystemException
Method Detail

readLatest

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

getDto

public NoCustomerInformationReturnDto getDto()
                                      throws SystemException
Throws:
SystemException

getComments

public java.lang.String getComments()
                             throws SystemException
Specified by:
getComments in interface NoCustomerInformationReturn
Throws:
SystemException

getQuantity

public Quantity getQuantity()
                     throws SystemException
Specified by:
getQuantity in interface NoCustomerInformationReturn
Throws:
SystemException

getReturnReason

public ReturnReason getReturnReason()
                             throws SystemException
Specified by:
getReturnReason in interface NoCustomerInformationReturn
Throws:
SystemException

getSellableItem

public SellableItem getSellableItem()
                             throws SystemException,
                                    BusinessException
Specified by:
getSellableItem in interface NoCustomerInformationReturn
Throws:
SystemException
BusinessException

getSupplierReturnDisposition

public SupplierReturnDisposition getSupplierReturnDisposition()
                                                       throws SystemException
Specified by:
getSupplierReturnDisposition in interface NoCustomerInformationReturn
Throws:
SystemException

setComments

public void setComments(java.lang.String comments)
                 throws SystemException
Throws:
SystemException

setQuantity

public void setQuantity(Quantity quantity)
                 throws SystemException
Throws:
SystemException

setReturnReasonRef

public void setReturnReasonRef(DistributedReference returnReasonRef)
                        throws SystemException
Throws:
SystemException

setSellableItemId

public void setSellableItemId(java.lang.String sellableItemId)
                       throws SystemException
Throws:
SystemException

setSupplierReturnDispositionRef

public void setSupplierReturnDispositionRef(DistributedReference supplierReturnDispositionRef)
                                     throws SystemException
Throws:
SystemException

getReturnDate

public RDate getReturnDate()
                    throws SystemException
Specified by:
getReturnDate in interface NoCustomerInformationReturn
Throws:
SystemException

setReturnDate

public void setReturnDate(RDate returnDate)
                   throws SystemException
Throws:
SystemException

getExtendedPrice

public Money getExtendedPrice()
                       throws SystemException,
                              BusinessException
Specified by:
getExtendedPrice in interface NoCustomerInformationReturn
Throws:
SystemException
BusinessException

submit

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

getResolvedDate

public RDate getResolvedDate()
                      throws SystemException
Specified by:
getResolvedDate in interface NoCustomerInformationReturn
Throws:
SystemException

getResolvedByUser

public User getResolvedByUser()
                       throws SystemException,
                              BusinessException
Specified by:
getResolvedByUser in interface NoCustomerInformationReturn
Throws:
SystemException
BusinessException

resolve

public void resolve(User user)
             throws SystemException,
                    BusinessException
Specified by:
resolve in interface NoCustomerInformationReturn
Throws:
SystemException
BusinessException

resolve

public void resolve(User user,
                    CustomerOrder order)
             throws SystemException,
                    BusinessException
Specified by:
resolve in interface NoCustomerInformationReturn
Throws:
SystemException
BusinessException

getResolvedOrder

public CustomerOrder getResolvedOrder()
                               throws SystemException
Specified by:
getResolvedOrder in interface NoCustomerInformationReturn
Throws:
SystemException


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