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, Jul 20, 2009)

Author:
brpocock

Method Summary
 UserAddress[] getAddressSuggestions(UserAddress ua)
          TODO: document this method (brpocock, Oct 13, 2009)
 boolean validateUserAddress(UserAddress ua)
          TODO: document this method (brpocock, Oct 13, 2009)
 

Method Detail

getAddressSuggestions

UserAddress[] getAddressSuggestions(UserAddress ua)
TODO: document this method (brpocock, Oct 13, 2009)

Parameters:
ua - WRITEME
Returns:
WRITEME

validateUserAddress

boolean validateUserAddress(UserAddress ua)
TODO: document this method (brpocock, Oct 13, 2009)

Parameters:
ua - WRITEME
Returns:
WRITEME