|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.component.customerorder.integration.rib.ReturnConfirmationOrder
Class which represents a return confirmation order. This is a wrapper class around a customer order for use within the return confirmation process. It provides additional behavior specific to the return process.
Constructor Summary | |
ReturnConfirmationOrder(CustomerOrder order)
|
Method Summary | |
CustomerOrder |
getOrder()
|
java.util.List |
getPendingReturnLinesForItemSortedByQty(java.lang.String itemId)
Return a list of pending return lines (matching the specified item) sorted in descending order by expected quantity. |
java.util.List |
getReturnableOrderLinesForItem(java.lang.String itemId)
Return a list of returnable order lines (matching the specified item). |
SellingSku |
getSellingSku(java.lang.String itemId)
|
Quantity |
getTotalReturnableQuantity(java.lang.String itemId)
Return the total returnable quantity on an order for a specified sellable item id. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReturnConfirmationOrder(CustomerOrder order) throws SystemException
Method Detail |
public CustomerOrder getOrder()
public Quantity getTotalReturnableQuantity(java.lang.String itemId) throws SystemException
itemId
- item id
SystemException
public java.util.List getPendingReturnLinesForItemSortedByQty(java.lang.String itemId) throws SystemException
itemId
- item id for the return
SystemException
public java.util.List getReturnableOrderLinesForItem(java.lang.String itemId) throws SystemException
itemId
- item id for the return
SystemException
public SellingSku getSellingSku(java.lang.String itemId) throws SystemException
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |