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

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

public class GiftCardDialogHandler
extends ScreenHandler


Constructor Summary
GiftCardDialogHandler()
           
 
Method Summary
 java.lang.String getAmount()
           
 boolean isNonDenominationBased()
           
 void setAmount(java.lang.String string)
           
 void setFrom(java.lang.String string)
           
 void setMessage(java.lang.String string)
           
 void setOrderLine(java.lang.Object newOrderLine)
           
 void setTo(java.lang.String string)
           
 
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

GiftCardDialogHandler

public GiftCardDialogHandler()
Method Detail

setOrderLine

public void setOrderLine(java.lang.Object newOrderLine)
                  throws SystemException,
                         BusinessException
Throws:
SystemException
BusinessException

isNonDenominationBased

public boolean isNonDenominationBased()
                               throws SystemException,
                                      BusinessException,
                                      UiBusinessException
Throws:
SystemException
BusinessException
UiBusinessException

setTo

public void setTo(java.lang.String string)
           throws SystemException
Throws:
SystemException

setFrom

public void setFrom(java.lang.String string)
             throws SystemException
Throws:
SystemException

setMessage

public void setMessage(java.lang.String string)
                throws SystemException
Throws:
SystemException

setAmount

public void setAmount(java.lang.String string)
               throws SystemException,
                      BusinessException
Throws:
SystemException
BusinessException

getAmount

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


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