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

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

public class GeoCodeSelectionHandler
extends ScreenHandler


Constructor Summary
GeoCodeSelectionHandler()
           
 
Method Summary
 java.lang.String getCity()
           
 java.lang.String getCountry()
           
 java.lang.String getCounty()
           
 java.lang.String getDisplayAddress()
          ADDRESS METHODS
 java.util.List getGeoLocationList()
           
 java.lang.String getState()
           
 java.lang.String getStateAbbreviation()
           
 java.lang.String getTaxReferenceCode()
           
 void setAddress(java.lang.Object address)
           
 void setCustomer(java.lang.Object customer)
          STATE MANAGEMENTS
 void setCustomerAddress(java.lang.Object customerAddress)
           
 void setGeoCodeOnAddress(java.lang.Object object, boolean submit)
           
 void setGeoLocation(java.lang.Object object)
          GEO CODE LOCATION 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

GeoCodeSelectionHandler

public GeoCodeSelectionHandler()
Method Detail

setCustomer

public void setCustomer(java.lang.Object customer)
STATE MANAGEMENTS


setCustomerAddress

public void setCustomerAddress(java.lang.Object customerAddress)

setAddress

public void setAddress(java.lang.Object address)

getGeoLocationList

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

getDisplayAddress

public java.lang.String getDisplayAddress()
                                   throws SystemException
ADDRESS METHODS

Throws:
SystemException

setGeoCodeOnAddress

public void setGeoCodeOnAddress(java.lang.Object object,
                                boolean submit)
                         throws SystemException,
                                BusinessException
Throws:
SystemException
BusinessException

getCountry

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

setGeoLocation

public void setGeoLocation(java.lang.Object object)
GEO CODE LOCATION METHODS


getCity

public java.lang.String getCity()

getState

public java.lang.String getState()

getStateAbbreviation

public java.lang.String getStateAbbreviation()

getCounty

public java.lang.String getCounty()

getTaxReferenceCode

public java.lang.String getTaxReferenceCode()


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