|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserAddress | |
|---|---|
| org.starhope.appius.mb | |
| org.starhope.appius.mb.address | |
| org.starhope.appius.pay | |
| org.starhope.appius.pay.util | |
| Uses of UserAddress in org.starhope.appius.mb |
|---|
| Methods in org.starhope.appius.mb that return UserAddress | |
|---|---|
static UserAddress |
UserAddress.get(org.json.JSONObject object)
|
| 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
|
| Uses of UserAddress in org.starhope.appius.pay.util |
|---|
| Fields in org.starhope.appius.pay.util declared as UserAddress | |
|---|---|
private UserAddress |
PaymentCredential.address
|
| 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) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||