com.retek.rcom.gui.wrapper
Class AddressValidateDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.wrapper.AddressValidateDialogHandler

public class AddressValidateDialogHandler
extends ScreenHandler


Constructor Summary
AddressValidateDialogHandler()
           
 
Method Summary
 java.lang.String getCity()
           
 java.lang.String getCountry()
           
 java.lang.String getCounty()
           
 java.lang.Object getCustomerAddress()
           
 java.lang.String getDayPhone()
           
 java.lang.String getDayPhoneExt()
           
 java.lang.String getEmail()
           
 java.lang.String getEvePhone()
           
 java.lang.String getEvePhoneExt()
           
 java.lang.String getFirstName()
           
 java.util.List getGeoLocationList(java.lang.String postalCode)
           
 java.lang.String getLabel()
           
 java.lang.String getLastName()
           
 java.lang.String getLine1()
           
 java.lang.String getLine2()
           
 java.lang.String getLine3()
           
 java.lang.String getMiddleInitial()
           
 java.lang.String getPostalCode()
           
 java.lang.String getSalutation()
           
 java.lang.String getState()
           
 java.lang.String getSuffix()
           
 java.lang.String getTypeDescription()
           
 void setAddressOne(java.lang.String line)
           
 void setAddressTwo(java.lang.String line)
           
 void setCustomer(java.lang.Object customer)
           
 void setCustomerAddress(java.lang.Object addressToEdit)
           
 void setGeoLocation(java.lang.Object object)
           
 void setLabel(java.lang.String label)
           
 void submit()
           
 
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

AddressValidateDialogHandler

public AddressValidateDialogHandler()
Method Detail

setCustomer

public void setCustomer(java.lang.Object customer)

setCustomerAddress

public void setCustomerAddress(java.lang.Object addressToEdit)

getCustomerAddress

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

getGeoLocationList

public java.util.List getGeoLocationList(java.lang.String postalCode)
                                  throws SystemException,
                                         UiBusinessException
Throws:
SystemException
UiBusinessException

setGeoLocation

public void setGeoLocation(java.lang.Object object)
                    throws SystemException
Throws:
SystemException

getSalutation

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

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

getLine1

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

getLine2

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

getLine3

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

getSuffix

public java.lang.String getSuffix()
                           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

getCountry

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

getDayPhone

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

getDayPhoneExt

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

getEvePhone

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

getEvePhoneExt

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

getEmail

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

getLabel

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

getCounty

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

submit

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

setLabel

public void setLabel(java.lang.String label)
              throws SystemException
Throws:
SystemException

setAddressOne

public void setAddressOne(java.lang.String line)
                   throws SystemException
Throws:
SystemException

setAddressTwo

public void setAddressTwo(java.lang.String line)
                   throws SystemException
Throws:
SystemException

getTypeDescription

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


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