XPUSP - Home

br.usp.ime.xpusp.om
Class PoolResults

java.lang.Object
  |
  +--org.apache.turbine.om.BaseObject
        |
        +--br.usp.ime.xpusp.om.BasePoolResults
              |
              +--br.usp.ime.xpusp.om.PoolResults
All Implemented Interfaces:
org.apache.turbine.om.Persistent, org.apache.turbine.om.Retrievable, java.io.Serializable

public class PoolResults
extends BasePoolResults
implements org.apache.turbine.om.Persistent

SourceForge LogoSource Forge Info
CVS File :PoolResults.java
User :krico
Version :1.3
Date :2002/03/05 08:29:38

See Also:
Serialized Form

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
, equals, equals, getByName, getByPeerName, getByPosition, getPrimaryKeyAsBigDecimal, getPrimaryKeyAsInt, getPrimaryKeyAsLong, getPrimaryKeyAsString, hashCode, isModified, isNew, resetModified, setModified, setNew, setPrimaryKey, setPrimaryKey, setPrimaryKey
 
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

PoolResults

public PoolResults()
Method Detail

addElectiveVote

public void addElectiveVote(org.apache.turbine.om.NumberKey discipline_id,
                            int choice)
                     throws java.lang.Exception

addRequiredVote

public void addRequiredVote(org.apache.turbine.om.NumberKey discipline_id)
                     throws java.lang.Exception

getElectivePoolResults

public java.util.Vector getElectivePoolResults()
                                        throws java.lang.Exception
Returns:
a vector of ElectivePoolResults (on for each Discipline present as elective)

XPUSP - Home