com.retek.rcom.gui.screen.ordercommon
Class ShippingRequestPrimaryHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.ordercommon.ShippingRequestPrimaryHandler

public class ShippingRequestPrimaryHandler
extends ScreenHandler


Constructor Summary
ShippingRequestPrimaryHandler(OrderScreenType screenType)
           
 
Method Summary
 java.lang.String getShipRequestAddressOne()
           
 java.lang.String getShipRequestAddressThree()
           
 java.lang.String getShipRequestAddressTwo()
           
 java.lang.String getShipRequestCity()
           
 java.lang.String getShipRequestLabel()
           
 java.lang.String getShipRequestName()
           
 java.util.Collection getShipRequests()
           
 java.lang.String getShipRequestState()
           
 java.lang.String getShipRequestZip()
           
 boolean hasOrder()
           
 boolean hasShipToMessages()
           
 boolean isShipToShowPrice()
           
 void setShipRequest(java.lang.Object object)
           
 
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

ShippingRequestPrimaryHandler

public ShippingRequestPrimaryHandler(OrderScreenType screenType)
Method Detail

hasOrder

public boolean hasOrder()

getShipRequests

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

setShipRequest

public void setShipRequest(java.lang.Object object)
                    throws SystemException
Throws:
SystemException

getShipRequestLabel

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

getShipRequestName

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

getShipRequestAddressOne

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

getShipRequestAddressTwo

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

getShipRequestAddressThree

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

getShipRequestCity

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

getShipRequestState

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

getShipRequestZip

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

hasShipToMessages

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

isShipToShowPrice

public boolean isShipToShowPrice()
                          throws SystemException
Throws:
SystemException


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