|
||||||||||
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.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 credentials1)
|
void |
Payment.setGatewayTransactionCode(BigDecimal transactionCodeNumber)
|
void |
Payment.setPaymentGateway(PaymentGatewayReal paymentGatewayReal)
|
void |
Payment.setTest(boolean testMode1)
|
void |
IBCGateway.startEnrolment(Payment payment)
|
void |
IBCGateway.startTransaction(Payment payment)
|
void |
PaymentGateway.startTransaction(Payment payment)
|
void |
IBCGateway.transactPayment(Payment payment)
|
Constructors in org.starhope.appius.mb that throw AlreadyUsedException | |
---|---|
IBCRegister(String newIBCCode)
Deprecated. |
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.startTransaction(Payment payment)
|
void |
AuthorizeNetGateway.startTransaction(Payment payment)
|
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.startTransaction(Payment payment)
|
void |
PaymentGatewayReal.transactPayment(Payment payment)
|
static int |
PaymentCredential.verifyIBC(String ibcCode)
|
Uses of AlreadyUsedException in org.starhope.appius.user |
---|
Methods in org.starhope.appius.user that throw AlreadyUsedException | |
---|---|
static void |
User.assertUserNameAvailable(String userNameRequested)
Make the assertion that the user name supplied is available to be requested or assigned to this user. |
static User |
User.create(Date date,
String string,
String nick)
Create a new user account |
void |
User.requestNewUserName(String userNameRequested)
Post a request to the lifeguards to get approval of a user name |
void |
User.setUserName(String newLogin)
|
void |
User.setUserNameFromUser(String userRequestedLogin)
Set a user name, requested by the user. |
Constructors in org.starhope.appius.user that throw AlreadyUsedException | |
---|---|
User(Date birthDate1,
String avatarTitle,
String userNameRequest)
Create a new user account |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |