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

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

public class CheckPaymentDialogHandler
extends ScreenHandler


Constructor Summary
CheckPaymentDialogHandler(OrderScreenType screenType)
          STATE MANAGEMENT
 
Method Summary
 void applyPayment()
           
 void createPayment()
          CHECK PAYMENT METHODS
 java.lang.String getAccount()
           
 java.lang.String getAmount()
           
 java.lang.String getCheckNumber()
           
 java.lang.String getOrderBalance()
           
 java.lang.Object getPayment()
           
 java.lang.String getRoutingNumber()
           
 java.lang.Object getTenderType()
           
 java.lang.String getTenderTypeDescription()
           
 boolean isOrderBalanceZero()
           
 void setAccount(java.lang.String account)
           
 void setAmount(java.lang.String amount)
           
 void setCheckNumber(java.lang.String checkNumber)
           
 void setOrder(java.lang.Object order)
          ORDER METHODS
 void setRoutingNumber(java.lang.String routingNumber)
           
 
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

CheckPaymentDialogHandler

public CheckPaymentDialogHandler(OrderScreenType screenType)
STATE MANAGEMENT

Method Detail

setOrder

public void setOrder(java.lang.Object order)
              throws SystemException,
                     BusinessException
ORDER METHODS

Throws:
SystemException
BusinessException

getOrderBalance

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

isOrderBalanceZero

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

createPayment

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

Throws:
SystemException
BusinessException

getPayment

public java.lang.Object getPayment()

getAccount

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

getAmount

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

getRoutingNumber

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

getCheckNumber

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

getTenderType

public java.lang.Object getTenderType()
                               throws SystemException
Throws:
SystemException

getTenderTypeDescription

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

setAccount

public void setAccount(java.lang.String account)
                throws SystemException
Throws:
SystemException

setAmount

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

setRoutingNumber

public void setRoutingNumber(java.lang.String routingNumber)
                      throws SystemException
Throws:
SystemException

setCheckNumber

public void setCheckNumber(java.lang.String checkNumber)
                    throws SystemException
Throws:
SystemException

applyPayment

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


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