XPUSP - Home

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

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

public class StudentForm
extends UnsecureScreen

Student form (for choosing preferences)


Parameters
Parameter Name Parameter Type Parameter Description
courseid int The id of the course choosen by the student
habid int The habid of the course chosen 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
course Course The course choosen by the student. Set only if there is a poolyear and unitid
student Student The Student that has not been inserted on the database for some reason (set by Student action)

SourceForge LogoSource Forge Info
CVS File :StudentForm.java
User :krico
Version :1.5
Date :2002/05/10 00:31:50


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

StudentForm

public StudentForm()
Method Detail

doBuildTemplate

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

XPUSP - Home