|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserEnrolment | |
---|---|
org.starhope.appius.mb | |
org.starhope.appius.pay | |
org.starhope.appius.pay.util | |
org.starhope.appius.user |
Uses of UserEnrolment in org.starhope.appius.mb |
---|
Fields in org.starhope.appius.mb declared as UserEnrolment | |
---|---|
private UserEnrolment |
Payment.userEnrolment
If this payment was made for an enrolment subscription (right now (TODO) they all are), then this stores the pointer to the UserEnrolment record in question. |
Methods in org.starhope.appius.mb that return UserEnrolment | |
---|---|
static UserEnrolment[] |
UserEnrolment.getAllForUserID(int userID)
|
UserEnrolment |
Payment.getUserEnrolment()
|
Methods in org.starhope.appius.mb with parameters of type UserEnrolment | |
---|---|
void |
PaymentGateway.alterEnrolment(Payment payment,
UserEnrolment newForm)
|
static Payment |
Payment.getLastPaymentFor(UserEnrolment userEnrolment)
Find the last/latest payment made on a specific enrolment |
Constructors in org.starhope.appius.mb with parameters of type UserEnrolment | |
---|---|
Payment(UserEnrolment subscription)
|
Uses of UserEnrolment in org.starhope.appius.pay |
---|
Methods in org.starhope.appius.pay with parameters of type UserEnrolment | |
---|---|
void |
PayPalGateway.alterEnrolment(Payment payment,
UserEnrolment newForm)
|
void |
AuthorizeNetGateway.alterEnrolment(Payment payment,
UserEnrolment newForm)
|
Uses of UserEnrolment in org.starhope.appius.pay.util |
---|
Methods in org.starhope.appius.pay.util with parameters of type UserEnrolment | |
---|---|
void |
PaymentGatewayReal.alterEnrolment(Payment payment,
UserEnrolment newForm)
|
Uses of UserEnrolment in org.starhope.appius.user |
---|
Methods in org.starhope.appius.user that return UserEnrolment | |
---|---|
UserEnrolment[] |
User.getUserEnrolments()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |