|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Person | |
|---|---|
| org.starhope.appius.mb | |
| org.starhope.appius.messaging | |
| 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
WRITEME |
private Person |
UserAddress.user
WRITEME |
| 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.messaging |
|---|
| Methods in org.starhope.appius.messaging with parameters of type Person | |
|---|---|
static void |
Mail.sendPasswordRecoveryMail(Person user)
Send a user's or parent's password out, after they have successfully completed the forgotten password recovery question. |
static void |
Mail.sendSignupMail(Person user)
Update the email address for the user and then send an enrollment email to the address. |
static void |
Mail.sendStaffPaswordResetMail(Person person)
FIXME: Don't know why this would be sent. |
static void |
Mail.sendTemplateMail(Person user,
String templateName,
boolean isChildNotification,
String subject)
|
| 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()
TODO: document this method (brpocock, Oct 13, 2009) |
| 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 |
class |
User
This class encapsulates all of the user/player information for the game. |
| Methods in org.starhope.appius.user that return Person | |
|---|---|
static Person |
Person.getResponsiblePerson(Person p)
Get reference to User or Parent for purchasing a membership subscription |
| 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 membership subscription |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||