com.retek.rcom.gui.screen.ordermain
Class CreditCardApplicationHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.ordermain.CreditCardApplicationHandler

public class CreditCardApplicationHandler
extends ScreenHandler


Constructor Summary
CreditCardApplicationHandler()
           
 
Method Summary
 java.lang.Object apply()
           
 java.lang.String getAddressLineOne()
           
 java.lang.String getAddressLineThree()
           
 java.lang.String getAddressLineTwo()
           
 java.lang.String getApprovalMessage(java.lang.Object tenderType)
           
 java.lang.String getCity()
           
 java.util.Collection getFilteredTenderTypes()
           
 java.lang.String getName()
           
 java.lang.Object getNation()
           
 java.lang.String getPhoneNumber()
           
 java.lang.String getPostalCode()
           
 java.lang.String getPreApprovalCode()
           
 java.lang.String getState()
           
 java.lang.Object getTenderType()
           
 boolean isApproved(java.lang.Object status)
           
 boolean isDenied(java.lang.Object status)
           
 void setCustomer(java.lang.Object object)
           
 void setCustomerCreditPreApproval(java.lang.Object object)
           
 void setDateOfBirth(java.lang.String date)
           
 void setPreApprovalCode(java.lang.String preApprovalCode)
           
 void setQuickCredit()
           
 void setSSN(java.lang.String ssn)
           
 void setTenderType(java.lang.Object tenderType)
           
 
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

CreditCardApplicationHandler

public CreditCardApplicationHandler()
Method Detail

getFilteredTenderTypes

public java.util.Collection getFilteredTenderTypes()
                                            throws UiBusinessException,
                                                   SystemException,
                                                   BusinessException
Throws:
UiBusinessException
SystemException
BusinessException

setCustomer

public void setCustomer(java.lang.Object object)
                 throws SystemException,
                        BusinessException
Throws:
SystemException
BusinessException

setCustomerCreditPreApproval

public void setCustomerCreditPreApproval(java.lang.Object object)

setQuickCredit

public void setQuickCredit()

getName

public java.lang.String getName()
                         throws SystemException
Throws:
SystemException

getAddressLineOne

public java.lang.String getAddressLineOne()
                                   throws SystemException
Throws:
SystemException

getAddressLineTwo

public java.lang.String getAddressLineTwo()
                                   throws SystemException
Throws:
SystemException

getAddressLineThree

public java.lang.String getAddressLineThree()
                                     throws SystemException
Throws:
SystemException

getCity

public java.lang.String getCity()
                         throws SystemException
Throws:
SystemException

getState

public java.lang.String getState()
                          throws SystemException
Throws:
SystemException

getNation

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

getPostalCode

public java.lang.String getPostalCode()
                               throws SystemException
Throws:
SystemException

getPhoneNumber

public java.lang.String getPhoneNumber()
                                throws SystemException
Throws:
SystemException

getTenderType

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

getPreApprovalCode

public java.lang.String getPreApprovalCode()
                                    throws SystemException
Throws:
SystemException

setPreApprovalCode

public void setPreApprovalCode(java.lang.String preApprovalCode)
                        throws SystemException
Throws:
SystemException

setDateOfBirth

public void setDateOfBirth(java.lang.String date)
                    throws SystemException,
                           UiBusinessException
Throws:
SystemException
UiBusinessException

setSSN

public void setSSN(java.lang.String ssn)
            throws SystemException
Throws:
SystemException

setTenderType

public void setTenderType(java.lang.Object tenderType)
                   throws SystemException
Throws:
SystemException

apply

public java.lang.Object apply()
                       throws SystemException,
                              BusinessException
Throws:
SystemException
BusinessException

isApproved

public boolean isApproved(java.lang.Object status)

isDenied

public boolean isDenied(java.lang.Object status)

getApprovalMessage

public java.lang.String getApprovalMessage(java.lang.Object tenderType)
                                    throws SystemException,
                                           BusinessException
Throws:
SystemException
BusinessException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25