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

Packages that use User
org.starhope.appius.game   
org.starhope.appius.mb   
org.starhope.appius.messaging   
org.starhope.appius.pay   
org.starhope.appius.types   
org.starhope.appius.user   
org.starhope.appius.util   
org.starhope.appius.via   
 

Uses of User in org.starhope.appius.game
 

Fields in org.starhope.appius.game declared as User
private  User AppiusClaudiusCaecus.myUser
          The user account that is logged in on this thread
 

Methods in org.starhope.appius.game that return User
 User Zone.getSystemUser()
          Deprecated. unused?
 User AppiusClaudiusCaecus.getUser()
           
 User SmartFaux.getUserByChannel(AppiusClaudiusCaecus next)
          Deprecated. 
 

Methods in org.starhope.appius.game with parameters of type User
 void GameEvent.acceptCommand(User user, AbstractRoom room, Zone zone2, String[] command)
          Accept a developer-level command and react to it.
 void SmartFaux.addKickedUser(User brat, int i)
          Deprecated.  
 void Zone.assertStaffLevel(User u, int staffLevelRequired)
          Assert that the given user must have a given level of staff privileges
private  void Zone.dropUser(User user)
          Drop the user's house from the Zone
private  String Room.getRoomJoinSFSXML(User user)
          TODO: document this method (brpocock, Dec 29, 2009)
 void Zone.handleRequest(String cmd, org.json.JSONObject jso, User u, int fromRoom)
          This is an overriding method.
 void Zone.handleUserLost(User user)
          WRITEME: document this method (brpocock, Jul 14, 2009)
 void Zone.handleUserPart(String zone, AbstractRoom room, String uid, User user, String oldPlayerIndex)
          WRITEME: document this method (brpocock, Jul 14, 2009)
protected  void AppiusClaudiusCaecus.kickDuplicates(User user, String nick)
          Kick offline any duplicates of the given user as s/he logs in
protected  void AppiusClaudiusCaecus.kickDuplicates(User user, String nick, String password)
          Deprecated. use AppiusClaudiusCaecus.kickDuplicates(User, String)
 void Zone.sendAdminMessage(AbstractRoom room, User user, String message)
          Deprecated. 
protected  void Zone.sendBadPassword(String nick, AppiusClaudiusCaecus channel, User user, String zoneName, String password)
          Send the user a notification that their password was incorrect
protected  void Zone.sendBuddyNotice(String buddyName, boolean isOnline, String roomMoniker, String roomTitle, User u, int room)
           Sends a buddy notice message to the client
 void Zone.sendEarnings(int r, User u, String msg)
          Deprecated. Use sendEarnings(AbstractRoom, String) instead
 void Zone.sendErrorReply(String source, String error, org.json.JSONObject result, User u, int room)
          WRITEME: document this method (brpocock, Aug 20, 2009)
 void Room.sendGameAction(User from, org.json.JSONObject data)
          This is an overriding method.
 void AbstractRoom.sendGameAction(User from, org.json.JSONObject data)
          Propagate a game event to every user in the room.
protected  void Zone.sendLoginPacket(String zoneName, String nick, String password, AppiusClaudiusCaecus serverThread, User user, LinkedList<AppiusClaudiusCaecus> recipients)
          Deprecated. 
 void Zone.sendModMessage(AbstractRoom room, User user, String message)
           Sends an (anonymous) moderator message to the user
 void Zone.sendOops(User u)
          Sends the user the private message /00p$
 void Zone.sendOops(User u, AbstractRoom room)
          Deprecated. 
 void AppiusClaudiusCaecus.sendUserVariable(User user, String varName, String varValue)
          Send an update to an user variable
 

Uses of User in org.starhope.appius.mb
 

Fields in org.starhope.appius.mb declared as User
private  User IBCRegister.user
          Deprecated. TODO: document this member (brpocock, Sep 23, 2009)
 

Methods in org.starhope.appius.mb with parameters of type User
 void IBCRegister.applyIBC(User newUser)
          Deprecated. TODO: document this method (theys, Sep 18, 2009)
 void UserEnrolment.setUser(User newUser)
           
 

Uses of User in org.starhope.appius.messaging
 

Methods in org.starhope.appius.messaging with parameters of type User
static void Mail.sendChildSignupMail(User kid)
          Send an eMail notification to a parent, advising them that their child has signed up, and requesting authorization.
static void Mail.sendPremiumMail(User user)
           This method is called when a member has signed up to be a VIT (Very Important Toot) member.
 

Uses of User in org.starhope.appius.pay
 

Methods in org.starhope.appius.pay with parameters of type User
 void PayPalGateway.setUser(User userPurchasing)
           
 void AuthorizeNetGateway.setUser(User possibleUser)
          Deprecated. 
 

Uses of User in org.starhope.appius.types
 

Fields in org.starhope.appius.types declared as User
private  User SpyRequest.spy
          TODO: document this field (brpocock, Nov 19, 2009) spy (SpyRequest)
 

Methods in org.starhope.appius.types with parameters of type User
 void GameWorldMessage.setFrom(User sender)
          Set the sender of this message
 void SpyRequest.setSpy(User newSpy)
           
 void GameWorldMessage.setTo(User recipient)
          Set the recipient of this message
 

Uses of User in org.starhope.appius.user
 

Fields in org.starhope.appius.user with type parameters of type User
private static ConcurrentHashMap<String,User> User.liveCache
          A simple cache of live users
 

Methods in org.starhope.appius.user that return User
static User User.create(Date date, String string, String nick)
          Create a new user account
static User User.getByRequestedName(String userNameRequested)
          Get the user who has requested a certain name, if any.
 User[] Parent.getChildren()
          This will load up to 2×maxChildren children for an account.
private static User User.instantiateUser(ResultSet rs)
          Instantiate a User (using the selected subclass) from the result set garnered from a SELECT *
 

Methods in org.starhope.appius.user with parameters of type User
 int User.compareTo(User o)
          This is an overriding method.
 boolean User.equals(User o)
          Determine if two user objects are identical.
 void Parent.requestApproval(User user)
           
 void User.sendGameAction(User from, org.json.JSONObject data)
          Deprecated. 
 void Parent.sendNotificationForChild(User kid)
           Send a notification to the parent that their child has registered an account, giving instructions on how to approve the account.
 void User.sendPublicMessage(User from, String speech)
          Deprecated. use acceptPublicMessage(AbstractUser, String)
 

Constructors in org.starhope.appius.user with parameters of type User
AbstractNonPlayerCharacter(User user)
           
 

Uses of User in org.starhope.appius.util
 

Methods in org.starhope.appius.util that return types with arguments of type User
static Class<? extends User> AppiusConfig.getUserClass()
          TODO: document this method (brpocock, Dec 30, 2009)
 

Methods in org.starhope.appius.util with parameters of type User
static UserList AppiusConfig.newUserList(User user, boolean b)
           
 

Uses of User in org.starhope.appius.via
 

Methods in org.starhope.appius.via with parameters of type User
 void RemoteRoom.sendGameAction(User from, org.json.JSONObject data)
          This is an overriding method.