|
||||||||||||
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.CreditCardPaymentDialogHandler
Constructor Summary | |
---|---|
CreditCardPaymentDialogHandler(OrderScreenType screenType)
STATE MANAGEMENT |
Method Summary | |
---|---|
void |
applyPayment()
APPLY PAYMENT |
void |
createPayment()
|
void |
displayPaymentAuthorizationMessage()
|
java.util.List |
getAllSuffixes()
SELECTION LISTS and DEFAULT VALUES |
java.lang.String |
getCreditCardExpiration()
|
java.lang.String |
getCreditCardFirstName()
|
java.lang.String |
getCreditCardLastName()
|
java.lang.String |
getCreditCardMiddleName()
|
java.lang.String |
getCreditCardNumber()
|
java.util.List |
getCreditCards()
CREDIT CARD METHODS |
java.lang.String |
getCreditCardSuffix()
|
java.lang.String |
getCreditCardType()
|
java.lang.String |
getCustomerFirstName()
CUSTOMER METHODS |
java.lang.String |
getCustomerLastName()
|
java.lang.String |
getCustomerMiddleName()
|
java.lang.Object |
getCustomerSuffix()
|
java.lang.String |
getOrderBalance()
ORDER METHODS |
java.lang.Object |
getPayment()
|
java.lang.String |
getPaymentCardNumber()
PAYMENTS GETTERS |
java.lang.String |
getPaymentCardType()
|
java.lang.String |
getPaymentExpirationMonth()
|
java.lang.String |
getPaymentExpirationYear()
|
java.lang.String |
getPaymentFirstName()
|
java.lang.String |
getPaymentLastName()
|
java.lang.String |
getPaymentMiddleInitial()
|
java.lang.Object |
getPaymentSuffix()
|
boolean |
isAuthorizationAllowed()
VALIDATE AUTHORIZATION |
boolean |
isOrderBalanceZero()
|
boolean |
isTenderTypeNonPLCC()
|
void |
setCreditCard(java.lang.Object object)
|
void |
setOrder(java.lang.Object order)
|
void |
setPaymentAmount(java.lang.String amount)
|
void |
setPaymentCardNumber(java.lang.String cardNumber)
|
void |
setPaymentCID(java.lang.String cid)
|
void |
setPaymentCreditCard(java.lang.Object object)
PAYMENTS SETTERS |
void |
setPaymentCurrency(java.lang.String currency)
|
void |
setPaymentExpirationDate(java.lang.String month,
java.lang.String year)
|
void |
setPaymentFirstName(java.lang.String name)
|
void |
setPaymentLastName(java.lang.String name)
|
void |
setPaymentMiddleInitial(java.lang.String name)
|
void |
setPaymentSuffix(java.lang.Object object)
|
void |
setPaymentTransactionCode(java.lang.String code)
|
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 CreditCardPaymentDialogHandler(OrderScreenType screenType)
Method Detail |
public void setOrder(java.lang.Object order) throws SystemException, BusinessException
SystemException
BusinessException
public void createPayment() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.Object getPayment()
public java.util.List getAllSuffixes() throws SystemException
SystemException
public java.lang.String getCustomerFirstName() throws SystemException
SystemException
public java.lang.String getCustomerMiddleName() throws SystemException
SystemException
public java.lang.String getCustomerLastName() throws SystemException
SystemException
public java.lang.Object getCustomerSuffix() throws SystemException
SystemException
public java.util.List getCreditCards() throws SystemException, BusinessException
SystemException
BusinessException
public void setCreditCard(java.lang.Object object) throws SystemException
SystemException
public java.lang.String getCreditCardType() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getCreditCardNumber() throws SystemException
SystemException
public java.lang.String getCreditCardExpiration() throws SystemException
SystemException
public java.lang.String getCreditCardFirstName()
public java.lang.String getCreditCardMiddleName()
public java.lang.String getCreditCardLastName()
public java.lang.String getCreditCardSuffix() throws SystemException
SystemException
public java.lang.String getPaymentCardNumber() throws SystemException
SystemException
public java.lang.String getPaymentCardType() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isTenderTypeNonPLCC() throws SystemException
SystemException
public java.lang.String getPaymentFirstName()
public java.lang.String getPaymentMiddleInitial()
public java.lang.String getPaymentLastName()
public java.lang.Object getPaymentSuffix() throws SystemException
SystemException
public java.lang.String getPaymentExpirationMonth() throws SystemException
SystemException
public java.lang.String getPaymentExpirationYear() throws SystemException
SystemException
public void setPaymentCreditCard(java.lang.Object object) throws SystemException, BusinessException
SystemException
BusinessException
public void setPaymentCardNumber(java.lang.String cardNumber) throws UiBusinessException, SystemException, BusinessException
UiBusinessException
SystemException
BusinessException
public void setPaymentAmount(java.lang.String amount) throws SystemException, UiBusinessException
SystemException
UiBusinessException
public void setPaymentExpirationDate(java.lang.String month, java.lang.String year) throws SystemException
SystemException
public void setPaymentFirstName(java.lang.String name) throws SystemException
SystemException
public void setPaymentMiddleInitial(java.lang.String name) throws SystemException
SystemException
public void setPaymentLastName(java.lang.String name) throws SystemException
SystemException
public void setPaymentSuffix(java.lang.Object object) throws SystemException
SystemException
public void setPaymentCID(java.lang.String cid) throws SystemException
SystemException
public void setPaymentCurrency(java.lang.String currency) throws SystemException
SystemException
public void setPaymentTransactionCode(java.lang.String code) throws SystemException
SystemException
public void applyPayment() throws SystemException, BusinessException
SystemException
BusinessException
public void displayPaymentAuthorizationMessage() throws SystemException, UiBusinessException
SystemException
UiBusinessException
public boolean isAuthorizationAllowed() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getOrderBalance() throws SystemException, UiBusinessException
SystemException
UiBusinessException
public boolean isOrderBalanceZero() throws SystemException, BusinessException
SystemException
BusinessException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |