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

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

Uses of Parent in com.tootsville
 

Methods in com.tootsville that return Parent
static Parent WebUtil.createParentLogin(String userName, String password)
          WRITEME: document this method (theys, Aug 12, 2009)
static Parent WebUtil.verifyParentLogin(String userID, String password)
          WRITEME: document this method (theys, Aug 12, 2009)
 

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.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.