XPUSP - Home

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

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

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

Methods in br.usp.ime.xpusp.om that return StudentRequired
static StudentRequired BaseStudentRequiredPeer.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 StudentRequired BaseStudentRequiredPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk)
          Retrieve a single object by pk
static StudentRequired BaseStudentRequiredPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk, org.apache.turbine.util.db.pool.DBConnection dbcon)
          Retrieve a single object by pk
static StudentRequired BaseStudentRequiredPeer.retrieveByPK(org.apache.turbine.om.NumberKey student_id, org.apache.turbine.om.NumberKey discipline_id)
          retrieve object using using pk values.
static StudentRequired BaseStudentRequiredPeer.retrieveByPK(org.apache.turbine.om.NumberKey student_id, org.apache.turbine.om.NumberKey discipline_id, org.apache.turbine.util.db.pool.DBConnection dbcon)
          retrieve object using using pk values.
 StudentRequired BaseStudentRequired.copy()
          Makes a copy of this object.
 

Methods in br.usp.ime.xpusp.om with parameters of type StudentRequired
 void BaseStudent.addStudentRequired(StudentRequired l)
          Method called to associate a StudentRequired object to this object through the StudentRequired foreign key attribute
static void BaseStudentRequiredPeer.populateObject(com.workingdogs.village.Record row, int offset, StudentRequired obj)
          Populates an object from a resultset row starting from a specified offset.
static void BaseStudentRequiredPeer.doInsert(StudentRequired obj)
          Method to do inserts
static void BaseStudentRequiredPeer.doUpdate(StudentRequired obj)
           
static void BaseStudentRequiredPeer.doDelete(StudentRequired obj)
           
static void BaseStudentRequiredPeer.doInsert(StudentRequired obj, org.apache.turbine.util.db.pool.DBConnection dbCon)
          Method to do inserts.
static void BaseStudentRequiredPeer.doUpdate(StudentRequired obj, org.apache.turbine.util.db.pool.DBConnection dbCon)
          Method to do update.
static void BaseStudentRequiredPeer.doDelete(StudentRequired obj, org.apache.turbine.util.db.pool.DBConnection dbCon)
          Method to delete.
static org.apache.turbine.util.db.Criteria BaseStudentRequiredPeer.buildCriteria(StudentRequired obj)
          Build a Criteria object from the data object for this peer
 void BaseDiscipline.addStudentRequired(StudentRequired l)
          Method called to associate a StudentRequired object to this object through the StudentRequired foreign key attribute
 


XPUSP - Home