CLRA 0.1.2

Uses of Class
com.clra.rowing.EnrollmentSnapshot

Packages that use EnrollmentSnapshot
com.clra.rowing   
com.clra.web   
 

Uses of EnrollmentSnapshot in com.clra.rowing
 

Methods in com.clra.rowing that return EnrollmentSnapshot
static EnrollmentSnapshot RowingDBRead.mapResultSetToEnrollmentSnapshot(java.sql.ResultSet rs)
          Constructs an EnrollmentSnapshot from the current row of a result set.
 

Uses of EnrollmentSnapshot in com.clra.web
 

Methods in com.clra.web that return EnrollmentSnapshot
 EnrollmentSnapshot EnrollmentView.getData()
           
 

Methods in com.clra.web with parameters of type EnrollmentSnapshot
 void EnrollmentView.setData(EnrollmentSnapshot es)
           
 

Constructors in com.clra.web with parameters of type EnrollmentSnapshot
EnrollmentView(EnrollmentSnapshot es)
           
 


CLRA 0.1.2