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

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

public class OrderMessagesHandler
extends ScreenHandler


Constructor Summary
OrderMessagesHandler(OrderScreenType orderScreenType)
           
 
Method Summary
 boolean canEditMessages()
           
 java.lang.String getPackingSlipMessage()
           
 java.util.Map getQuickEntries()
           
 java.lang.String getShippingMessage()
           
 java.lang.String getWarehouseMessage()
           
 boolean hasShipTo()
           
 boolean isMaintenanceOrder()
           
 boolean isShowPackingSlipPrice()
           
 void setPackingSlipMessage(java.lang.String message)
           
 void setShippingMessage(java.lang.String message)
           
 void setShipRequest(java.lang.Object object)
           
 void setShowPriceOnPackingSlip(boolean showPrice)
           
 void setWarehouseMessage(java.lang.String message)
           
 boolean shipToEqualsBillTo()
           
 
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

OrderMessagesHandler

public OrderMessagesHandler(OrderScreenType orderScreenType)
Method Detail

setShipRequest

public void setShipRequest(java.lang.Object object)

hasShipTo

public boolean hasShipTo()

isMaintenanceOrder

public boolean isMaintenanceOrder()

shipToEqualsBillTo

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

getWarehouseMessage

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

getShippingMessage

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

getPackingSlipMessage

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

setShippingMessage

public void setShippingMessage(java.lang.String message)
                        throws SystemException,
                               BusinessException
Throws:
SystemException
BusinessException

setWarehouseMessage

public void setWarehouseMessage(java.lang.String message)
                         throws SystemException,
                                BusinessException
Throws:
SystemException
BusinessException

setPackingSlipMessage

public void setPackingSlipMessage(java.lang.String message)
                           throws SystemException,
                                  BusinessException
Throws:
SystemException
BusinessException

setShowPriceOnPackingSlip

public void setShowPriceOnPackingSlip(boolean showPrice)
                               throws SystemException
Throws:
SystemException

isShowPackingSlipPrice

public boolean isShowPackingSlipPrice()
                               throws SystemException
Throws:
SystemException

getQuickEntries

public java.util.Map getQuickEntries()

canEditMessages

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


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