Uses of Class
org.starhope.appius.except.AlreadyUsedException

Packages that use AlreadyUsedException
org.starhope.appius.game.inventory   
org.starhope.appius.mb   
org.starhope.appius.pay   
org.starhope.appius.pay.util   
org.starhope.appius.user   
org.starhope.catullus   
 

Uses of AlreadyUsedException in org.starhope.appius.game.inventory
 

Methods in org.starhope.appius.game.inventory that throw AlreadyUsedException
 Collection<InventoryItem> ItemManager.getConflicts(InventoryItem item)
          WRITEME: Document this method brpocock@star-hope.org
private  Collection<InventoryItem> ItemManager.getItemConflicts(InventoryItem item)
          WRITEME: Document this method brpocock@star-hope.org
private  Collection<InventoryItem> ItemManager.getSlotConflicts(InventoryItem item)
          WRITEME: Document this method brpocock@star-hope.org
 

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@star-hope.org, 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 paymentCredentials)
           
 void Payment.setGatewayTransactionCode(BigDecimal transactionCodeNumber)
           
 void Payment.setPaymentGateway(PaymentGatewayReal paymentGatewayReal)
           
 void Payment.setTest(boolean testMode1)
           
 void PaymentGateway.startEnrolment(Payment payment)
           
 void PaymentGateway.startTransaction(Payment payment)
           
 void PaymentGateway.transactPayment(Payment p)
           
 

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 RetryPaymentException.retry()
           
 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
 void User.approveName(AbstractUser abstractUser)
          Approve the user's requested name, and make it active
 void UserRecord.approveName(AbstractUser abstractUser)
          WRITEME: Document this method brpocock@star-hope.org
static void Nomenclator.assertLoginAvailable(String userNameRequested)
           Make the assertion that the user name supplied is available to be requested or assigned to this user.
static void User.assertUserNameAvailable(String userNameRequested)
          Deprecated. Use Nomenclator.assertLoginAvailable(String) instead
static AbstractUser Nomenclator.create(Date date, String string, String nick)
          Create a new user account
static AbstractUser User.create(Date date, String string, String nick)
          Deprecated. Use Nomenclator.create(Date,String,String) instead
 void User.rename(String newName)
           Rename the user account, updating all necessary related records.
 void Parent.rename(String newName)
           
 void AbstractPerson.rename(String newName)
           Rename the user account, updating all necessary related records.
 void User.requestNewUserName(String userNameRequested)
           Post a request to the lifeguards to get approval of a user name
 void UserRecord.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, String passwordAnswer, String passwordQuestion, String password)
          Create a new user account
UserRecord(Date birthDate1, String avatarTitle, String userNameRequest, String passwordAnswer, String passwordQuestion, String password2)
          WRITEME: Document this constructor brpocock@star-hope.org
 

Uses of AlreadyUsedException in org.starhope.catullus
 

Methods in org.starhope.catullus that throw AlreadyUsedException
 void Vehicle.disconnect()
          WRITEME: Document this method brpocock@star-hope.org
 void JavaRMIVehicle.disconnect()