com.retek.component.customerorder.impl
Class NoCustomerInformationReturnImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.DistributedObjectImpl
com.retek.component.customerorder.impl.NoCustomerInformationReturnImpl
- All Implemented Interfaces:
- BusinessObject, DistributedObject, NoCustomerInformationReturn
- public class NoCustomerInformationReturnImpl
- extends DistributedObjectImpl
- implements NoCustomerInformationReturn
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 |
NoCustomerInformationReturnImpl
public NoCustomerInformationReturnImpl(DistributedContext context,
DistributedReference reference,
boolean createHollow)
throws SystemException
NoCustomerInformationReturnImpl
public NoCustomerInformationReturnImpl(DistributedContext context,
DistributedReference reference)
throws SystemException
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