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

Packages that use Parent
org.starhope.appius.game.npc   
org.starhope.appius.mb   
org.starhope.appius.user   
 

Uses of Parent in org.starhope.appius.game.npc
 

Methods in org.starhope.appius.game.npc with parameters of type Parent
 void Ejecta.setParent(Parent newParent)
           
 

Uses of Parent in org.starhope.appius.mb
 

Methods in org.starhope.appius.mb with parameters of type Parent
 void PaymentGateway.setUser(Parent byID)
           
 

Uses of Parent in org.starhope.appius.user
 

Methods in org.starhope.appius.user that return Parent
static Parent Parent.getByApprovalCookie(String cookie)
          Deprecated. Use Nomenclator.getParentByApprovalCookie(String) instead
static Parent Parent.getByID(int id)
          Deprecated. Use Nomenclator.getParentByID(int) instead
static Parent Parent.getByMail(String mail)
          Deprecated. Use Nomenclator.getParentByMail(String) instead
static Parent Parent.getOrCreateByMail(String parentMail)
           
 Parent User.getParent()
           
private  Parent UserRecord.getParent()
          WRITEME: Document this method brpocock@star-hope.org
static Parent Nomenclator.getParentByApprovalCookie(String cookie)
           
static Parent Nomenclator.getParentByID(int id)
           
static Parent Nomenclator.getParentByMail(String mail)
           
 Parent ParentRecordSQLLoader.loadRecord(int id)
           
 Parent ParentRecordSQLLoader.loadRecord(String identifier)
           
protected  Parent ParentRecordSQLLoader.set(PreparedStatement st)
           
 

Methods in org.starhope.appius.user with parameters of type Parent
 void ParentRecordSQLLoader.changed(Parent changedRecord)
           
 void ParentRecordSQLLoader.refresh(Parent record)
           
 void ParentRecordSQLLoader.removeRecord(Parent record)
           
 void ParentRecordSQLLoader.saveRecord(Parent record)
           
 void AbstractNonPlayerCharacter.setParent(Parent newParent)
           
 void User.setParent(Parent parent)
          Set this to be a child account with the specified parent.
 void AbstractUser.setParent(Parent newParent)
          If this is a child account (per COPPA), then associate a parent record with it.
 void User.setParentByParent(Parent parent)
          Set this to be a child account with the specified parent.