|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLPeerDatum | |
---|---|
org.starhope.appius.game | |
org.starhope.appius.mb | |
org.starhope.appius.sql | |
org.starhope.appius.sys.op | |
org.starhope.appius.types | |
org.starhope.appius.user |
Uses of SQLPeerDatum in org.starhope.appius.game |
---|
Subclasses of SQLPeerDatum in org.starhope.appius.game | |
---|---|
class |
GameEvent
A GameEvent is a room-wide (or multi-room) game that occurs within the larger context of the game. |
class |
LaserTagGame
|
class |
Room
WRITEME: The documentation for this type (Room) is incomplete. |
Uses of SQLPeerDatum in org.starhope.appius.mb |
---|
Subclasses of SQLPeerDatum in org.starhope.appius.mb | |
---|---|
class |
Currency
|
class |
Enrolment
An Enrolment object represents a potential type of enrolment or subscription into which an User can be subscribed. |
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
This class represents an instance of a purchased enrolment (subscription) to a game, as bound to a particular user and period of time. |
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
|
SQLPeerDatum.findInCache()
Find the object in the cache, if possible. |
Methods in org.starhope.appius.sql that return SQLPeerDatum | ||
---|---|---|
protected
|
SQLPeerDatum.findInCache()
Find the object in the cache, if possible. |
|
static SQLPeerDatum |
SQLPeerDatum.get(Class<? extends SQLPeerDatum> klass,
org.json.JSONObject object)
This method should return an SQLPeerDatum-derived object based upon its class and a serialized JSON form. |
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)
This method should return an SQLPeerDatum-derived object based upon its class and a serialized JSON form. |
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.types |
---|
Subclasses of SQLPeerDatum in org.starhope.appius.types | |
---|---|
class |
GameFlagValue
TODO: The documentation for this type (GameFlagValue) is incomplete. |
class |
InventoryItemType
|
class |
RoomBadge
TODO: The documentation for this type (RoomBadge) is incomplete. |
Uses of SQLPeerDatum in org.starhope.appius.user |
---|
Subclasses of SQLPeerDatum in org.starhope.appius.user | |
---|---|
class |
AvatarClass
The avatar class defines a type of avatar which can be used by a game player or NPC. |
class |
Parent
This class represents the parent of a kid or teen account |
class |
Person
This is an abstract superclass for both Parents and Users. |
class |
User
This class encapsulates all of the user/player information for the game. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |