|
XPUSP - Home | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StudentElective | |
br.usp.ime.xpusp.om | This package contains the object-model for XPUSP project. |
Uses of StudentElective in br.usp.ime.xpusp.om |
Methods in br.usp.ime.xpusp.om that return StudentElective | |
static StudentElective |
BaseStudentElectivePeer.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 StudentElective |
BaseStudentElectivePeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk)
Retrieve a single object by pk |
static StudentElective |
BaseStudentElectivePeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk,
org.apache.turbine.util.db.pool.DBConnection dbcon)
Retrieve a single object by pk |
static StudentElective |
BaseStudentElectivePeer.retrieveByPK(org.apache.turbine.om.NumberKey student_id,
org.apache.turbine.om.NumberKey discipline_id)
retrieve object using using pk values. |
static StudentElective |
BaseStudentElectivePeer.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. |
StudentElective |
BaseStudentElective.copy()
Makes a copy of this object. |
Methods in br.usp.ime.xpusp.om with parameters of type StudentElective | |
static void |
BaseStudentElectivePeer.populateObject(com.workingdogs.village.Record row,
int offset,
StudentElective obj)
Populates an object from a resultset row starting from a specified offset. |
static void |
BaseStudentElectivePeer.doInsert(StudentElective obj)
Method to do inserts |
static void |
BaseStudentElectivePeer.doUpdate(StudentElective obj)
|
static void |
BaseStudentElectivePeer.doDelete(StudentElective obj)
|
static void |
BaseStudentElectivePeer.doInsert(StudentElective obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to do inserts. |
static void |
BaseStudentElectivePeer.doUpdate(StudentElective obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to do update. |
static void |
BaseStudentElectivePeer.doDelete(StudentElective obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to delete. |
static org.apache.turbine.util.db.Criteria |
BaseStudentElectivePeer.buildCriteria(StudentElective obj)
Build a Criteria object from the data object for this peer |
void |
BaseStudent.addStudentElective(StudentElective l)
Method called to associate a StudentElective object to this object through the StudentElective foreign key attribute |
void |
BaseDiscipline.addStudentElective(StudentElective l)
Method called to associate a StudentElective object to this object through the StudentElective foreign key attribute |
|
XPUSP - Home | |||||||||
PREV NEXT | FRAMES NO FRAMES |