com.retek.rcom.gui.screen.ordercommon
Class CheckPaymentDialogHandler
java.lang.Object
com.retek.commons.gui.core.ScreenHandler
com.retek.rcom.gui.screen.ordercommon.CheckPaymentDialogHandler
- public class CheckPaymentDialogHandler
- extends ScreenHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckPaymentDialogHandler
public CheckPaymentDialogHandler(OrderScreenType screenType)
- STATE MANAGEMENT
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 © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25