|
XPUSP - Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.turbine.om.BaseObject | +--br.usp.ime.xpusp.om.BasePoolResults | +--br.usp.ime.xpusp.om.PoolResults
Source Forge Info | |
---|---|
CVS File : | PoolResults.java |
User : | krico |
Version : | 1.3 |
Date : | 2002/03/05 08:29:38 |
Fields inherited from class br.usp.ime.xpusp.om.BasePoolResults |
aCourse, alreadyInSave, aYear, collElectivePools, collRequiredPools, course_id, hab_id, lastElectivePoolsCriteria, lastRequiredPoolsCriteria, pool_id, students_course, students_pooled, year_id |
Fields inherited from class org.apache.turbine.om.BaseObject |
errMsg, is_new, modified, NEW_ID, primaryKey |
Constructor Summary | |
PoolResults()
|
Method Summary | |
void |
addElectiveVote(org.apache.turbine.om.NumberKey discipline_id,
int choice)
|
void |
addRequiredVote(org.apache.turbine.om.NumberKey discipline_id)
|
java.util.Vector |
getElectivePoolResults()
|
Methods inherited from class br.usp.ime.xpusp.om.BasePoolResults |
addElectivePool, addRequiredPool, copy, getCourse, getCourseId, getElectivePools, getElectivePools, getElectivePoolsJoinDiscipline, getHabId, getPoolId, getPrimaryKey, getQueryKey, getRequiredPools, getRequiredPools, getRequiredPoolsJoinDiscipline, getStudentsCourse, getStudentsPooled, getYear, getYearId, initElectivePools, initRequiredPools, save, save, save, setCourse, setCourseId, setCourseId, setCourseKey, setHabId, setHabId, setPoolId, setPoolId, setPrimaryKey, setPrimaryKey, setQueryKey, setStudentsCourse, setStudentsPooled, setYear, setYearId, setYearId, setYearKey |
Methods inherited from class org.apache.turbine.om.BaseObject |
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait |
Methods inherited from interface org.apache.turbine.om.Persistent |
getPrimaryKey, isModified, isNew, save, setModified, setNew, setPrimaryKey, setPrimaryKey |
Constructor Detail |
public PoolResults()
Method Detail |
public void addElectiveVote(org.apache.turbine.om.NumberKey discipline_id, int choice) throws java.lang.Exception
public void addRequiredVote(org.apache.turbine.om.NumberKey discipline_id) throws java.lang.Exception
public java.util.Vector getElectivePoolResults() throws java.lang.Exception
|
XPUSP - Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |