|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.gui.core.ScreenHandler
com.retek.rcom.gui.screen.ordermain.ReturnLinePackReturnPanelHandler
Constructor Summary | |
ReturnLinePackReturnPanelHandler()
STATE MANAGEMENT |
Method Summary | |
void |
applyComponentReturnLine()
|
java.lang.Object |
buildComponentReturnLine(java.lang.Object component)
COMPONENT METHODS |
java.lang.String |
getComment()
|
java.lang.String |
getComponentDescription()
|
java.lang.String |
getComponentDisplayCode()
|
java.lang.Object |
getComponentReturnLine()
|
java.lang.Object |
getCustomer(boolean isShipTo)
|
java.lang.Object |
getDefaultGiftRefundTenderType()
|
java.lang.String |
getDefaultQuanityAmount(java.lang.Object returnLine,
int defaultQuantity)
|
java.util.Collection |
getGiftReturnTenderTypes()
|
java.lang.Object |
getGiftTenderType()
|
java.lang.String |
getInitialReturnQty()
|
java.lang.String |
getParentExpectedReturnQuantity()
|
java.lang.Object |
getParentOrderLine()
|
java.lang.String |
getParentSellingItemNumber()
RETURN LINE GETTER METHODS |
java.util.List |
getReturnableComponents()
|
java.util.List |
getReturnableOrderLines()
|
java.util.Collection |
getReturnComponentList()
|
java.lang.Object |
getReturnReason()
|
java.lang.String[] |
getReturnReasonArray()
|
java.lang.String |
getReturnReasonDesc()
|
java.lang.String |
getReturnReasonDescription(java.lang.Object returnReason)
|
java.util.List |
getReturnReasonList()
|
boolean |
isBillToAddressForRefundRecipient()
|
boolean |
isComponentReturnRequired()
|
boolean |
isEditAllowed()
|
boolean |
isGiftRecipientShipToCustomer()
|
boolean |
isGiftReturn()
|
boolean |
isOrderLineGifted()
|
boolean |
isPackComponentReturnEnabled()
|
boolean |
isParentOrderLinePack()
|
boolean |
isParentReturnable()
|
boolean |
isParentReturnLine()
|
boolean |
isQuantityPositive(java.lang.String quantity)
|
boolean |
isReservedAtComponentLevel()
|
boolean |
isReturnRequired()
|
boolean |
isZeroSaleOrder()
|
java.lang.String |
retrieveAddress()
|
void |
setComment(java.lang.String comment)
|
void |
setComponentReturnEnabled(boolean b)
|
void |
setComponentReturnLine(java.lang.Object object)
|
void |
setComponentReturnList(java.util.List returnComponentList)
|
void |
setExpectedReturnQuantity(java.lang.String quantity)
RETURN LINE SETTER METHODS |
void |
setGiftRefundAddress(java.lang.Object address)
|
void |
setGiftRefundAddressToBillTo()
|
void |
setGiftRefundAddressToShipTo()
|
void |
setGiftReturn(boolean isGiftReturn)
|
void |
setParentOrderLine(java.lang.Object object)
PARENT ORDER LINE METHODS |
void |
setReturnReason(java.lang.Object object)
|
void |
setReturnRequired(boolean required)
|
void |
setTenderType(java.lang.Object tenderType)
|
void |
validateQuantity(java.lang.String qty)
|
Methods inherited from class com.retek.commons.gui.core.ScreenHandler |
getException, getLogger, getSystemException, processSystemException, register, register, unregister, unregisterAll |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReturnLinePackReturnPanelHandler()
Method Detail |
public java.util.List getReturnReasonList() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String[] getReturnReasonArray() throws SystemException, BusinessException
SystemException
BusinessException
public java.util.List getReturnableOrderLines() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isZeroSaleOrder() throws SystemException, BusinessException
SystemException
BusinessException
public void setParentOrderLine(java.lang.Object object)
public boolean isParentReturnLine()
public boolean isParentOrderLinePack() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isParentReturnable() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isReservedAtComponentLevel() throws SystemException, BusinessException
SystemException
BusinessException
public java.util.List getReturnableComponents() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.Object buildComponentReturnLine(java.lang.Object component) throws SystemException, BusinessException
SystemException
BusinessException
public void setComponentReturnLine(java.lang.Object object)
public java.lang.String getComponentDisplayCode() throws SystemException
SystemException
public java.lang.String getComponentDescription() throws SystemException
SystemException
public boolean isComponentReturnRequired() throws SystemException
SystemException
public java.lang.String getParentSellingItemNumber() throws SystemException
SystemException
public java.lang.String getInitialReturnQty()
public java.lang.Object getReturnReason() throws SystemException
SystemException
public java.lang.String getReturnReasonDesc() throws SystemException
SystemException
public java.lang.Object getGiftTenderType() throws SystemException
SystemException
public boolean isReturnRequired() throws SystemException
SystemException
public boolean isGiftReturn() throws SystemException
SystemException
public java.lang.String getComment() throws SystemException
SystemException
public boolean isEditAllowed() throws SystemException, BusinessException
SystemException
BusinessException
public void setExpectedReturnQuantity(java.lang.String quantity) throws SystemException, BusinessException
SystemException
BusinessException
public void setReturnReason(java.lang.Object object) throws SystemException, BusinessException
SystemException
BusinessException
public void setReturnRequired(boolean required) throws SystemException, BusinessException
SystemException
BusinessException
public void setComment(java.lang.String comment) throws SystemException
SystemException
public void setGiftReturn(boolean isGiftReturn) throws SystemException
SystemException
public void setTenderType(java.lang.Object tenderType) throws SystemException, BusinessException
SystemException
BusinessException
public void applyComponentReturnLine() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isQuantityPositive(java.lang.String quantity)
public void setComponentReturnEnabled(boolean b)
public boolean isPackComponentReturnEnabled()
public java.lang.String getDefaultQuanityAmount(java.lang.Object returnLine, int defaultQuantity) throws SystemException
SystemException
public java.lang.String retrieveAddress() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isOrderLineGifted() throws SystemException
SystemException
public java.util.Collection getGiftReturnTenderTypes() throws SystemException
SystemException
public boolean isGiftRecipientShipToCustomer() throws SystemException
SystemException
public java.lang.Object getCustomer(boolean isShipTo) throws SystemException, BusinessException
SystemException
BusinessException
public void setGiftRefundAddress(java.lang.Object address) throws SystemException, BusinessException
SystemException
BusinessException
public void setGiftRefundAddressToShipTo() throws SystemException, BusinessException
SystemException
BusinessException
public void setGiftRefundAddressToBillTo() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isBillToAddressForRefundRecipient() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getReturnReasonDescription(java.lang.Object returnReason) throws SystemException
SystemException
public java.lang.Object getDefaultGiftRefundTenderType() throws SystemException
SystemException
public java.lang.Object getParentOrderLine()
public java.lang.String getParentExpectedReturnQuantity() throws SystemException
SystemException
public java.lang.Object getComponentReturnLine()
public java.util.Collection getReturnComponentList()
public void setComponentReturnList(java.util.List returnComponentList)
public void validateQuantity(java.lang.String qty) throws SystemException, UiBusinessException
SystemException
UiBusinessException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |