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

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

public class GiftableDialogHandler
extends ScreenHandler


Constructor Summary
GiftableDialogHandler(OrderScreenType screenType)
           
 
Method Summary
 void apply()
           
 java.lang.String getCardMessage()
           
 java.lang.String getCardPrice()
           
 java.lang.Object getCardType()
           
 java.util.List getCardTypes()
           
 java.lang.String getDescription()
           
 java.util.Map getQuickEntries()
           
 java.lang.String getWrapPrice()
           
 java.lang.Object getWrapType()
           
 java.util.List getWrapTypes()
           
 boolean isCardMessageChanged()
           
 boolean isEditAllowed()
           
 boolean isGiftCardable()
           
 boolean isGiftWrapable()
           
 void setCardMessage(java.lang.String message)
           
 void setCardType(java.lang.Object type)
           
protected  void setOrderLine(java.lang.Object object)
           
 void setWrapType(java.lang.Object type)
           
 
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

GiftableDialogHandler

public GiftableDialogHandler(OrderScreenType screenType)
Method Detail

setOrderLine

protected void setOrderLine(java.lang.Object object)
                     throws SystemException,
                            BusinessException
Throws:
SystemException
BusinessException

getDescription

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

getWrapTypes

public java.util.List getWrapTypes()
                            throws SystemException
Throws:
SystemException

getCardTypes

public java.util.List getCardTypes()
                            throws SystemException
Throws:
SystemException

setWrapType

public void setWrapType(java.lang.Object type)

setCardType

public void setCardType(java.lang.Object type)

getWrapType

public java.lang.Object getWrapType()

getCardType

public java.lang.Object getCardType()

setCardMessage

public void setCardMessage(java.lang.String message)

getWrapPrice

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

getCardMessage

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

getCardPrice

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

apply

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

isEditAllowed

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

isCardMessageChanged

public boolean isCardMessageChanged()
                             throws SystemException
Throws:
SystemException

isGiftCardable

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

isGiftWrapable

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

getQuickEntries

public java.util.Map getQuickEntries()


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