com.retek.rcom.gui.screen.ordermain
Class ReturnLinePackReturnPanelHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.ordermain.ReturnLinePackReturnPanelHandler

public class ReturnLinePackReturnPanelHandler
extends ScreenHandler


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

ReturnLinePackReturnPanelHandler

public ReturnLinePackReturnPanelHandler()
STATE MANAGEMENT

Method Detail

getReturnReasonList

public java.util.List getReturnReasonList()
                                   throws SystemException,
                                          BusinessException
Throws:
SystemException
BusinessException

getReturnReasonArray

public java.lang.String[] getReturnReasonArray()
                                        throws SystemException,
                                               BusinessException
Throws:
SystemException
BusinessException

getReturnableOrderLines

public java.util.List getReturnableOrderLines()
                                       throws SystemException,
                                              BusinessException
Throws:
SystemException
BusinessException

isZeroSaleOrder

public boolean isZeroSaleOrder()
                        throws SystemException,
                               BusinessException
Throws:
SystemException
BusinessException

setParentOrderLine

public void setParentOrderLine(java.lang.Object object)
PARENT ORDER LINE METHODS


isParentReturnLine

public boolean isParentReturnLine()

isParentOrderLinePack

public boolean isParentOrderLinePack()
                              throws SystemException,
                                     BusinessException
Throws:
SystemException
BusinessException

isParentReturnable

public boolean isParentReturnable()
                           throws SystemException,
                                  BusinessException
Throws:
SystemException
BusinessException

isReservedAtComponentLevel

public boolean isReservedAtComponentLevel()
                                   throws SystemException,
                                          BusinessException
Throws:
SystemException
BusinessException

getReturnableComponents

public java.util.List getReturnableComponents()
                                       throws SystemException,
                                              BusinessException
Throws:
SystemException
BusinessException

buildComponentReturnLine

public java.lang.Object buildComponentReturnLine(java.lang.Object component)
                                          throws SystemException,
                                                 BusinessException
COMPONENT METHODS

Throws:
SystemException
BusinessException

setComponentReturnLine

public void setComponentReturnLine(java.lang.Object object)

getComponentDisplayCode

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

getComponentDescription

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

isComponentReturnRequired

public boolean isComponentReturnRequired()
                                  throws SystemException
Throws:
SystemException

getParentSellingItemNumber

public java.lang.String getParentSellingItemNumber()
                                            throws SystemException
RETURN LINE GETTER METHODS

Throws:
SystemException

getInitialReturnQty

public java.lang.String getInitialReturnQty()

getReturnReason

public java.lang.Object getReturnReason()
                                 throws SystemException
Throws:
SystemException

getReturnReasonDesc

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

getGiftTenderType

public java.lang.Object getGiftTenderType()
                                   throws SystemException
Throws:
SystemException

isReturnRequired

public boolean isReturnRequired()
                         throws SystemException
Throws:
SystemException

isGiftReturn

public boolean isGiftReturn()
                     throws SystemException
Throws:
SystemException

getComment

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

isEditAllowed

public boolean isEditAllowed()
                      throws SystemException,
                             BusinessException
Throws:
SystemException
BusinessException

setExpectedReturnQuantity

public void setExpectedReturnQuantity(java.lang.String quantity)
                               throws SystemException,
                                      BusinessException
RETURN LINE SETTER METHODS

Throws:
SystemException
BusinessException

setReturnReason

public void setReturnReason(java.lang.Object object)
                     throws SystemException,
                            BusinessException
Throws:
SystemException
BusinessException

setReturnRequired

public void setReturnRequired(boolean required)
                       throws SystemException,
                              BusinessException
Throws:
SystemException
BusinessException

setComment

public void setComment(java.lang.String comment)
                throws SystemException
Throws:
SystemException

setGiftReturn

public void setGiftReturn(boolean isGiftReturn)
                   throws SystemException
Throws:
SystemException

setTenderType

public void setTenderType(java.lang.Object tenderType)
                   throws SystemException,
                          BusinessException
Throws:
SystemException
BusinessException

applyComponentReturnLine

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

isQuantityPositive

public boolean isQuantityPositive(java.lang.String quantity)

setComponentReturnEnabled

public void setComponentReturnEnabled(boolean b)

isPackComponentReturnEnabled

public boolean isPackComponentReturnEnabled()

getDefaultQuanityAmount

public java.lang.String getDefaultQuanityAmount(java.lang.Object returnLine,
                                                int defaultQuantity)
                                         throws SystemException
Throws:
SystemException

retrieveAddress

public java.lang.String retrieveAddress()
                                 throws SystemException,
                                        BusinessException
Throws:
SystemException
BusinessException

isOrderLineGifted

public boolean isOrderLineGifted()
                          throws SystemException
Throws:
SystemException

getGiftReturnTenderTypes

public java.util.Collection getGiftReturnTenderTypes()
                                              throws SystemException
Throws:
SystemException

isGiftRecipientShipToCustomer

public boolean isGiftRecipientShipToCustomer()
                                      throws SystemException
Throws:
SystemException

getCustomer

public java.lang.Object getCustomer(boolean isShipTo)
                             throws SystemException,
                                    BusinessException
Throws:
SystemException
BusinessException

setGiftRefundAddress

public void setGiftRefundAddress(java.lang.Object address)
                          throws SystemException,
                                 BusinessException
Throws:
SystemException
BusinessException

setGiftRefundAddressToShipTo

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

setGiftRefundAddressToBillTo

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

isBillToAddressForRefundRecipient

public boolean isBillToAddressForRefundRecipient()
                                          throws SystemException,
                                                 BusinessException
Throws:
SystemException
BusinessException

getReturnReasonDescription

public java.lang.String getReturnReasonDescription(java.lang.Object returnReason)
                                            throws SystemException
Throws:
SystemException

getDefaultGiftRefundTenderType

public java.lang.Object getDefaultGiftRefundTenderType()
                                                throws SystemException
Returns:
Throws:
SystemException

getParentOrderLine

public java.lang.Object getParentOrderLine()

getParentExpectedReturnQuantity

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

getComponentReturnLine

public java.lang.Object getComponentReturnLine()

getReturnComponentList

public java.util.Collection getReturnComponentList()

setComponentReturnList

public void setComponentReturnList(java.util.List returnComponentList)

validateQuantity

public void validateQuantity(java.lang.String qty)
                      throws SystemException,
                             UiBusinessException
Throws:
SystemException
UiBusinessException


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