com.retek.rcom.gui.screen.customermain
Class CreditCardHistoryHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.customermain.CreditCardHistoryHandler

public class CreditCardHistoryHandler
extends ScreenHandler


Constructor Summary
CreditCardHistoryHandler()
           
 
Method Summary
 java.lang.String getCreditCardBannerDescription()
           
 java.lang.String getCreditCardExpirationDate()
           
 java.lang.String getCreditCardFirstName()
           
 java.lang.String getCreditCardLastName()
           
 java.lang.String getCreditCardMiddleInit()
           
 java.lang.String getCreditCardNumber()
           
 java.util.List getCreditCards()
           
 java.lang.String getCreditCardSuffixName()
           
 java.lang.String getCreditCardType()
           
 void retrieveDataFromRepository()
           
 void setCreditCard(java.lang.Object creditCard)
           
 boolean setCreditCardInactive(boolean inactive)
           
 void submitCustomer()
           
 
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

CreditCardHistoryHandler

public CreditCardHistoryHandler()
Method Detail

retrieveDataFromRepository

public void retrieveDataFromRepository()

getCreditCards

public java.util.List getCreditCards()
                              throws SystemException,
                                     BusinessException
Throws:
SystemException
BusinessException

setCreditCard

public void setCreditCard(java.lang.Object creditCard)

getCreditCardBannerDescription

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

getCreditCardType

public java.lang.String getCreditCardType()
                                   throws SystemException,
                                          BusinessException
Throws:
SystemException
BusinessException

getCreditCardNumber

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

getCreditCardExpirationDate

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

getCreditCardFirstName

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

getCreditCardMiddleInit

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

getCreditCardLastName

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

getCreditCardSuffixName

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

setCreditCardInactive

public boolean setCreditCardInactive(boolean inactive)
                              throws SystemException
Throws:
SystemException

submitCustomer

public void submitCustomer()
                    throws SystemException,
                           BusinessException
Throws:
SystemException
BusinessException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28