com.retek.component.customerorder
Interface NoCustomerInformationReturn

All Superinterfaces:
BusinessObject, DistributedObject
All Known Implementing Classes:
NoCustomerInformationReturnImpl

public interface NoCustomerInformationReturn
extends DistributedObject


Method Summary
 java.lang.String getComments()
           
 Money getExtendedPrice()
           
 Quantity getQuantity()
           
 User getResolvedByUser()
           
 RDate getResolvedDate()
           
 CustomerOrder getResolvedOrder()
           
 RDate getReturnDate()
           
 ReturnReason getReturnReason()
           
 SellableItem getSellableItem()
           
 SupplierReturnDisposition getSupplierReturnDisposition()
           
 void resolve(User user)
           
 void resolve(User user, CustomerOrder order)
           
 void submit()
           
 
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
 

Method Detail

getSellableItem

public SellableItem getSellableItem()
                             throws SystemException,
                                    BusinessException
Throws:
SystemException
BusinessException

getQuantity

public Quantity getQuantity()
                     throws SystemException
Throws:
SystemException

getSupplierReturnDisposition

public SupplierReturnDisposition getSupplierReturnDisposition()
                                                       throws SystemException
Throws:
SystemException

getComments

public java.lang.String getComments()
                             throws SystemException
Throws:
SystemException

getReturnReason

public ReturnReason getReturnReason()
                             throws SystemException
Throws:
SystemException

getReturnDate

public RDate getReturnDate()
                    throws SystemException
Throws:
SystemException

getResolvedDate

public RDate getResolvedDate()
                      throws SystemException
Throws:
SystemException

getResolvedByUser

public User getResolvedByUser()
                       throws SystemException,
                              BusinessException
Throws:
SystemException
BusinessException

getResolvedOrder

public CustomerOrder getResolvedOrder()
                               throws SystemException
Throws:
SystemException

getExtendedPrice

public Money getExtendedPrice()
                       throws SystemException,
                              BusinessException
Throws:
SystemException
BusinessException

submit

public void submit()
            throws SystemException,
                   BusinessException
Throws:
SystemException
BusinessException

resolve

public void resolve(User user)
             throws SystemException,
                    BusinessException
Throws:
SystemException
BusinessException

resolve

public void resolve(User user,
                    CustomerOrder order)
             throws SystemException,
                    BusinessException
Throws:
SystemException
BusinessException


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