Uses of Class
org.starhope.appius.user.Person

Packages that use Person
org.starhope.appius.mb   
org.starhope.appius.pay.util   
org.starhope.appius.user   
 

Uses of Person in org.starhope.appius.mb
 

Fields in org.starhope.appius.mb declared as Person
private  Person PaymentGateway.user
           
private  Person UserAddress.user
           
 

Methods in org.starhope.appius.mb that return Person
 Person UserEnrolment.getBuyer()
           
 Person PaymentGateway.getUser()
          Get the user account associated with the payment gateway.
 Person UserAddress.getUser()
           
 

Methods in org.starhope.appius.mb with parameters of type Person
 void PaymentGateway.setUser(Person newUser)
           
 void UserAddress.setUser(Person newUser)
           
 

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

Methods in org.starhope.appius.pay.util that return Person
 Person Invoiceable.getBuyer()
          TODO: refactor payment gateways to use the buyer information: promote this up to Invoiceable interface.
 Person ShippingInvoice.getShipToUser()
           
 

Uses of Person in org.starhope.appius.user
 

Subclasses of Person in org.starhope.appius.user
 class Parent
          This class represents the parent of a kid or teen account User.getParent()
 class User
           User objects refer only to actual users, who may or may not be signed into the game right now.
 

Methods in org.starhope.appius.user that return Person
static Person Person.getResponsiblePerson(Person p)
          Get reference to User or Parent for purchasing a transaction.
 

Methods in org.starhope.appius.user with parameters of type Person
static Person Person.getResponsiblePerson(Person p)
          Get reference to User or Parent for purchasing a transaction.