XPUSP - Home

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

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.StudentChooseCourse

public class StudentChooseCourse
extends UnsecureScreen

Student course selection screen


Parameters
Parameter Name Parameter Type Parameter Description
unitid int The id of the unit choosen by the student
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
unit Unit The unit specified by unitid. Only if poolyear is present
courses Vector Courses Listing of all (jupiter) courses for the unit choosen by the student. Set only if there is a poolyear and unitid

SourceForge LogoSource Forge Info
CVS File :StudentChooseCourse.java
User :krico
Version :1.4
Date :2002/05/07 20:28:11


Fields inherited from class org.apache.turbine.modules.Screen
filter, minFilter
 
Constructor Summary
StudentChooseCourse()
           
 
Method Summary
 void doBuildTemplate(org.apache.turbine.util.RunData data, org.apache.velocity.context.Context context)
           
 java.util.Vector getCourses(Unit unit)
           
 
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

StudentChooseCourse

public StudentChooseCourse()
Method Detail

doBuildTemplate

public void doBuildTemplate(org.apache.turbine.util.RunData data,
                            org.apache.velocity.context.Context context)
Overrides:
doBuildTemplate in class UnsecureScreen

getCourses

public java.util.Vector getCourses(Unit unit)
                            throws java.lang.Exception

XPUSP - Home