|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlreadyUsedException | |
---|---|
org.starhope.appius.mb | |
org.starhope.appius.pay | |
org.starhope.appius.pay.util | |
org.starhope.appius.user |
Uses of AlreadyUsedException in org.starhope.appius.mb |
---|
Methods in org.starhope.appius.mb that throw AlreadyUsedException | |
---|---|
void |
Payment.addAnnotation(String key,
String value)
WRITEME: document this method (brpocock, Jul 13, 2009) |
private void |
Payment.assertClosing()
|
private void |
Payment.assertOpen()
|
Date |
Payment.getRetryTime()
If this payment is pending, and we're holding credentials in core, we need to figure out how long before we try again. |
void |
Payment.prepareForRetry(RetryPaymentException retryPaymentException)
If a payment should retry processing in future (e.g. |
void |
Payment.setCredentials(PaymentCredential credentials)
|
void |
Payment.setGatewayTransactionCode(BigDecimal transactionCodeNumber)
|
void |
Payment.setPaymentGateway(PaymentGatewayReal paymentGatewayReal)
|
void |
Payment.setTest(boolean testMode)
|
Uses of AlreadyUsedException in org.starhope.appius.pay |
---|
Methods in org.starhope.appius.pay that throw AlreadyUsedException | |
---|---|
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 AlreadyUsedException in org.starhope.appius.pay.util |
---|
Methods in org.starhope.appius.pay.util that throw AlreadyUsedException | |
---|---|
void |
PaymentGatewayReal.startEnrolment(Payment payment)
|
void |
PaymentGatewayReal.transactPayment(Payment payment)
|
Uses of AlreadyUsedException in org.starhope.appius.user |
---|
Methods in org.starhope.appius.user that throw AlreadyUsedException | |
---|---|
String |
User.acceptPeanutCode(String peanut)
WRITEM: document this method (brpocock, Aug 31, 2009) |
static void |
User.assertUserNameAvailable(String userNameRequested)
Make the assertion that the user name supplied is available to be requested or assigned to this user. |
void |
User.requestNewUserName(String userNameRequested)
WRITEME: document this method (brpocock, Jul 14, 2009) |
void |
User.setUserName(String userName)
|
void |
User.setUserNameFromUser(String userName)
Set a user name, requested by the user. |
Constructors in org.starhope.appius.user that throw AlreadyUsedException | |
---|---|
Parent(String mail,
String password)
Create a new parent record and set an initial password at the same time |
|
User(Date birthDate,
String avatarTitle,
String userNameRequest)
Create a new user account |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |