com.retek.component.customerorder
Interface NoCustomerInformationReturn
- All Superinterfaces:
- BusinessObject, DistributedObject
- public interface NoCustomerInformationReturn
- extends DistributedObject
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
QUANTITY
public static final java.lang.String QUANTITY
- See Also:
- Constant Field Values
RETURN_DATE
public static final java.lang.String RETURN_DATE
- See Also:
- Constant Field Values
RETURN_REASON
public static final java.lang.String RETURN_REASON
- See Also:
- Constant Field Values
RETURN_DISPOSITION
public static final java.lang.String RETURN_DISPOSITION
- See Also:
- Constant Field Values
RETURN_TO_WAREHOUSE
public static final java.lang.String RETURN_TO_WAREHOUSE
- See Also:
- Constant Field Values
SELLABLE_ITEM
public static final java.lang.String SELLABLE_ITEM
- See Also:
- Constant Field Values
getQuantity
public Quantity getQuantity()
throws SystemException
- Throws:
SystemException
getSellableItem
public SellableItem getSellableItem()
throws SystemException
- Throws:
SystemException
getReturnDisposition
public SupplierReturnDisposition getReturnDisposition()
throws SystemException
- Throws:
SystemException
getReturnReason
public ReturnReason getReturnReason()
throws SystemException
- Throws:
SystemException
getReturnToWarehouse
public Warehouse getReturnToWarehouse()
throws SystemException
- Throws:
SystemException
getReturnDate
public RDate getReturnDate()
throws SystemException
- Throws:
SystemException
getComments
public java.lang.String getComments()
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
- Throws:
SystemException
setSellableItem
public void setSellableItem(SellableItem sellableItem)
throws SystemException
- Throws:
SystemException
setQuantity
public void setQuantity(Quantity qty)
throws SystemException
- Throws:
SystemException
setReturnDate
public void setReturnDate(RDate returnDate)
throws SystemException
- Throws:
SystemException
setReturnReason
public void setReturnReason(ReturnReason returnReason)
throws SystemException
- Throws:
SystemException
setReturnDisposition
public void setReturnDisposition(SupplierReturnDisposition returnDisposition)
throws SystemException
- Throws:
SystemException
setReturnToWarehouse
public void setReturnToWarehouse(Warehouse warehouse)
throws SystemException
- Throws:
SystemException
setComments
public void setComments(java.lang.String comments)
throws SystemException
- Throws:
SystemException
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 © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25