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

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

public class ReturnLineNormalReturnPanelHandler
extends ScreenHandler


Constructor Summary
ReturnLineNormalReturnPanelHandler()
          STATE MANAGEMENT
 
Method Summary
 void applyReturnLine()
           
 java.lang.Object buildComponentReturnLine(java.lang.Object component)
          COMPONENT METHODS
 void createReturnLine()
          RETURN LINE GETTER METHODS
 java.lang.String getComment()
           
 java.lang.String getComponentDescription()
           
 java.lang.String getComponentDisplayCode()
           
 java.lang.Object getCustomer(boolean isShipTo)
           
 java.lang.Object getDefaultGiftRefundTenderType()
           
 java.lang.String getExpectedReturnQuantity()
           
 java.util.Collection getGiftReturnTenderTypes()
           
 java.util.List getReturnableComponents()
           
 java.util.List getReturnableOrderLines()
           
 java.lang.Object getReturnLine()
           
 java.lang.Object getReturnLineParent()
           
 java.lang.Object getReturnReason()
           
 java.lang.String[] getReturnReasonArray()
           
 java.util.List getReturnReasonList()
           
 java.lang.String getSellingItemNumber()
           
 java.lang.Object getTenderType()
           
 boolean hasReturnLine()
           
 boolean isBillToAddressForRefundRecipient()
           
 boolean isComponentReturnRequired()
           
 boolean isEditAllowed()
           
 boolean isGiftRecipientShipToCustomer()
           
 boolean isGiftReturn()
           
 boolean isOrderLineGifted()
           
 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 setComponentReturnLine(java.lang.Object object)
           
 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 setReturnLine(java.lang.Object orderLine)
           
 void setReturnReason(java.lang.Object object)
           
 void setReturnRequired(boolean required)
           
 void setTenderType(java.lang.Object tenderType)
           
 
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

ReturnLineNormalReturnPanelHandler

public ReturnLineNormalReturnPanelHandler()
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

createReturnLine

public void createReturnLine()
                      throws SystemException,
                             BusinessException
RETURN LINE GETTER METHODS

Throws:
SystemException
BusinessException

setReturnLine

public void setReturnLine(java.lang.Object orderLine)

getReturnLine

public java.lang.Object getReturnLine()

hasReturnLine

public boolean hasReturnLine()

getReturnLineParent

public java.lang.Object getReturnLineParent()
                                     throws SystemException,
                                            BusinessException
Throws:
SystemException
BusinessException

getSellingItemNumber

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

getExpectedReturnQuantity

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

getReturnReason

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

getTenderType

public java.lang.Object getTenderType()
                               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

applyReturnLine

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

isQuantityPositive

public boolean isQuantityPositive(java.lang.String quantity)

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

getDefaultGiftRefundTenderType

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


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25