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

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

Uses of Parent in org.starhope.appius.mb
 

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

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)
           
static Parent Parent.getByID(int id)
           
static Parent Parent.getByMail(String mail)
           
static Parent Parent.getOrCreateByMail(String parentMail)
           
 Parent User.getParent()
           
 

Methods in org.starhope.appius.user with parameters of type Parent
 void User.setParent(Parent parent)
          Set this to be a child account with the specified parent.
 void User.setParentByParent(Parent parent)
          Set this to be a child account with the specified parent.