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

Packages that use GameLogicException
org.starhope.appius.game   
org.starhope.appius.game.npc   
org.starhope.appius.mb   
org.starhope.appius.pay   
org.starhope.appius.pay.util   
org.starhope.appius.types   
org.starhope.appius.user   
org.starhope.appius.via   
 

Uses of GameLogicException in org.starhope.appius.game
 

Methods in org.starhope.appius.game that throw GameLogicException
 void Zone.clearBadge(String string)
          clear the given badge name off of any room to which it might be applied
 

Uses of GameLogicException in org.starhope.appius.game.npc
 

Methods in org.starhope.appius.game.npc that throw GameLogicException
 void AbstractScriptedNPC.setMail(String email)
          This is an overriding method.
 

Uses of GameLogicException in org.starhope.appius.mb
 

Methods in org.starhope.appius.mb that throw GameLogicException
 void IBCGateway.alterEnrolment(Payment payment, UserEnrolment newForm)
           
 void PaymentGateway.alterEnrolment(Payment payment, UserEnrolment newForm)
           
 void IBCGateway.endEnrolment(Payment payment)
           
 void PaymentGateway.endEnrolment(Payment payment)
           
 void IBCRegister.setUserEmail(String email)
          Deprecated. TODO: document this method (brpocock, Sep 23, 2009)
 void IBCGateway.startEnrolment(Payment payment)
           
 void PaymentGateway.startEnrolment(Payment payment)
           
 void IBCGateway.startTransaction(Payment payment)
           
 void PaymentGateway.startTransaction(Payment payment)
           
 void IBCGateway.transactPayment(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.startTransaction(Payment payment)
           
 void AuthorizeNetGateway.startTransaction(Payment payment)
           
 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.startTransaction(Payment payment)
           
 void PaymentGatewayReal.transactPayment(Payment payment)
           
 

Uses of GameLogicException in org.starhope.appius.types
 

Methods in org.starhope.appius.types that throw GameLogicException
 void AbstractZone.clearBadge(String badgeName)
           
 

Uses of GameLogicException in org.starhope.appius.user
 

Methods in org.starhope.appius.user that throw GameLogicException
 void User.equip(org.starhope.appius.game.inventory.InventoryItem item)
          Equip an item
 void User.setMail(String newMail)
           
 void Person.setMail(String mail1)
           
 void AbstractUser.setMail(String email)
           
 void User.setParent(Parent parent)
          Set this to be a child account with the specified parent.
 void User.setParentByParent(Parent parent)
          Set this to be a child account with the specified parent.
 void Person.setPasswordAndPasswordRecovery(String question, String answer, String newPassword)
           
 

Uses of GameLogicException in org.starhope.appius.via
 

Methods in org.starhope.appius.via that throw GameLogicException
 void RemoteZone.clearBadge(String badgeName)
           
 void RemoteUser.setMail(String email)
          This is an overriding method.