Uses of Class
org.starhope.appius.user.UserRecord

Packages that use UserRecord
org.starhope.appius.user   
org.starhope.appius.user.notifications   
org.starhope.vergil.net   
 

Uses of UserRecord in org.starhope.appius.user
 

Fields in org.starhope.appius.user declared as UserRecord
private  UserRecord Wallet.myOwner
          The owner of the wallet
protected  UserRecord GeneralUser.userRecord
          The user record backing this user
 

Methods in org.starhope.appius.user that return UserRecord
 UserRecord UserRecord.copyProtoype(UserRecord prototype)
           
private  UserRecord Wallet.getOwner()
          WRITEME: Document this method brpocock@star-hope.org
 UserRecord UserRecordSQLLoader.loadRecord(int id)
           
 UserRecord UserRecordSQLLoader.loadRecord(String identifier)
           
protected  UserRecord UserRecordSQLLoader.reload(ResultSet resultSet, UserRecord userRecord)
          WRITEME: Document this method brpocock@star-hope.org
protected  UserRecord UserRecordSQLLoader.set(ResultSet resultSet)
          WRITEME: Document this method brpocock@star-hope.org
 

Methods in org.starhope.appius.user with parameters of type UserRecord
 void UserRecordSQLLoader.changed(UserRecord changedRecord)
           
 UserRecord UserRecord.copyProtoype(UserRecord prototype)
           
protected static void UserRecordSQLLoader.fetch_avatarInfo(UserRecord userRecord, ResultSet resultSet)
          Fetch the user's avatar information from the database
protected static void UserRecordSQLLoader.fetch_chatColours(UserRecord userRecord, ResultSet resultSet)
          Fetch the chat colours for this user from the database
protected static void UserRecordSQLLoader.fetch_dobInfo(UserRecord userRecord, ResultSet resultSet)
          Fetch the user's date of birth and related information from the database record provided
protected static void UserRecordSQLLoader.fetch_language(UserRecord userRecord, ResultSet resultSet)
          Fetch the user's language and dialect information from the database record
protected static void UserRecordSQLLoader.fetch_laston(UserRecord userRecord)
          Fetch the user's last activity information from the database record
protected static void UserRecordSQLLoader.fetch_mailInfo(UserRecord userRecord, ResultSet resultSet)
          Fetch the user's eMail info from the database record
protected static void UserRecordSQLLoader.fetch_parentInfo(UserRecord userRecord, ResultSet resultSet)
          Fetch information about the user's parent (if any).
protected static void UserRecordSQLLoader.fetch_passwordResetInfo(UserRecord userRecord, ResultSet resultSet)
          Fetch the password reset question and answer from the provided database record.
protected static void UserRecordSQLLoader.fetch_permissionsInfo(UserRecord userRecord, ResultSet resultSet)
          Fetch the permissions-related portion of a user's record out of the SQL ResultSet.
protected static void UserRecordSQLLoader.fetch_userBasicInfo(UserRecord userRecord, ResultSet resultSet)
          Fetch the user's basic information: user ID, user name, and password — from the provided database record
static Wallet Wallet.forUser(UserRecord userRecord)
          Get the wallet for a given user, creating a new one if necessary.
(package private) static AbstractUser Nomenclator.instantiateUser(UserRecord rec)
          Instantiate a User (using the selected subclass) from the result set garnered from a SELECT *
 void UserRecordSQLLoader.refresh(UserRecord record)
           
protected  UserRecord UserRecordSQLLoader.reload(ResultSet resultSet, UserRecord userRecord)
          WRITEME: Document this method brpocock@star-hope.org
 void UserRecordSQLLoader.removeRecord(UserRecord record)
           
 void UserRecordSQLLoader.saveRecord(UserRecord r)
           
 void GeneralUser.setBackingRecord(UserRecord rec)
           
private  void Wallet.setOwner(UserRecord owner)
          WRITEME: Document this method brpocock@star-hope.org
 

Constructors in org.starhope.appius.user with parameters of type UserRecord
AbstractNonPlayerCharacter(UserRecord dataRecord)
          WRITEME
GeneralUser(UserRecord newRecord)
           
User(UserRecord rec)
          Instantiate the user who goes with a given record.
Wallet(RecordLoader<Wallet> loader, UserRecord owner)
          constructor for being loaded for a certain user;
Wallet(UserRecord owner)
          default constructor for a new wallet for the given user
 

Constructor parameters in org.starhope.appius.user with type arguments of type UserRecord
UserRecord(RecordLoader<UserRecord> userRecordLoader)
          WRITEME: Document this constructor brpocock@star-hope.org
 

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

Constructors in org.starhope.appius.user.notifications with parameters of type UserRecord
NotificationSet(UserRecord who)
           
 

Uses of UserRecord in org.starhope.vergil.net
 

Fields in org.starhope.vergil.net declared as UserRecord
(package private)  UserRecord AppianGWTClient.userRecord
          The user connected through this client; Field only ever set to null: org.starhope.vergil.net.AppianGWTClient.userRecord