Uses of Class
org.starhope.appius.mb.UserAddress

Packages that use UserAddress
com.tootsville.user   
org.starhope.appius.mb.address   
org.starhope.appius.pay   
org.starhope.appius.pay.util   
 

Uses of UserAddress in com.tootsville.user
 

Methods in com.tootsville.user with parameters of type UserAddress
 void Toot.sendPlushTootPromo(UserAddress shippingAddress, int tootSelect)
          Send a promotional plush Toot to this user, at the specified address.
 

Uses of UserAddress in org.starhope.appius.mb.address
 

Methods in org.starhope.appius.mb.address that return UserAddress
 UserAddress[] UserAddressValidator.getAddressSuggestions(UserAddress ua)
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 UserAddress[] GoogleMapsGeocoder.getAddressSuggestions(UserAddress ua)
          This is an overriding method.
 UserAddress[] GeoCoderDotUS.getAddressSuggestions(UserAddress ua)
           
 

Methods in org.starhope.appius.mb.address with parameters of type UserAddress
 UserAddress[] UserAddressValidator.getAddressSuggestions(UserAddress ua)
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 UserAddress[] GoogleMapsGeocoder.getAddressSuggestions(UserAddress ua)
          This is an overriding method.
 UserAddress[] GeoCoderDotUS.getAddressSuggestions(UserAddress ua)
           
 boolean UserAddressValidator.validateUserAddress(UserAddress ua)
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 boolean GoogleMapsGeocoder.validateUserAddress(UserAddress ua)
          This is an overriding method.
 boolean GeoCoderDotUS.validateUserAddress(UserAddress ua)
          This is an overriding method.
 

Uses of UserAddress in org.starhope.appius.pay
 

Fields in org.starhope.appius.pay declared as UserAddress
private  UserAddress AuthorizeNetGateway.address
          Buyer's postal address for CC billing
 

Uses of UserAddress in org.starhope.appius.pay.util
 

Fields in org.starhope.appius.pay.util declared as UserAddress
private  UserAddress PaymentCredential.address
          WRITEME
 

Methods in org.starhope.appius.pay.util that return UserAddress
 UserAddress PaymentCredential.getAddress()
           
 UserAddress ShippingInvoice.getShipToAddress()
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 

Methods in org.starhope.appius.pay.util with parameters of type UserAddress
 void PaymentCredential.setBuyerInfo(String buyerGivenName1, String buyerFamilyName1, UserAddress address1)
          WRITEME: document this method (brpocock@star-hope.org, Sep 23, 2009)