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