Uses of Class
org.starhope.appius.util.ManagedReferenceHolder

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

Uses of ManagedReferenceHolder in org.starhope.appius.game
 

Subclasses of ManagedReferenceHolder 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 ManagedReferenceHolder in org.starhope.appius.mb
 

Subclasses of ManagedReferenceHolder 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 ManagedReferenceHolder in org.starhope.appius.sql
 

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

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

Subclasses of ManagedReferenceHolder 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 ManagedReferenceHolder in org.starhope.appius.user
 

Subclasses of ManagedReferenceHolder 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.