|
XPUSP - Home | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Course | |
br.usp.ime.xpusp.modules.screens | Classes for rendering screens. |
br.usp.ime.xpusp.om | This package contains the object-model for XPUSP project. |
Uses of Course in br.usp.ime.xpusp.modules.screens |
Methods in br.usp.ime.xpusp.modules.screens with parameters of type Course | |
private java.util.Vector |
CourseView.getOrderedElectives(Course course)
|
private java.util.Vector |
CourseView.getOrderedRequireds(Course course)
|
private java.util.Vector |
StudentDisciplines.getOrderedElectives(Course course)
|
private java.util.Vector |
StudentDisciplines.getOrderedRequireds(Course course)
|
Uses of Course in br.usp.ime.xpusp.om |
Fields in br.usp.ime.xpusp.om declared as Course | |
private Course |
BaseStudent.aCourse
|
private Course |
BasePoolResults.aCourse
|
private Course |
BaseCourseDiscipline.aCourse
|
Methods in br.usp.ime.xpusp.om that return Course | |
Course |
BaseStudent.getCourse()
|
Course |
BasePoolResults.getCourse()
|
static Course |
BaseCoursePeer.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 Course |
BaseCoursePeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk)
Retrieve a single object by pk |
static Course |
BaseCoursePeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk,
org.apache.turbine.util.db.pool.DBConnection dbcon)
Retrieve a single object by pk |
static Course |
BaseCoursePeer.retrieveByPK(org.apache.turbine.om.NumberKey course_id,
org.apache.turbine.om.NumberKey hab_id)
retrieve object using using pk values. |
static Course |
BaseCoursePeer.retrieveByPK(org.apache.turbine.om.NumberKey course_id,
org.apache.turbine.om.NumberKey hab_id,
org.apache.turbine.util.db.pool.DBConnection dbcon)
retrieve object using using pk values. |
Course |
BaseCourseDiscipline.getCourse()
|
Course |
BaseCourse.copy()
Makes a copy of this object. |
Methods in br.usp.ime.xpusp.om with parameters of type Course | |
void |
BaseStudent.setCourse(Course v)
Declares an association between this object and a Course object |
void |
BaseDepartment.addCourse(Course l)
Method called to associate a Course object to this object through the Course foreign key attribute |
void |
BasePoolResults.setCourse(Course v)
Declares an association between this object and a Course object |
static void |
BaseCoursePeer.populateObject(com.workingdogs.village.Record row,
int offset,
Course obj)
Populates an object from a resultset row starting from a specified offset. |
static void |
BaseCoursePeer.doInsert(Course obj)
Method to do inserts |
static void |
BaseCoursePeer.doUpdate(Course obj)
|
static void |
BaseCoursePeer.doDelete(Course obj)
|
static void |
BaseCoursePeer.doInsert(Course obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to do inserts. |
static void |
BaseCoursePeer.doUpdate(Course obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to do update. |
static void |
BaseCoursePeer.doDelete(Course obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to delete. |
static org.apache.turbine.util.db.Criteria |
BaseCoursePeer.buildCriteria(Course obj)
Build a Criteria object from the data object for this peer |
void |
BaseCourseDiscipline.setCourse(Course v)
Declares an association between this object and a Course object |
void |
BaseUnit.addCourse(Course l)
Method called to associate a Course object to this object through the Course foreign key attribute |
void |
BaseSource.addCourse(Course l)
Method called to associate a Course object to this object through the Course foreign key attribute |
Constructors in br.usp.ime.xpusp.om with parameters of type Course | |
CourseDiscipline(Course course,
Discipline discipline,
int semester,
boolean elective)
|
|
XPUSP - Home | |||||||||
PREV NEXT | FRAMES NO FRAMES |