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

Packages that use NotFoundException
org.starhope.appius.game   
org.starhope.appius.game.npc   
org.starhope.appius.mb   
org.starhope.appius.messaging   
org.starhope.appius.pay   
org.starhope.appius.pay.util   
org.starhope.appius.sql   
org.starhope.appius.sys.op   
org.starhope.appius.types   
org.starhope.appius.user   
org.starhope.appius.util   
org.starhope.appius.via   
 

Uses of NotFoundException in org.starhope.appius.game
 

Methods in org.starhope.appius.game that throw NotFoundException
static Room Room.create(String roomName, AbstractZone abstractZone, boolean mustExist)
           
static void Commands.do_addFurniture(org.json.JSONObject jso, AbstractUser u, AbstractRoom room)
           
static org.json.JSONObject PreLoginCommands.do_finger(org.json.JSONObject jso, AbstractUser u, AbstractRoom room)
          TODO: document this method (brpocock, Dec 7, 2009)
static void Commands.do_setFurniture(org.json.JSONObject jso, AbstractUser u, AbstractRoom room)
           Set or change a furniture item.
static void Commands.do_speak(org.json.JSONObject jso, AbstractUser u, AbstractRoom room)
           
 

Constructors in org.starhope.appius.game that throw NotFoundException
Room(String newRoomMoniker, AbstractZone newRoomZone)
           
 

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

Methods in org.starhope.appius.game.npc that throw NotFoundException
 Collection<org.starhope.appius.game.inventory.HomeDecorItem> AbstractScriptedNPC.getActiveDecorations(int roomInHouse)
          This is an overriding method.
 org.starhope.appius.game.inventory.HomeDecorItem AbstractScriptedNPC.getFurnitureBySlot(int int1)
          This is an overriding method.
static AbstractUser AppiusNonPlayerCharacter.getScriptedNPC(String engine, String script, String klass)
          This instantiates an NPC based upon a script from ...
 

Uses of NotFoundException in org.starhope.appius.mb
 

Methods in org.starhope.appius.mb that throw NotFoundException
static Payment Payment.addPaymentToSequence(UserEnrolment userEnrolment)
          Adds a new payment to the sequence for a User Enrolment.
 void IBCGateway.alterEnrolment(Payment payment, UserEnrolment newForm)
           
 void PaymentGateway.alterEnrolment(Payment payment, UserEnrolment newForm)
           
 void IBCGateway.endEnrolment(Payment payment)
           
 void PaymentGateway.endEnrolment(Payment payment)
           
static Currency Currency.get(org.json.JSONObject object)
           
static PaymentGateway PaymentGateway.get(org.json.JSONObject object)
           
static UserAddress UserAddress.get(org.json.JSONObject object)
           
static Currency Currency.get(String id)
           
static Class<? extends PaymentGatewayReal> PaymentGateway.get(String id)
           
static Currency Currency.getByCode(String string)
           
static Enrolment Enrolment.getByID(int id)
          TODO: document this method (brpocock, Sep 23, 2009)
static Enrolment Enrolment.getByProductCode(String id)
           
static UserEnrolment UserEnrolment.getBySourceAndCode(String orderSource, String orderCode)
          Retrieve a User Enrolment based off the invoice number split into orderSource and orderCode.
 Payment UserEnrolment.getLastPayment()
           
static Payment Payment.getLastPaymentFor(UserEnrolment userEnrolment)
          Find the last/latest payment made on a specific enrolment
 Payment Payment.getPriorPayment()
           
private  void Payment.init(String orderSourceID, String orderCodeString, int paymentSequenceNumber)
           
 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)
           
 void PaymentGateway.transactPayment(Payment p)
           
 

Constructors in org.starhope.appius.mb that throw NotFoundException
Enrolment(ResultSet resultSet)
          WRITEME
IBCRegister(String newIBCCode)
          Deprecated.  
Payment(String orderSourceID, String orderCodeString, int paymentSequenceNumber)
          Instantiate a Payment for a given order and sequence number.
Payment(UserEnrolment subscription)
           
UserEnrolment(ResultSet rs)
           
UserEnrolment(String order_source, int product_id, int user_id)
          WRITEME: document
UserEnrolment(String order_source, String order_code)
           
 

Uses of NotFoundException in org.starhope.appius.messaging
 

Methods in org.starhope.appius.messaging that throw NotFoundException
static String Mail.readTemplate(String templateName)
          Reads in a template file from the appropriate folder
static void Mail.sendChildSignupMail(User kid)
          Send an eMail notification to a parent, advising them that their child has signed up, and requesting authorization.
static void Mail.sendPasswordRecoveryMail(Person user)
          Send a user's or parent's password out, after they have successfully completed the forgotten password recovery question.
static void Mail.sendPremiumMail(User user)
           This method is called when a member has signed up to be a VIT (Very Important Toot) member.
static void Mail.sendSignupMail(Person user)
          Update the email address for the user and then send an enrollment email to the address.
static void Mail.sendStaffPaswordResetMail(Person person)
          FIXME: Don't know why this would be sent.
static void Mail.sendTemplateMail(Person user, String templateName, boolean isChildNotification, String subject)
           
 

Uses of NotFoundException in org.starhope.appius.pay
 

Methods in org.starhope.appius.pay that throw NotFoundException
 void PayPalGateway.alterEnrolment(Payment payment, UserEnrolment newForm)
           
 void AuthorizeNetGateway.alterEnrolment(Payment payment, UserEnrolment newForm)
           
 void PayPalGateway.endEnrolment(Payment payment)
           
 void AuthorizeNetGateway.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 NotFoundException in org.starhope.appius.pay.util
 

Methods in org.starhope.appius.pay.util that throw NotFoundException
 void PaymentGatewayReal.alterEnrolment(Payment payment, UserEnrolment newForm)
           
 void PaymentGatewayReal.endEnrolment(Payment payment)
           
 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 NotFoundException in org.starhope.appius.sql
 

Methods in org.starhope.appius.sql that throw NotFoundException
protected
<T extends SQLPeerDatum>
SQLPeerDatum
SQLPeerDatum.findInCache()
          Find the object in the cache, if possible.
 

Uses of NotFoundException in org.starhope.appius.sys.op
 

Methods in org.starhope.appius.sys.op that throw NotFoundException
private static Filter Filter.getByTitle(String theTitle)
          WRITEME: document this method (brpocock, Aug 24, 2009)
 FilterAction Filter.getExceptionAction(String pat, String exception)
          Gets the action associated with a certain exception to a certain pattern
 Vector<String> Filter.getExceptions(String pat)
          Gets the exception patterns associated with a given "main" pattern
 FilterAction Filter.getPatternAction(String pat)
          Returns the default action associated with a pattern (ignoring exceptions)
static void OpCommands.op_dbcpinfo(String[] words, AbstractUser u, AbstractRoom room)
          Get DBCP information
static void OpCommands.op_v(String[] words, AbstractUser u, AbstractRoom room)
          Ventriloquism
 void Filter.removeException(String pat, String exception)
          Removes a pattern-exception from a filter.
 void Filter.removePattern(String pat)
          Removes a pattern from a filter.
 

Uses of NotFoundException in org.starhope.appius.types
 

Methods in org.starhope.appius.types that throw NotFoundException
 GameWorldMessage GameWorldMessage.getByID(int id)
           
 

Uses of NotFoundException in org.starhope.appius.user
 

Methods in org.starhope.appius.user that throw NotFoundException
 void User.endEventPurchaseRaw(int eventID, int itemID)
          WRITEME: document this method (brpocock, Aug 31, 2009)
protected abstract  void User.endEventPurchaseRaw(int eventID, ItemCreationTemplate itemCreationTemplate)
          WRITEME: document this method (brpocock, Dec 30, 2009)
 Collection<org.starhope.appius.game.inventory.HomeDecorItem> User.getActiveDecorations(int roomNumber)
          get the decorations active (placed) in a room of this user's house
 Collection<org.starhope.appius.game.inventory.HomeDecorItem> AbstractUser.getActiveDecorations(int roomInHouse)
           
static Parent Parent.getByApprovalCookie(String cookie)
           
 org.starhope.appius.game.inventory.HomeDecorItem User.getFurnitureBySlot(int slotNumber)
           
 org.starhope.appius.game.inventory.HomeDecorItem AbstractUser.getFurnitureBySlot(int int1)
           
protected  void User.populateByID(int id)
          Private method used to look up User in the database and fill in the attributes
protected  void User.populateByLogin(String loadLogin)
          Fetch a user record out of the database based upon its login name
 

Constructors in org.starhope.appius.user that throw NotFoundException
User(int id)
          Instantiate a user object from an existing user account ID
User(String newUserLogin)
          Instantiate a user object from an existing user account ID
 

Uses of NotFoundException in org.starhope.appius.util
 

Methods in org.starhope.appius.util that throw NotFoundException
static String AppiusConfig.getConfig(String key)
          This fetches up a configuration property in general.
static boolean AppiusConfig.getConfigBool(String string)
           
static String AppiusConfig.getDBCPInfo()
          TODO: document this method (brpocock, Dec 16, 2009)
static int AppiusConfig.getInt(String string)
           
 

Uses of NotFoundException in org.starhope.appius.via
 

Methods in org.starhope.appius.via that throw NotFoundException
 Collection<org.starhope.appius.game.inventory.HomeDecorItem> RemoteUser.getActiveDecorations(int roomInHouse)
          This is an overriding method.
 org.starhope.appius.game.inventory.HomeDecorItem RemoteUser.getFurnitureBySlot(int int1)
          This is an overriding method.
static void Via.joinPeers()
          TODO: document this method (brpocock, Nov 19, 2009)