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 productID)
          Deprecated. use Nomenclator.getDataRecord(Class, int) with Enrolment.class
static Enrolment Enrolment.getByProductCode(String productCode2)
          Deprecated. use Nomenclator.getDataRecord(Class, String)
 Enrolment UserEnrolment.getEnrolment()
           
 Enrolment EnrolmentSQLLoader.loadRecord(int id)
          WRITEME: document this method (brpocock@star-hope.org, Sep 23, 2009)
 Enrolment EnrolmentSQLLoader.loadRecord(String identifier)
           
protected  Enrolment EnrolmentSQLLoader.set(ResultSet rs)
          WRITEME: Document this method brpocock@star-hope.org
 

Methods in org.starhope.appius.mb with parameters of type Enrolment
 void EnrolmentSQLLoader.changed(Enrolment changedRecord)
           
 void EnrolmentSQLLoader.refresh(Enrolment record)
           
 void EnrolmentSQLLoader.removeRecord(Enrolment record)
           
 void EnrolmentSQLLoader.saveRecord(Enrolment record)
           
 void UserEnrolment.setEnrolment(Enrolment newEnrolment)
           
 

Constructor parameters in org.starhope.appius.mb with type arguments of type Enrolment
Enrolment(RecordLoader<Enrolment> loader)
          WRITEME: Document this constructor brpocock@star-hope.org