org.starhope.appius.mb.address
Interface UserAddressValidator

All Known Implementing Classes:
GeoCoderDotUS, GoogleMapsGeocoder

public interface UserAddressValidator

WRITEME: The documentation for this type (UserAddressValidator) is incomplete. (brpocock@star-hope.org, Jul 20, 2009)

Author:
brpocock@star-hope.org

Method Summary
 UserAddress[] getAddressSuggestions(UserAddress ua)
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 boolean validateUserAddress(UserAddress ua)
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 

Method Detail

getAddressSuggestions

UserAddress[] getAddressSuggestions(UserAddress ua)
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Parameters:
ua - WRITEME
Returns:
WRITEME

validateUserAddress

boolean validateUserAddress(UserAddress ua)
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Parameters:
ua - WRITEME
Returns:
WRITEME