Uses of Class
org.starhope.appius.mb.Enrolment

Packages that use Enrolment
org.starhope.appius.mb   
 

Uses of Enrolment in org.starhope.appius.mb
 

Methods in org.starhope.appius.mb that return Enrolment
static Enrolment[] Enrolment.getAvailableEnrolments()
          Returns all products in the products table that are flagged as Available AND Visible
static Enrolment Enrolment.getByID(int id)
          TODO: document this method (brpocock, Sep 23, 2009)
static Enrolment Enrolment.getByProductCode(String id)
           
 Enrolment UserEnrolment.getEnrolment()
           
 

Methods in org.starhope.appius.mb with parameters of type Enrolment
 void UserEnrolment.setEnrolment(Enrolment newEnrolment)