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

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

public class CustomerMatchDialogHandler
extends ScreenHandler


Constructor Summary
CustomerMatchDialogHandler()
           
 
Method Summary
 java.lang.String getAddress1()
           
 java.lang.String getAddress2()
           
 java.lang.String getCity()
           
 java.util.List getCustomerList()
           
 java.lang.String getEmailAddress()
           
 java.lang.String getFirstName()
           
 java.lang.String getLastName()
           
 java.lang.String getMiddleInitial()
           
 java.lang.String getPhoneNumber()
           
 java.lang.String getPostalCode()
           
 java.lang.String getState()
           
 void setCustomer(java.lang.Object object)
          CUSTOMER METHODS
 void setCustomerList(java.util.List list)
          CUSTOMER LIST METHODS
 void storeCustomerInRepository(java.lang.Object object)
          SEARCH METHODS
 
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

CustomerMatchDialogHandler

public CustomerMatchDialogHandler()
Method Detail

storeCustomerInRepository

public void storeCustomerInRepository(java.lang.Object object)
                               throws SystemException,
                                      BusinessException
SEARCH METHODS

Throws:
SystemException
BusinessException

setCustomerList

public void setCustomerList(java.util.List list)
CUSTOMER LIST METHODS


getCustomerList

public java.util.List getCustomerList()

setCustomer

public void setCustomer(java.lang.Object object)
CUSTOMER METHODS


getFirstName

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

getMiddleInitial

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

getLastName

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

getPhoneNumber

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

getEmailAddress

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

getAddress1

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

getAddress2

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

getCity

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

getState

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

getPostalCode

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


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