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

Packages that use SQLPeerDatum
org.starhope.appius.mb   
org.starhope.appius.messaging   
org.starhope.appius.pay   
org.starhope.appius.sql   
org.starhope.appius.sys.admin   
org.starhope.appius.sys.op   
org.starhope.appius.types   
org.starhope.appius.user.events   
 

Uses of SQLPeerDatum in org.starhope.appius.mb
 

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

Uses of SQLPeerDatum in org.starhope.appius.messaging
 

Subclasses of SQLPeerDatum in org.starhope.appius.messaging
 class MailMessage
           
 

Uses of SQLPeerDatum in org.starhope.appius.pay
 

Subclasses of SQLPeerDatum in org.starhope.appius.pay
 class AuthorizeNetGateway
           
 

Uses of SQLPeerDatum in org.starhope.appius.sql
 

Subclasses of SQLPeerDatum in org.starhope.appius.sql
 class SQLPeerEnum
          Deprecated. 
 

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

Methods in org.starhope.appius.sql that return SQLPeerDatum
protected
<T extends SQLPeerDatum>
SQLPeerDatum
SQLPeerDatum.findInCache()
          Deprecated. Find the object in the cache, if possible.
static SQLPeerDatum SQLPeerDatum.get(Class<? extends SQLPeerDatum> klass, org.json.JSONObject object)
          Deprecated. 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)
          Deprecated. 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.admin
 

Subclasses of SQLPeerDatum in org.starhope.appius.sys.admin
 class SecurityCapability
          WRITEME: Document this type.
 

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 RoomBadge
          TODO: The documentation for this type (RoomBadge) is incomplete.
 

Uses of SQLPeerDatum in org.starhope.appius.user.events
 

Subclasses of SQLPeerDatum in org.starhope.appius.user.events
 class MedalType
          WRITEME: Document this type.