XPUSP - Home

br.usp.ime.xpusp.modules.screens
Class StudentDisciplines

java.lang.Object
  |
  +--org.apache.turbine.modules.Assembler
        |
        +--org.apache.turbine.modules.Screen
              |
              +--org.apache.turbine.modules.screens.TemplateScreen
                    |
                    +--org.apache.turbine.modules.screens.VelocityScreen
                          |
                          +--br.usp.ime.xpusp.modules.screens.UnsecureScreen
                                |
                                +--br.usp.ime.xpusp.modules.screens.StudentDisciplines

public class StudentDisciplines
extends UnsecureScreen

Student form (for choosing preferences)


Parameters
Parameter Name Parameter Type Parameter Description
nrusp int The nrusp of the the student that is pooling
Context
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

SourceForge LogoSource Forge Info
CVS File :StudentDisciplines.java
User :krico
Version :1.6
Date :2002/05/10 16:37:34


Fields inherited from class org.apache.turbine.modules.Screen
filter, minFilter
 
Constructor Summary
StudentDisciplines()
           
 
Method Summary
 void doBuildTemplate(org.apache.turbine.util.RunData data, org.apache.velocity.context.Context context)
           
private  java.util.Vector getOrderedElectives(Course course)
           
private  java.util.Vector getOrderedRequireds(Course course)
           
 
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
 

Constructor Detail

StudentDisciplines

public StudentDisciplines()
Method Detail

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

XPUSP - Home