|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.gui.core.ScreenHandler
com.retek.rcom.gui.screen.ordercommon.CertificatePaymentDialogHandler
Constructor Summary | |
CertificatePaymentDialogHandler(OrderScreenType screenType)
STATE MANAGEMENT |
Method Summary | |
boolean |
amountMeetsBannerMinimum()
|
void |
applyPayment()
|
void |
createPayment()
CREATE/APPLY Payment |
void |
createPayment(java.lang.Object object)
|
java.lang.String |
getOrderBalance()
ORDER METHODS |
java.lang.Object |
getPayment()
|
java.lang.Object |
getTenderType()
VOUCHER PAYMENT METHODS |
java.util.List |
getTenderTypes()
TENDER TYPES |
boolean |
isAmountOverPaid()
|
boolean |
isGiftCertificate(java.lang.Object tenderType)
|
boolean |
isMerchandiseVoucher(java.lang.Object tenderType)
|
boolean |
isOrderBalanceZero()
|
boolean |
isRewardCertificate(java.lang.Object tenderType)
|
boolean |
isType(java.lang.Object tenderType,
java.lang.String type)
|
void |
setAccount(java.lang.String account)
|
void |
setAmount(java.lang.String amount)
|
void |
setOrder(java.lang.Object order)
|
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 |
public CertificatePaymentDialogHandler(OrderScreenType screenType)
Method Detail |
public void setOrder(java.lang.Object order) throws SystemException, BusinessException
SystemException
BusinessException
public java.util.List getTenderTypes() throws SystemException
SystemException
public boolean isGiftCertificate(java.lang.Object tenderType)
public boolean isMerchandiseVoucher(java.lang.Object tenderType)
public boolean isRewardCertificate(java.lang.Object tenderType)
public boolean isType(java.lang.Object tenderType, java.lang.String type)
public java.lang.Object getTenderType() throws SystemException
SystemException
public void setAccount(java.lang.String account) throws SystemException, BusinessException
SystemException
BusinessException
public void setAmount(java.lang.String amount) throws SystemException, UiBusinessException
SystemException
UiBusinessException
public void createPayment() throws SystemException, BusinessException
SystemException
BusinessException
public void createPayment(java.lang.Object object) throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.Object getPayment()
public void applyPayment() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getOrderBalance() throws SystemException, UiBusinessException
SystemException
UiBusinessException
public boolean isOrderBalanceZero() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isAmountOverPaid() throws SystemException, BusinessException
SystemException
BusinessException
public boolean amountMeetsBannerMinimum() throws SystemException, BusinessException
SystemException
BusinessException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |