Uses of Class
org.starhope.appius.sql.SQLPeerDatum

Packages that use SQLPeerDatum
org.starhope.appius.game   
org.starhope.appius.mb   
org.starhope.appius.sql   
org.starhope.appius.sys.op   
org.starhope.appius.user   
 

Uses of SQLPeerDatum in org.starhope.appius.game
 

Subclasses of SQLPeerDatum in org.starhope.appius.game
 class ClothingItem
           
 class GameEquipItem
          An item which can be equipped by the player in the game world.
 class HomeDecorItem
          WRITEME: The documentation for this type (HomeDecorItem) is incomplete.
 class InventoryItem
          The InventoryItem is an abstract superclass for all items which can be placed into the user's inventory.
 class MusicItem
          WRITEME: The documentation for this type (MusicItem) is incomplete.
 class Room
          WRITEME: The documentation for this type (Room) is incomplete.
 class StoreItem
          WRITEME: The documentation for this type (StoreItem) is incomplete.
 

Uses of SQLPeerDatum in org.starhope.appius.mb
 

Subclasses of SQLPeerDatum in org.starhope.appius.mb
 class Currency
           
 class Payment
          Fairly complete encapsulation of all things related to an individual payment.
 class PaymentGateway
          A payment gateway is a transaction broker for payments.
 class UserAddress
           
 class UserEnrolment
           
 

Uses of SQLPeerDatum in org.starhope.appius.sql
 

Subclasses of SQLPeerDatum in org.starhope.appius.sql
 class SQLPeerEnum
          This is a class for infrequently-changed objects that are enumerated types referenced by integer ID columns.
 

Methods in org.starhope.appius.sql with type parameters of type SQLPeerDatum
protected
<T extends SQLPeerDatum>
SQLPeerDatum
SQLPeerDatum.findInCache()
          Find the object in the cache, if possible.
 

Methods in org.starhope.appius.sql that return SQLPeerDatum
protected
<T extends SQLPeerDatum>
SQLPeerDatum
SQLPeerDatum.findInCache()
          Find the object in the cache, if possible.
static SQLPeerDatum SQLPeerDatum.get(Class<? extends SQLPeerDatum> klass, org.json.JSONObject object)
           throw new Error ("wtf?");
 

Method parameters in org.starhope.appius.sql with type arguments of type SQLPeerDatum
static SQLPeerDatum SQLPeerDatum.get(Class<? extends SQLPeerDatum> klass, org.json.JSONObject object)
           throw new Error ("wtf?");
 

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

Subclasses of SQLPeerDatum in org.starhope.appius.sys.op
 class Filter
           This class represents (and actually provides the services of) a filter capable of identifying offensive content in text, and flagging it.
 

Uses of SQLPeerDatum in org.starhope.appius.user
 

Subclasses of SQLPeerDatum in org.starhope.appius.user
 class AvatarClass
          WRITEME: The documentation for this type (AvatarClass) is incomplete.
 class Parent
          This class represents the parent of a kid or teen account User.getParent()
 class Person
          This is an abstract superclass for both Parents and Users.
 class User
           User objects refer only to actual users, who may or may not be signed into the game right now.