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

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

public class GiftCertificateHandler
extends ScreenHandler


Constructor Summary
GiftCertificateHandler()
           
 
Method Summary
 void createGiftCertificate()
           
 java.lang.String getGiftCertificateAmount()
           
 java.lang.String getGiftCertificateFrom()
           
 java.lang.String getGiftCertificateMessage()
           
 java.lang.String getGiftCertificateTo()
           
 boolean isGiftCertificateModifiable()
           
 void reserveGiftCertificate(java.lang.String amount)
           
 void setGiftCertificateFrom(java.lang.String name)
           
 void setGiftCertificateMessage(java.lang.String message)
           
 void setGiftCertificateTo(java.lang.String name)
           
 void setOrderLine(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

GiftCertificateHandler

public GiftCertificateHandler()
Method Detail

setOrderLine

public void setOrderLine(java.lang.Object object)

createGiftCertificate

public void createGiftCertificate()
                           throws SystemException
Throws:
SystemException

setGiftCertificateTo

public void setGiftCertificateTo(java.lang.String name)
                          throws SystemException
Throws:
SystemException

setGiftCertificateFrom

public void setGiftCertificateFrom(java.lang.String name)
                            throws SystemException
Throws:
SystemException

setGiftCertificateMessage

public void setGiftCertificateMessage(java.lang.String message)
                               throws SystemException
Throws:
SystemException

reserveGiftCertificate

public void reserveGiftCertificate(java.lang.String amount)
                            throws SystemException,
                                   BusinessException
Throws:
SystemException
BusinessException

getGiftCertificateTo

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

getGiftCertificateFrom

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

getGiftCertificateMessage

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

getGiftCertificateAmount

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

isGiftCertificateModifiable

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


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