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

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

public class SchedulePickupDialogHandler
extends ScreenHandler


Constructor Summary
SchedulePickupDialogHandler()
           
 
Method Summary
 void apply()
           
 java.lang.Object getCustomer()
          STATE MANAGEMENT
 java.lang.String getCustomerAddress1()
           
 java.lang.String getCustomerAddress2()
           
 java.lang.String getCustomerAddress3()
           
 java.lang.String getCustomerCity()
           
 java.lang.String getCustomerDayPhone()
           
 java.lang.String getCustomerEmail()
           
 java.lang.String getCustomerEvePhone()
           
 java.lang.String getCustomerName()
           
 java.lang.String getCustomerOrderNumber()
           
 java.lang.String getCustomerState()
           
 java.lang.String getCustomerZipCode()
           
 java.lang.String getNumberOfBoxes()
           
 java.lang.String getOrderLineExpectedReturnQty(java.lang.Object selectedReturnLine)
           
 java.lang.String getOrderLineExtendedPrice(java.lang.Object selectedReturnLine)
           
 java.lang.String getOrderLineSellingSkuDescription(java.lang.Object selectedReturnLine)
           
 java.lang.String getOrderLineSellingSkuDisplayCode(java.lang.Object selectedReturnLine)
          GETTERS PICKUP-ORDER-LINE
 java.lang.String getOrderLineTotalRefundAmount(java.lang.Object selectedReturnLine)
           
 java.lang.Object getPickupAddress()
           
 java.util.List getPickUpCarriers()
           
 java.lang.String getPickUpComment()
           
 java.util.List getRequiredReturnLinesWithSameShipTo()
           
 java.lang.Object getSelectedCarrier()
           
 void initHandler(java.lang.Object order, java.lang.Object orderLine)
           
 void setComment(java.lang.String comment)
           
 void setNumberOfBoxes(java.lang.String numberOfBoxes)
           
 void setPickupAddress(java.lang.Object address)
          SETTERS CALL TAG
 void setPickupLinesItem(java.util.List selectedItems)
          SELECTED ORDER LINE with required return indicator passed from order line primary view tab
 void setSelectedCarrier(java.lang.Object selectedCarrier)
           
 
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

SchedulePickupDialogHandler

public SchedulePickupDialogHandler()
Method Detail

initHandler

public void initHandler(java.lang.Object order,
                        java.lang.Object orderLine)
                 throws SystemException,
                        BusinessException
Throws:
SystemException
BusinessException

getCustomer

public java.lang.Object getCustomer()
                             throws SystemException
STATE MANAGEMENT

Throws:
SystemException

getCustomerOrderNumber

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

getCustomerName

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

getRequiredReturnLinesWithSameShipTo

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

setPickupLinesItem

public void setPickupLinesItem(java.util.List selectedItems)
                        throws SystemException,
                               BusinessException
SELECTED ORDER LINE with required return indicator passed from order line primary view tab

Throws:
SystemException
BusinessException

setSelectedCarrier

public void setSelectedCarrier(java.lang.Object selectedCarrier)
                        throws SystemException
Throws:
SystemException

getCustomerAddress1

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

getCustomerAddress2

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

getCustomerAddress3

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

getCustomerCity

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

getCustomerState

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

getCustomerZipCode

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

getCustomerDayPhone

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

getCustomerEvePhone

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

getCustomerEmail

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

getOrderLineSellingSkuDisplayCode

public java.lang.String getOrderLineSellingSkuDisplayCode(java.lang.Object selectedReturnLine)
                                                   throws SystemException
GETTERS PICKUP-ORDER-LINE

Throws:
SystemException

getOrderLineSellingSkuDescription

public java.lang.String getOrderLineSellingSkuDescription(java.lang.Object selectedReturnLine)
                                                   throws SystemException
Throws:
SystemException

getOrderLineExpectedReturnQty

public java.lang.String getOrderLineExpectedReturnQty(java.lang.Object selectedReturnLine)
                                               throws SystemException
Throws:
SystemException

getOrderLineTotalRefundAmount

public java.lang.String getOrderLineTotalRefundAmount(java.lang.Object selectedReturnLine)
                                               throws SystemException,
                                                      BusinessException
Throws:
SystemException
BusinessException

getOrderLineExtendedPrice

public java.lang.String getOrderLineExtendedPrice(java.lang.Object selectedReturnLine)
                                           throws SystemException,
                                                  BusinessException
Throws:
SystemException
BusinessException

getPickupAddress

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

getPickUpCarriers

public java.util.List getPickUpCarriers()
                                 throws SystemException,
                                        UiBusinessException
Throws:
SystemException
UiBusinessException

getNumberOfBoxes

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

getPickUpComment

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

getSelectedCarrier

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

setPickupAddress

public void setPickupAddress(java.lang.Object address)
                      throws SystemException
SETTERS CALL TAG

Throws:
SystemException

setNumberOfBoxes

public void setNumberOfBoxes(java.lang.String numberOfBoxes)
                      throws SystemException
Throws:
SystemException

setComment

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

apply

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


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