A B C D E F G H I J K L M N O P R S T U V W X Y Z _

P

p - Variable in exception org.starhope.appius.pay.util.RetryPaymentException
TODO: document this field (brpocock, Nov 20, 2009) p (RetryPaymentException)
paid - Variable in class org.starhope.appius.mb.Payment
The amount actually paid with this payment.
parent - Variable in class org.starhope.appius.mb.IBCRegister
Deprecated. TODO: document this member (brpocock, Sep 23, 2009)
Parent - Class in org.starhope.appius.user
This class represents the parent of a kid or teen account
Parent(ResultSet) - Constructor for class org.starhope.appius.user.Parent
 
Parent(String) - Constructor for class org.starhope.appius.user.Parent
Create a new Parent record
Parent(String, String) - Constructor for class org.starhope.appius.user.Parent
Create a new parent record and set an initial password at the same time
parent_account_already_exists() - Static method in class org.starhope.appius.mb.Messages
Deprecated. 
parentApprovedAccount(boolean) - Method in class org.starhope.appius.user.User
Call this method when the parent determines whether to approve or disapprove this account.
parentApprovedName - Variable in class org.starhope.appius.user.User
Whether the user's parent has approved the name yet.
parentApprovedName(boolean) - Method in class org.starhope.appius.user.User
 
parentID - Variable in class org.starhope.appius.user.Parent
Database ID value
parentID - Variable in class org.starhope.appius.user.User
Pointer to the parent of this user, if the user's age bracket is "kid"
part(RoomListener) - Method in interface org.starhope.appius.game.AbstractRoom
 
part(RoomListener) - Method in class org.starhope.appius.game.Room
This is an overriding method.
part(RoomListener) - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
password - Variable in class org.starhope.appius.user.Person
The user (or parent)'s unencrypted (plain text) password.
password_change() - Static method in class org.starhope.appius.mb.Messages
Deprecated. 
password_invalid() - Static method in class org.starhope.appius.mb.Messages
Deprecated. 
password_length() - Static method in class org.starhope.appius.mb.Messages
Deprecated. 
password_mismatch() - Static method in class org.starhope.appius.mb.Messages
Deprecated. 
password_reset() - Static method in class org.starhope.appius.mb.Messages
Deprecated. 
password_same() - Static method in class org.starhope.appius.mb.Messages
Deprecated. 
password_send() - Static method in class org.starhope.appius.mb.Messages
Deprecated. 
pattern - Static variable in class org.starhope.appius.test.RegexTester
Enter a pattern to test
patterns - Variable in class org.starhope.appius.sys.op.Filter
This binds the patterns to their FilterPattern records
payer - Variable in class org.starhope.appius.mb.Payment
The identification of the payer
Payment - Class in org.starhope.appius.mb
Fairly complete encapsulation of all things related to an individual payment.
Payment(Class<AuthorizeNetGateway>, HashMap<String, String>) - Constructor for class org.starhope.appius.mb.Payment
Handle Silent Post data returned by Authorize.Net.
Payment(ResultSet) - Constructor for class org.starhope.appius.mb.Payment
Instantiate a Payment from the results returned by an SQL statement.
Payment(String, String, int) - Constructor for class org.starhope.appius.mb.Payment
Instantiate a Payment for a given order and sequence number.
Payment(UserEnrolment) - Constructor for class org.starhope.appius.mb.Payment
 
Payment.ItemType - Enum in org.starhope.appius.mb
What type of item is paid-for? Every class implementing Invoiceable should be on this list.
Payment.ItemType() - Constructor for enum org.starhope.appius.mb.Payment.ItemType
 
payment_already_made() - Static method in class org.starhope.appius.mb.Messages
Deprecated. 
PaymentCredential - Class in org.starhope.appius.pay.util
 
PaymentCredential() - Constructor for class org.starhope.appius.pay.util.PaymentCredential
 
paymentFor - Variable in class org.starhope.appius.mb.Payment
WRITEME
paymentGateway - Variable in class org.starhope.appius.mb.Payment
Through what payment gateway was this payment processed?
PaymentGateway - Class in org.starhope.appius.mb
A payment gateway is a transaction broker for payments.
PaymentGateway() - Constructor for class org.starhope.appius.mb.PaymentGateway
WRITEME
PaymentGatewayReal - Interface in org.starhope.appius.pay.util
 
PayPalGateway - Class in org.starhope.appius.pay
 
PayPalGateway() - Constructor for class org.starhope.appius.pay.PayPalGateway
 
peerChannel - Variable in class org.starhope.appius.via.ViaHost
TODO: document this field (brpocock, Nov 19, 2009) peerChannel (ViaHost)
peers - Static variable in class org.starhope.appius.via.Via
TODO: document this field (brpocock, Nov 19, 2009) peers (Via)
PerlNPC - Class in org.starhope.appius.game.npc
 
PerlNPC() - Constructor for class org.starhope.appius.game.npc.PerlNPC
 
PerlNPCFactory - Class in org.starhope.appius.game.npc
 
PerlNPCFactory() - Constructor for class org.starhope.appius.game.npc.PerlNPCFactory
 
Person - Class in org.starhope.appius.user
This is an abstract superclass for both Parents and Users.
Person() - Constructor for class org.starhope.appius.user.Person
 
PetBehaviour - Enum in org.starhope.appius.game
TODO: The documentation for this type (PetBehaviour) is incomplete.
PetBehaviour() - Constructor for enum org.starhope.appius.game.PetBehaviour
 
phone - Variable in class org.starhope.appius.mb.UserAddress
WRITEME
playerEvents - Variable in class org.starhope.appius.game.GameEvent
the events in the global events table for each player, used for recording scores
players - Variable in class org.starhope.appius.game.GameEvent
the players (in any room)
poolableConnectionFactory - Static variable in class org.starhope.appius.util.AppiusConfig
This is the container for the poolable connection factory, which is never directly read again, but is used to contain the DBCP pool.
populate(NVPEncoder) - Method in class org.starhope.appius.pay.util.PaymentCredential
Apply credentials to a PayPal transaction
populateByID(int) - Method in class org.starhope.appius.user.User
Private method used to look up User in the database and fill in the attributes
populateByLogin(String) - Method in class org.starhope.appius.user.User
Fetch a user record out of the database based upon its login name
port - Static variable in class org.starhope.appius.game.AppiusClaudiusCaecus
The listening port for the server
port - Variable in class org.starhope.appius.via.ViaHost
TODO: document this field (brpocock, Nov 19, 2009) port (ViaHost)
position - Variable in class org.starhope.appius.game.AvatarDecoration
 
postalCode - Variable in class org.starhope.appius.mb.UserAddress
WRITEME
postLoginGlobal() - Method in class org.starhope.appius.user.User
WRITEME: document this method (brpocock, Jan 8, 2010)
PRELOGIN - Static variable in class org.starhope.appius.types.ProtocolState
TODO: document this field (brpocock, Oct 23, 2009) PRELOGIN (ProtocolState)
PreLoginCommands - Class in org.starhope.appius.game
WRITEME: The documentation for this type (PreLoginCommands) is incomplete.
PreLoginCommands() - Constructor for class org.starhope.appius.game.PreLoginCommands
 
preloginCountdown - Variable in class org.starhope.appius.game.AppiusClaudiusCaecus
The number of prelogin commands that can be accepted before the user is dropped for failing to log in
prepareCall(String) - Method in class org.starhope.appius.test.ConnectionDebug
 
prepareCall(String, int, int) - Method in class org.starhope.appius.test.ConnectionDebug
 
prepareCall(String, int, int, int) - Method in class org.starhope.appius.test.ConnectionDebug
 
prepareForRetry(RetryPaymentException) - Method in class org.starhope.appius.mb.Payment
If a payment should retry processing in future (e.g.
prepareStatement(String) - Method in class org.starhope.appius.test.ConnectionDebug
 
prepareStatement(String, int) - Method in class org.starhope.appius.test.ConnectionDebug
 
prepareStatement(String, int, int) - Method in class org.starhope.appius.test.ConnectionDebug
 
prepareStatement(String, int, int, int) - Method in class org.starhope.appius.test.ConnectionDebug
 
prepareStatement(String, int[]) - Method in class org.starhope.appius.test.ConnectionDebug
 
prepareStatement(String, String[]) - Method in class org.starhope.appius.test.ConnectionDebug
 
prepCache() - Method in class org.starhope.appius.sql.SQLPeerEnum
TODO: document this method (brpocock, Oct 13, 2009)
prettyDate(Date) - Static method in class org.starhope.appius.mb.Messages
 
price - Variable in class org.starhope.appius.mb.Enrolment
WRITEME
price - Variable in class org.starhope.appius.mb.Payment
The price paid in this payment
PrivilegeRequiredException - Exception in org.starhope.appius.except
WRITEME
PrivilegeRequiredException() - Constructor for exception org.starhope.appius.except.PrivilegeRequiredException
WRITEME
PrivilegeRequiredException(int) - Constructor for exception org.starhope.appius.except.PrivilegeRequiredException
 
PrivilegeRequiredException(String) - Constructor for exception org.starhope.appius.except.PrivilegeRequiredException
 
processInput(String) - Method in class org.starhope.appius.game.AdminProcessor
 
processInput(String) - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
Process and dispatch input from the client.
processJSONInput(String) - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
Process a JSON string from the client
processJSONLogin(String) - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
Process a JSON command sequence from the client
processJSONPreLogin(String) - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
Process a prelogin JSON command
processPreLogin(String) - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
Process a prelogin input sequence
processXMLInput(String) - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
 
productCode - Variable in class org.starhope.appius.mb.Enrolment
WRITEME
productID - Variable in class org.starhope.appius.mb.UserEnrolment
Enrolment product ID
profile - Variable in class org.starhope.appius.pay.PayPalGateway
 
propagateGameStateChange() - Static method in class org.starhope.appius.game.GameEvent
Propagate any waiting game state changes to listeners
ProtocolState - Class in org.starhope.appius.types
 
ProtocolState() - Constructor for class org.starhope.appius.types.ProtocolState
 
province - Variable in class org.starhope.appius.mb.UserAddress
WRITEME
PythonNPC - Class in org.starhope.appius.game.npc
 
PythonNPC() - Constructor for class org.starhope.appius.game.npc.PythonNPC
 
PythonNPCFactory - Class in org.starhope.appius.game.npc
 
PythonNPCFactory() - Constructor for class org.starhope.appius.game.npc.PythonNPCFactory
 

A B C D E F G H I J K L M N O P R S T U V W X Y Z _