Context Name |
Context Type |
Context Description |
poolyear |
Year |
The year that is currently beeing pooled. If there is no year beeing pooled, this will not be set |
student |
Student |
The student that is pooling specified by nrusp |
requireds |
Vector of CourseDisciplines |
The required disciplines for the course of the student ordered by semester |
electives |
Vector of CourseElectives |
The elective disciplines for the course of the student ordered by semester |
Fields inherited from class org.apache.turbine.modules.Screen |
filter, minFilter |
Methods inherited from class org.apache.turbine.modules.screens.VelocityScreen |
buildTemplate, doBuildTemplate, getContext |
Methods inherited from class org.apache.turbine.modules.screens.TemplateScreen |
doBuild, doPostBuildTemplate, doRedirect, doRedirect, setTemplate |
Methods inherited from class org.apache.turbine.modules.Screen |
, build, getLayout, htmlFilter, htmlMinFilter, prepareText, prepareTextMinimum, setLayout |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
StudentDisciplines
public StudentDisciplines()
doBuildTemplate
public void doBuildTemplate(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
- Overrides:
doBuildTemplate in class UnsecureScreen
getOrderedElectives
private java.util.Vector getOrderedElectives(Course course)
throws java.lang.Exception
getOrderedRequireds
private java.util.Vector getOrderedRequireds(Course course)
throws java.lang.Exception
|