|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.component.customerorder.integration.rib.ReturnConfirmationItem
Class which represents a return confirmation item. This is a wrapper class used to provide behavior around the CustRetItem payload during return confirmation the injection process.
Constructor Summary | |
ReturnConfirmationItem(DistributedContext context,
com.retek.rib.binding.payload.CustRetItem returnItem)
|
Method Summary | |
void |
addItemReturnQuantity(ReturnConfirmationItemQuantity itemReturnQuantity)
Add an item return quantity to the return item. |
java.lang.String |
getItemId()
Return the item id for the return item. |
java.util.List |
getItemReturnQuantities()
Return the item return quantities for the return item sorted in descending order by return quantity. |
SellableItem |
getSellableItem()
Return the item for the return item. |
Quantity |
getTotalReturnQuantity()
Return the sum of return quantity for the return item. |
Quantity |
getTotalUnprocessedReturnQuantity()
Return the sum of unprocessed return quantity for the return item. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReturnConfirmationItem(DistributedContext context, com.retek.rib.binding.payload.CustRetItem returnItem)
Method Detail |
public java.lang.String getItemId()
public java.util.List getItemReturnQuantities()
public void addItemReturnQuantity(ReturnConfirmationItemQuantity itemReturnQuantity)
itemReturnQuantity
- to addpublic Quantity getTotalUnprocessedReturnQuantity()
public Quantity getTotalReturnQuantity()
public SellableItem getSellableItem() throws SystemException
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |