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

Packages that use NotFoundException
com.tootsville   
com.tootsville.game   
com.tootsville.npc   
com.tootsville.promo   
com.tootsville.sys.op   
com.tootsville.user   
org.starhope.appius.game   
org.starhope.appius.game.inventory   
org.starhope.appius.game.inventory.collections   
org.starhope.appius.game.npc   
org.starhope.appius.mb   
org.starhope.appius.messaging   
org.starhope.appius.net   
org.starhope.appius.pay   
org.starhope.appius.pay.util   
org.starhope.appius.physica   
org.starhope.appius.sql   
org.starhope.appius.sys.admin   
org.starhope.appius.sys.op   
org.starhope.appius.types   
org.starhope.appius.user   
org.starhope.appius.user.events   
org.starhope.appius.user.notifications   
org.starhope.appius.util   
org.starhope.appius.via   
 

Uses of NotFoundException in com.tootsville
 

Methods in com.tootsville that throw NotFoundException
static void ExtensionCommands.do_getMailMessage(org.json.JSONObject jso, AbstractUser u, Room room)
           Get a message out of the user's mailbox
static void ExtensionCommands.do_getMedalRankings(org.json.JSONObject jso, AbstractUser u, Room room)
          Deprecated. 
static void ExtensionCommands.do_markMailMessageAsRead(org.json.JSONObject jso, AbstractUser u, Room room)
          WRITEME: document this method (brpocock@star-hope.org, Aug 28, 2009)
 

Constructors in com.tootsville that throw NotFoundException
IBCUtil(String order_source, String order_code)
           
 

Uses of NotFoundException in com.tootsville.game
 

Methods in com.tootsville.game that throw NotFoundException
private  int MagicBox.getABox()
          WRITEME ewinkelman Oct 16, 2010
private  Room MagicBox.getBoxRoom()
          WRITEME ewinkelman Oct 16, 2010
private  org.starhope.appius.geometry.Coord2D MagicBox.getPointInRoom(Room room)
          Gets a spawn point for the magic box in the room
 

Constructors in com.tootsville.game that throw NotFoundException
HauntedOrgan(Zone z)
          WRITEME edward.winkelman@gmail.com Sep 28, 2010
MagicBox(Zone z)
          WRITEME edward.winkelman@gmail.com Sep 28, 2010
ShadowTree(Zone z)
          WRITEME brpocock@star-hope.org Sep 28, 2010
SoccerField(Zone z)
           
VITOnly(Zone z)
          WRITEME brpocock@star-hope.org Sep 28, 2010
VolleyballCourt(Zone z)
           
 

Uses of NotFoundException in com.tootsville.npc
 

Constructors in com.tootsville.npc that throw NotFoundException
DinerDishWasher()
          WRITEME: Document this constructor brpocock@star-hope.org
Harmony(Zone z)
          WRITEME brpocock@star-hope.org
ShortOrderCook(Room diner)
           Create a short-order cook.
Smudge(Zone z)
          WRITEME brpocock@star-hope.org
SoccerBall()
          Create an instance of a soccer ball
SoccerBall(String who)
          pass-through visibility of super constructor for volleyball
Stu()
           
Volleyball()
          Create an instance of a soccer ball
 

Uses of NotFoundException in com.tootsville.promo
 

Methods in com.tootsville.promo that throw NotFoundException
static Promotion Promotion.getAdByLink(String maybe)
          Get an Advertisement Promotion object from a tracking link.
static Promotion Promotion.getByLink(String maybe)
          Get a Promotion object from a tracking link.
static PeanutCode PeanutCode.getByPeanutCode(String serialNumber)
           twheys@gmail.com Jan 7, 2010
static BigInteger PeanutCode.redeemPeanutCode(GeneralUser redeemer, String peanutCode)
           twheys@gmail.com Jan 7, 2010
 

Uses of NotFoundException in com.tootsville.sys.op
 

Methods in com.tootsville.sys.op that throw NotFoundException
static ModeratorJournal ModeratorJournal.getJournalByID(int idToGet)
          Deprecated.  twheys@gmail.com Jan 28, 2010
 

Uses of NotFoundException in com.tootsville.user
 

Methods in com.tootsville.user that throw NotFoundException
 String Toot.acceptPeanutCode(String peanutSerial)
          Take a peanut code and apply the benefits thereof to this user
static Toot Toot.getByApprovalCookie(String cookie)
          Find the user who is uniquely identified by the given approval cookie
 int TootUserTrailer.getCacheableID()
           
 TootUserTrailer TootUserTrailerSQLLoader.loadRecord(int id)
           
 TootUserTrailer TootUserTrailerSQLLoader.loadRecord(String identifier)
           
 

Constructors in com.tootsville.user that throw NotFoundException
Toot(int id)
          Recall a user by ID
Toot(String newUserLogin)
          Simple constructor from login (recalls existing user)
Toot(UserRecord rec)
          instantiate a Toot from a data record WRITEME Loads the trailer record, too WRITEME
 

Uses of NotFoundException in org.starhope.appius.game
 

Methods in org.starhope.appius.game that throw NotFoundException
static Room Room.create(String newMoniker, Zone zone, boolean mustExist)
          Create a room from the database, or (if mustExist == false) create a new anonymous room.
static void Commands.do_addFurniture(org.json.JSONObject jso, AbstractUser u, Room room)
          Synonym for setFurniture
static void Commands.do_click(org.json.JSONObject jso, AbstractUser u, Room r)
           Used by the client to report a mouse click.
static void Commands.do_getOnlineUsers(org.json.JSONObject jso, AbstractUser u, Room room)
          Get a list of users in a Zone, or in a Room.
static void Commands.do_peekAtInventory(org.json.JSONObject jso, AbstractUser u, Room room)
          Handle looking at other user's inventories
static void Commands.do_purchase(org.json.JSONObject jso, AbstractUser u, Room room)
           Execute a purchase of an item by an user.
static void Commands.do_setFurniture(org.json.JSONObject jso, AbstractUser u, Room room)
           Set or change a furniture item.
static void Commands.do_speak(org.json.JSONObject jso, AbstractUser u, Room room)
           Handle speech by the user.
static void Commands.do_useEquipment(org.json.JSONObject jso, AbstractUser u, Room r)
          WRITEME: Document this method brpocock@star-hope.org
 int SimpleDataEnum.getCacheableID()
           
 int Room.getCacheableID()
           
 String SimpleDataEnum.getCacheableIdent()
           
 org.starhope.appius.geometry.Polygon Room.getExitTo(String roomToward)
          Find a place in the room which exits to a certain other room's moniker
 org.starhope.appius.room.RoomPlace Room.getPlace(String name)
           
(package private) static Class<? extends RunCommands> AppiusClaudiusCaecus.getRCClass()
          WRITEME: Document this method brpocock@star-hope.org
private  T SimpleDataEnumSQLLoader.getRecordObject()
           
 Room Zone.getRoom(String moniker)
          This is an overriding method.
 Room Zone.getRoomByName(String moniker)
          Deprecated. for Zone.getRoom(String)
 org.starhope.appius.geometry.Coord3D Room.getWalkLimit(org.starhope.appius.geometry.Coord3D from, org.starhope.appius.geometry.Coord3D to)
          Get the endpoint of a walk path from the source towards the target — clipped to the walkable space, if necessary.
 T SimpleDataEnumSQLLoader.loadRecord(int id)
           
 Room RoomSQLLoader.loadRecord(int id)
           
 T SimpleDataEnumSQLLoader.loadRecord(String identifier)
           
 Room RoomSQLLoader.loadRecord(String identifier)
           
private static Room Room.loadRoomFromDB(String newRoomMoniker)
           
static Room Room.loadRoomFromDB(String newRoomMoniker, Zone newRoomZone)
           
static void Commands.purchase(AbstractUser buyer, Room room, int itemID)
          WRITEME: Document this method brpocock@star-hope.org
 

Constructors in org.starhope.appius.game that throw NotFoundException
BugReporter(String newPurpose)
          WRITEME: Document this constructor brpocock@star-hope.org
 

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

Methods in org.starhope.appius.game.inventory that throw NotFoundException
static ItemEffects ItemEffects.forItem(InventoryItem item)
          Get the ItemEffects subclass responsible for handling effects from a given item type
static ItemManager ItemManager.get(AbstractUser u)
          WRITEME: Document this method brpocock@star-hope.org
 InventoryItem Inventory.getActiveItemByType(InventoryItemType inventoryItemType)
          Find a singular active item of a type.
 int RarityRating.getCacheableID()
           
 int Inventory.getCacheableID()
           
 int GenericItemReference.getCacheableID()
           
 int ItemEffectsType.getCacheableID()
           
 int InventoryItemType.getCacheableID()
           
 String RarityRating.getCacheableIdent()
           
 String Inventory.getCacheableIdent()
           
 String ItemEffectsType.getCacheableIdent()
           
 String InventoryItemType.getCacheableIdent()
           
 InventoryItem Inventory.getFurnitureBySlot(int slotNumber)
          Get a home décor (furniture or structure) item from this user's inventory by its slot number.
 ItemEffects InventoryItem.getItemEffects()
          Get an ItemEffects class for this item, if any
 ItemEffects ItemEffectsType.getItemEffectsInstance(InventoryItem item)
          WRITEME: Document this method brpocock@star-hope.org
private  AbstractUser InventoryItem.getOnlineOwner()
          If the owner is online, get the owner
 ItemEffectsType ItemEffectsTypeSQLLoader.loadRecord(int id)
           
 RarityRating RarityRatingSQLLoader.loadRecord(int id)
           
 InventoryItemType InventoryItemTypeSQLLoader.loadRecord(int id)
           
 InventoryItem InventoryItemSQLLoader.loadRecord(int id)
           
 GenericItemReference GenericItemReferenceSQLLoader.loadRecord(int id)
           
 ItemEffectsType ItemEffectsTypeSQLLoader.loadRecord(String identifier)
           
 RarityRating RarityRatingSQLLoader.loadRecord(String identifier)
           
 InventoryItemType InventoryItemTypeSQLLoader.loadRecord(String identifier)
           
 SimpleDataRecordSet<InventoryItem,Inventory> InventorySQLLoader.loadRecord(String identifier)
           
 InventoryItem InventoryItemSQLLoader.loadRecord(String identifier)
           
 GenericItemReference GenericItemReferenceSQLLoader.loadRecord(String identifier)
           
 

Uses of NotFoundException in org.starhope.appius.game.inventory.collections
 

Methods in org.starhope.appius.game.inventory.collections that throw NotFoundException
 int UserItemCollection.getCacheableID()
           
 int ItemCollection.getCacheableID()
           
 String UserItemCollection.getCacheableIdent()
           
 String ItemCollection.getCacheableIdent()
           
 ItemCollection ItemCollectionSQLLoader.loadRecord(int id)
           
 ItemCollection ItemCollectionSQLLoader.loadRecord(String identifier)
           
 

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

Methods in org.starhope.appius.game.npc that throw NotFoundException
 T NullLoader.loadRecord(int id)
           
 T NullLoader.loadRecord(String identifier)
           
 

Constructors in org.starhope.appius.game.npc that throw NotFoundException
QuestItemExchanger(String login)
          WRITEME: Document this constructor brpocock@star-hope.org
 

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 PaymentGateway.alterEnrolment(Payment payment, UserEnrolment newForm)
           
 void PaymentGateway.endEnrolment(Payment payment)
           
static Currency Currency.get(String id)
          Deprecated. Use Nomenclator.getDataRecord(Class, String) instead
static Class<? extends PaymentGatewayReal> PaymentGateway.get(String id)
           
static Currency Currency.getByCode(String string)
          Deprecated. use Nomenclator.getDataRecord(Class, String)
static Enrolment Enrolment.getByID(int productID)
          Deprecated. use Nomenclator.getDataRecord(Class, int) with Enrolment.class
static Enrolment Enrolment.getByProductCode(String productCode2)
          Deprecated. use Nomenclator.getDataRecord(Class, String)
static UserEnrolment UserEnrolment.getBySourceAndCode(String orderSource, String orderCode)
          Retrieve a User Enrolment based off the invoice number split into orderSource and orderCode.
 int Currency.getCacheableID()
           
 int UserEnrolment.getCacheableID()
           
 int Enrolment.getCacheableID()
           
 String Currency.getCacheableIdent()
           
 String UserEnrolment.getCacheableIdent()
           
 String Enrolment.getCacheableIdent()
           
 Enrolment MBSession.getEnrolmentType()
          WRITEME: Document this method brpocock@star-hope.org
 Payment UserEnrolment.getLastPayment()
           
static Payment Payment.getLastPaymentFor(UserEnrolment userEnrolment)
          Find the last/latest payment made on a specific enrolment
 Payment Payment.getPriorPayment()
           
 Parent MBSession.getVisitorAsParent()
          WRITEME: Document this method brpocock@star-hope.org
 User MBSession.getVisitorAsUser()
          WRITEME: Document this method brpocock@star-hope.org
private  void Payment.init(String orderSourceID, String orderCodeString, int paymentSequenceNumber)
           
 Currency CurrencySQLLoader.loadRecord(int id)
           
 UserEnrolment UserEnrolmentSQLLoader.loadRecord(int id)
           
 Enrolment EnrolmentSQLLoader.loadRecord(int id)
          WRITEME: document this method (brpocock@star-hope.org, Sep 23, 2009)
 Currency CurrencySQLLoader.loadRecord(String id)
           
 UserEnrolment UserEnrolmentSQLLoader.loadRecord(String orderNumber)
           
 Enrolment EnrolmentSQLLoader.loadRecord(String identifier)
           
 void PaymentGateway.startEnrolment(Payment payment)
           
 void PaymentGateway.startTransaction(Payment payment)
           
 void PaymentGateway.transactPayment(Payment p)
           
 

Constructors in org.starhope.appius.mb that throw NotFoundException
Payment(String orderSourceID, String orderCodeString, int paymentSequenceNumber)
          Instantiate a copy of the Payment for a given order and sequence number.
UserEnrolment(String order_source, int product_id, int user_id)
          Create a new enrolment for the given user.
 

Uses of NotFoundException in org.starhope.appius.messaging
 

Methods in org.starhope.appius.messaging that throw NotFoundException
 GameWorldMessage MailMessage.getByID(int idToGet)
           
 int MailAddressRecord.getCacheableID()
           
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(AbstractPerson 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(AbstractPerson user)
          Update the email address for the user and then send an enrollment email to the address.
static void Mail.sendStaffPaswordResetMail(AbstractPerson person)
          WRITEME: Don't know why this would be sent.
static void Mail.sendTemplateMail(AbstractPerson user, String templateName, boolean isChildNotification, String subject)
           
 

Uses of NotFoundException in org.starhope.appius.net
 

Methods in org.starhope.appius.net that throw NotFoundException
private  String AdminProcessor.processInput(String inputLine)
           
 

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.physica
 

Methods in org.starhope.appius.physica that throw NotFoundException
static Point2D Geometry.getExitPoint(Line2D line, GeneralPath space)
          Find the first (of what could, potentially, be several) point at which a given line segment crosses any boundary of the supplied space(s).
 

Uses of NotFoundException in org.starhope.appius.sql
 

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

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

Methods in org.starhope.appius.sys.admin that throw NotFoundException
 AbstractZone TheZones.get(String zoneName)
          get a zone by its name
 int Persephone2AppConfig.getCacheableID()
           
 int CapabilityRecords.getCacheableID()
           
 int ZoneServerRecord.getCacheableID()
           
 String Persephone2AppConfig.getCacheableIdent()
           
 String CapabilityRecords.getCacheableIdent()
           
 CapabilityRecords CapabilityRecordsSQLLoader.loadRecord(int id)
           
 CapabilityRecords CapabilityRecordsSQLLoader.loadRecord(String identifier)
           
 

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

Methods in org.starhope.appius.sys.op that throw NotFoundException
private static String OpCommands.assertValidWarnReason(String warnReason, AbstractUser u)
          assert that a warning (kick, ban) reason code is valid
private static Filter Filter.getByTitle(String theTitle)
          WRITEME: document this method (brpocock@star-hope.org, 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_ban(String[] words, AbstractUser u, Room room)
           Ban a user permanently.
static void OpCommands.op_dbcpinfo(String[] words, AbstractUser u, Room room)
           Get DBCP information.
static void OpCommands.op_kick(String[] words, AbstractUser u, Room room)
          Kick a user offline for a certain reason
static void OpCommands.op_liftban(String[] words, AbstractUser u, Room room)
           Lift the ban upon a user.
static void OpCommands.op_pleb(String[] words, AbstractUser u, Room room)
          Send a Plebeian some redirection commands.
static void OpCommands.op_unbuild(String[] words, AbstractUser u, Room room)
           Destroys a room.
static void OpCommands.op_v(String[] words, AbstractUser u, Room room)
           Forces a user to say a message.
static void OpCommands.op_warn(String[] words, AbstractUser u, Room room)
           Warn a user about breaking a rule.
static void OpCommands.op_whatis(String[] words, AbstractUser u, Room room)
           Displays information about an item.
static void OpCommands.op_who(String[] words, AbstractUser u, Room room)
           Displays a list of everyone currently in a room.
 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)
           
 Room AbstractZone.getRoom(Integer room)
           
 Room AbstractZone.getRoom(String moniker)
           
 Room AbstractZone.getRoomByName(String string)
          Deprecated. in favour of #getRoom(String)
 

Uses of NotFoundException in org.starhope.appius.user
 

Methods in org.starhope.appius.user that throw NotFoundException
static
<T extends DataRecord>
T
Nomenclator.findInCache(Class<T> klass, int id)
          Find an object in the caché, given its class and identifying integer.
static
<S extends DataRecord,T extends DataRecordBacked<S>>
T
Nomenclator.findInCache(Class<T> klass, S rec)
          Find an object in the caché, given its base storage class and a DataRecord which uniquely identifies it.
static
<T extends DataRecord>
T
Nomenclator.findInCache(Class<T> klass, String ident)
          Find an object in the caché based upon a class and a string identifier.
static
<T> T
Nomenclator.findInGenericCache(Class<T> klass, String ident)
          Find a generic object in a caché, without regards for the object's type.
 Collection<InventoryItem> User.getActiveDecorations(int roomNumber)
          get the decorations active (placed) in a room of this user's house
static Parent Parent.getByApprovalCookie(String cookie)
          Deprecated. Use Nomenclator.getParentByApprovalCookie(String) instead
 int AvatarBodyFormat.getCacheableID()
           
 int SimpleUserListEntry.getCacheableID()
           
 int StringRecord.getCacheableID()
           
 int StringSet.getCacheableID()
           
 int UserPreferenceRecord.getCacheableID()
           
 int Parent.getCacheableID()
           
 int Passport.getCacheableID()
           
 int AvatarClass.getCacheableID()
           
 int UserHouse.getCacheableID()
           
 int UserStat.getCacheableID()
           
 String AvatarBodyFormat.getCacheableIdent()
           
 String SimpleUserListEntry.getCacheableIdent()
           
 String StringRecord.getCacheableIdent()
           
 String StringSet.getCacheableIdent()
           
 String UserPreferenceRecord.getCacheableIdent()
           
 String Parent.getCacheableIdent()
           
 String Wallet.getCacheableIdent()
           
 String Passport.getCacheableIdent()
           
 String AvatarClass.getCacheableIdent()
           
 String UserStat.getCacheableIdent()
           
 String UserRecord.getCacheableIdent()
           
static
<T extends DataRecord>
T
Nomenclator.getDataRecord(Class<T> klassGiven, int id)
           Obtain a data record (implementing DataRecord) of the given class, based upon its unique numeric identifier.
static
<T extends DataRecord>
T
Nomenclator.getDataRecord(Class<T> klassGiven, String identifier)
          Get a data record by either searching the caché or loading it.
static
<T extends DataRecord>
T
Nomenclator.getDataRecord(String klass, int id)
          get a data record given a string class name and an ID
static
<T extends DataRecord>
T
Nomenclator.getDataRecord(String klass, String ident)
          get a data record given a specific class name string and identifier string
 InventoryItem User.getFurnitureBySlot(int slotNumber)
          Get a home décor (furniture or structure) item from this user's inventory by its slot number
private static AbstractUser Nomenclator.getInstanceNPCByName(String instanceName)
          Find a cached NPC
static Set<WeakReference<AbstractUser>> Nomenclator.getOnlineNPCs(UserRecord who)
          WRITEME: Document this method brpocock@star-hope.org
static Parent Nomenclator.getParentByApprovalCookie(String cookie)
           
 Wallet WalletSQLLoader.loadRecord(int id)
           
 Wallet PeanutLoader.loadRecord(int id)
           
 Parent ParentRecordSQLLoader.loadRecord(int id)
           
 UserHouse UserHouseSQLLoader.loadRecord(int id)
           
 Wallet WalletLoaderSocialGold.loadRecord(int id)
           
 AvatarClass AvatarClassSQLLoader.loadRecord(int id)
           
 AvatarBodyFormat AvatarBodyFormatSQLLoader.loadRecord(int id)
           
 Passport PassportSQLLoader.loadRecord(int id)
           
 UserListEntry UserListSQLIterator.loadRecord(int id)
           
 Wallet WalletSQLLoader.loadRecord(String identifier)
           
 Wallet PeanutLoader.loadRecord(String identifier)
           
 Parent ParentRecordSQLLoader.loadRecord(String identifier)
           
 UserHouse UserHouseSQLLoader.loadRecord(String identifier)
           
 Wallet WalletLoaderSocialGold.loadRecord(String identifier)
           
 AvatarClass AvatarClassSQLLoader.loadRecord(String identifier)
           
 AvatarBodyFormat AvatarBodyFormatSQLLoader.loadRecord(String identifier)
           
 Passport PassportSQLLoader.loadRecord(String identifier)
           
 UserListEntry UserListSQLIterator.loadRecord(String identifier)
           
 void AbstractUser.purchase(GenericItemReference itemToBuy)
          WRITEME: Document this method brpocock@star-hope.org
 void GeneralUser.purchase(GenericItemReference itemToBuy)
           
protected  Parent ParentRecordSQLLoader.set(PreparedStatement st)
           
 

Constructors in org.starhope.appius.user that throw NotFoundException
AbstractNonPlayerCharacter(String login)
           
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.user.events
 

Methods in org.starhope.appius.user.events that throw NotFoundException
 void EventRecord.addMedalEarned(String medal)
          WRITEME: Document this method brpocock@star-hope.org
 int EventType.getCacheableID()
           
 int MedalRecord.getCacheableID()
           
 int EventRecord.getCacheableID()
           
 int EventOutcomeRecord.getCacheableID()
           
 String EventType.getCacheableIdent()
           
static EventRecord Quaestor.getEventByID(int eventID)
           
static EventType Quaestor.getEventTypeByID(int eventTypeID)
          Get an event type, given its ID.
private static EventType Quaestor.getEventTypeForMoniker(String moniker)
          WRITEME: Document this method brpocock@star-hope.org
static int EventType.getIDForMoniker(String moniker)
          get the ID for a given event type moniker.
 MedalRecord MedalRecordSQLLoader.loadRecord(int id)
           
 EventRecord EventRecordSQLLoader.loadRecord(int id)
           
 EventOutcomeRecord EventOutcomeRecordSQLLoader.loadRecord(int id)
           
 EventType EventTypeSQLLoader.loadRecord(int id)
           
 MedalRecord MedalRecordSQLLoader.loadRecord(String identifier)
           
 EventRecord EventRecordSQLLoader.loadRecord(String identifier)
           
 EventOutcomeRecord EventOutcomeRecordSQLLoader.loadRecord(String identifier)
           
 EventType EventTypeSQLLoader.loadRecord(String identifier)
           
static EventRecord Quaestor.startEvent(AbstractUser user, String moniker)
          WRITEME: Document this method brpocock@star-hope.org
 void Quaestor.tryAction(Action action)
          WRITEME: Document this method brpocock@star-hope.org
 

Constructors in org.starhope.appius.user.events that throw NotFoundException
MedalType(String moniker)
          WRITEME: Document this constructor brpocock@star-hope.org
 

Uses of NotFoundException in org.starhope.appius.user.notifications
 

Methods in org.starhope.appius.user.notifications that throw NotFoundException
 int Notification.getCacheableID()
           
 

Uses of NotFoundException in org.starhope.appius.util
 

Methods in org.starhope.appius.util that throw NotFoundException
 int DataRecord.getCacheableID()
          Note that all records must have either a numeric ID ( DataRecord.getCacheableID() or a string identifier ( DataRecord.getCacheableIdent() or both.
 String DataRecord.getCacheableIdent()
          Note that all records must have either a numeric ID ( DataRecord.getCacheableID() or a string identifier ( DataRecord.getCacheableIdent() or both.
static String AppiusConfig.getConfig(String key)
          This fetches up a configuration property in general.
static boolean AppiusConfig.getConfigBool(String string)
           
static String AppiusConfig.getDBCPInfo()
          get status information from DBCP pools
static int AppiusConfig.getInt(String string)
           
 T RecordLoader.loadRecord(int id)
          Load the record with the given ID number from the storage system
 T RecordLoader.loadRecord(String identifier)
          Load the data record identified from the storage system.
 

Uses of NotFoundException in org.starhope.appius.via
 

Methods in org.starhope.appius.via that throw NotFoundException
static void Via.joinPeers()
          WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)