All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.SubEventManagerInterface

java.lang.Object
   |
   +----tejas.SubEventManagerInterface

public class SubEventManagerInterface
extends Object
Sub Event Manager Interface - generates the interface page for an event manager


Method Index

 o getAllDetails(PrintWriter, String, String, String)
getAllDetails is called the first time the event manager logs in.
 o showControls(PrintWriter, String, String, String)
showControls generates the controls page for an event manager
 o start(PrintWriter, String, String, String)
Takes a printwriter - and appropriately throws out a control page
 o start(PrintWriter, String, String, String, boolean)

Methods

 o start
 public void start(PrintWriter pw,
                   String userid,
                   String eventid,
                   String subeventid)
Takes a printwriter - and appropriately throws out a control page

Parameters:
pw - PrintWriter
userid - userid of the person logging in
eventid - Event Id
subeventid - Sub Event Id
 o start
 public void start(PrintWriter pw,
                   String userid,
                   String eventid,
                   String subeventid,
                   boolean ft)
 o showControls
 public void showControls(PrintWriter pw,
                          String userid,
                          String eventid,
                          String subeventid)
showControls generates the controls page for an event manager

Parameters:
pw - PrintWriter
userid - UserId of the Sub Event Manager
eventid - Event Id
subeventid - Sub Event Id
 o getAllDetails
 public void getAllDetails(PrintWriter pw,
                           String userid,
                           String eventid,
                           String subeventid)
getAllDetails is called the first time the event manager logs in. It shows a form asking for extra details and other stuff.

Parameters:
pw - Print Writer of calling servlet
userid - User Id of subevent manager
eventid - Event Id
subeventid - Subeventid

All Packages  Class Hierarchy  This Package  Previous  Next  Index