|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GameLogicException | |
---|---|
org.starhope.appius.game | |
org.starhope.appius.mb | |
org.starhope.appius.pay | |
org.starhope.appius.pay.util | |
org.starhope.appius.user |
Uses of GameLogicException in org.starhope.appius.game |
---|
Methods in org.starhope.appius.game that throw GameLogicException | |
---|---|
protected abstract void |
InventoryItem.assertValidTypeID(long testTypeID)
This is for subclasses to validate the type ID of their members. |
protected void |
HomeDecorItem.assertValidTypeID(long testTypeID)
This is an overriding method. |
protected void |
GameEquipItem.assertValidTypeID(long testTypeID)
This is an overriding method. |
protected void |
ClothingItem.assertValidTypeID(long testTypeID)
This is an overriding method. |
protected void |
MusicItem.assertValidTypeID(long testTypeID)
This is an overriding method. |
void |
InventoryItem.setTypeID(int typeID)
|
Constructors in org.starhope.appius.game that throw GameLogicException | |
---|---|
ClothingItem(String title,
Colour colour,
int slot)
|
Uses of GameLogicException in org.starhope.appius.mb |
---|
Methods in org.starhope.appius.mb that throw GameLogicException | |
---|---|
void |
PaymentGateway.alterEnrolment(Payment payment,
UserEnrolment newForm)
|
void |
PaymentGateway.endEnrolment(Payment payment)
|
void |
PaymentGateway.startEnrolment(Payment payment)
|
Uses of GameLogicException in org.starhope.appius.pay |
---|
Methods in org.starhope.appius.pay that throw GameLogicException | |
---|---|
void |
PayPalGateway.alterEnrolment(Payment payment,
UserEnrolment newForm)
|
void |
AuthorizeNetGateway.alterEnrolment(Payment payment,
UserEnrolment newForm)
|
void |
PayPalGateway.endEnrolment(Payment payment)
|
void |
PayPalGateway.startEnrolment(Payment payment)
|
void |
AuthorizeNetGateway.startEnrolment(Payment payment)
Start an Authorize.Net subscription through their (now-beautiful!! WTF?) Automated Recurring Billing engine. |
void |
PayPalGateway.transactPayment(Payment payment)
|
void |
AuthorizeNetGateway.transactPayment(Payment payment)
|
Uses of GameLogicException in org.starhope.appius.pay.util |
---|
Methods in org.starhope.appius.pay.util that throw GameLogicException | |
---|---|
void |
PaymentGatewayReal.alterEnrolment(Payment payment,
UserEnrolment newForm)
|
void |
PaymentGatewayReal.endEnrolment(Payment payment)
|
void |
PaymentGatewayReal.startEnrolment(Payment payment)
|
void |
PaymentGatewayReal.transactPayment(Payment payment)
|
Uses of GameLogicException in org.starhope.appius.user |
---|
Methods in org.starhope.appius.user that throw GameLogicException | |
---|---|
void |
User.setMail(String mail)
|
void |
Person.setMail(String mail)
|
void |
User.setParent(Parent parent)
Set this to be a child account with the specified parent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |