XPUSP - Home

Uses of Class
br.usp.ime.xpusp.om.Student

Packages that use Student
br.usp.ime.xpusp.om This package contains the object-model for XPUSP project. 
 

Uses of Student in br.usp.ime.xpusp.om
 

Fields in br.usp.ime.xpusp.om declared as Student
private  Student BaseStudentRequired.aStudent
           
private  Student BaseStudentElective.aStudent
           
 

Methods in br.usp.ime.xpusp.om that return Student
 Student BaseStudent.copy()
          Makes a copy of this object.
static Student BaseStudentPeer.row2Object(com.workingdogs.village.Record row, int offset, java.lang.Class cls)
          Create a new object of type cls from a resultset row starting from a specified offset.
static Student BaseStudentPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk)
          Retrieve a single object by pk
static Student BaseStudentPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk, org.apache.turbine.util.db.pool.DBConnection dbcon)
          Retrieve a single object by pk
static Student StudentPeer.get(org.apache.turbine.om.NumberKey nrusp)
           
 Student BaseStudentRequired.getStudent()
           
 Student BaseStudentElective.getStudent()
           
 

Methods in br.usp.ime.xpusp.om with parameters of type Student
static void BaseStudentPeer.populateObject(com.workingdogs.village.Record row, int offset, Student obj)
          Populates an object from a resultset row starting from a specified offset.
static void BaseStudentPeer.doInsert(Student obj)
          Method to do inserts
static void BaseStudentPeer.doUpdate(Student obj)
           
static void BaseStudentPeer.doDelete(Student obj)
           
static void BaseStudentPeer.doInsert(Student obj, org.apache.turbine.util.db.pool.DBConnection dbCon)
          Method to do inserts.
static void BaseStudentPeer.doUpdate(Student obj, org.apache.turbine.util.db.pool.DBConnection dbCon)
          Method to do update.
static void BaseStudentPeer.doDelete(Student obj, org.apache.turbine.util.db.pool.DBConnection dbCon)
          Method to delete.
static org.apache.turbine.util.db.Criteria BaseStudentPeer.buildCriteria(Student obj)
          Build a Criteria object from the data object for this peer
 void BaseCourse.addStudent(Student l)
          Method called to associate a Student object to this object through the Student foreign key attribute
 void BaseStudentRequired.setStudent(Student v)
          Declares an association between this object and a Student object
 void BaseStudentElective.setStudent(Student v)
          Declares an association between this object and a Student object
 


XPUSP - Home