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

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

public class CashPaymentDialogHandler
extends ScreenHandler


Constructor Summary
CashPaymentDialogHandler(OrderScreenType screenType)
          STATE MANAGEMENT
 
Method Summary
 void applyPayment()
           
 void createPayment()
          PAYMENT METHODS
 java.lang.String getAmount()
           
 java.lang.String getOrderBalance()
           
 java.lang.Object getPayment()
           
 java.lang.Object getTenderType()
           
 java.lang.String getTenderTypeDescription()
           
 boolean isOrderBalanceZero()
           
 void setAmount(java.lang.String amount)
           
 void setOrder(java.lang.Object order)
          ORDER 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

CashPaymentDialogHandler

public CashPaymentDialogHandler(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
PAYMENT METHODS

Throws:
SystemException
BusinessException

getPayment

public java.lang.Object getPayment()

setAmount

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

getAmount

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

getTenderType

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

getTenderTypeDescription

public java.lang.String getTenderTypeDescription()
                                          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