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

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

public class GiftCardPaymentDialogHandler
extends ScreenHandler


Constructor Summary
GiftCardPaymentDialogHandler(OrderScreenType screenType)
           
 
Method Summary
 void createPayment()
          SVC PAYMENT METHODS
 java.lang.String getBannerDescription()
           
 java.lang.String getCardBalance()
           
 java.lang.String getCardType()
           
 java.lang.String getMinimumSvcOrOrderBalance()
           
 java.lang.String getOrderBalance()
          ORDER METHODS
 java.lang.Object getPayment()
           
 boolean hasPermission()
           
 boolean isOrderBalanceZero()
           
 void setAccount(java.lang.String string)
           
 void setAmount(java.lang.String amount)
           
 void setPin(char[] password)
           
 void submitPayment()
           
 void validateSvc(java.lang.String svcNumber)
          SVC VALIDATION METHODS
 
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

GiftCardPaymentDialogHandler

public GiftCardPaymentDialogHandler(OrderScreenType screenType)
Method Detail

getOrderBalance

public java.lang.String getOrderBalance()
                                 throws SystemException,
                                        BusinessException,
                                        UiBusinessException
ORDER METHODS

Throws:
SystemException
BusinessException
UiBusinessException

isOrderBalanceZero

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

validateSvc

public void validateSvc(java.lang.String svcNumber)
                 throws UiBusinessException,
                        SystemException
SVC VALIDATION METHODS

Throws:
UiBusinessException
SystemException

getCardBalance

public java.lang.String getCardBalance()

getCardType

public java.lang.String getCardType()

getMinimumSvcOrOrderBalance

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

getBannerDescription

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

hasPermission

public boolean hasPermission()
                      throws SystemException
Throws:
SystemException

createPayment

public void createPayment()
                   throws SystemException,
                          BusinessException
SVC PAYMENT METHODS

Throws:
SystemException
BusinessException

setAccount

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

setPin

public void setPin(char[] password)
            throws SystemException
Throws:
SystemException

setAmount

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

submitPayment

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

getPayment

public java.lang.Object getPayment()


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