All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.EventManagerInterface

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

public class EventManagerInterface
extends Object
Event Manager Interface - generates the interface page for an event manager takes a pwrint writer from the calling class.(LoginServlet)


Method Index

 o getAllDetails(PrintWriter, String, String)
getAllDetails is called the first time the event manager logs in.
 o showControls(PrintWriter, 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

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 - The event id of the event
subeventid - The subeventid - should be null
 o showControls
 public void showControls(PrintWriter pw,
                          String userid,
                          String eventid)
showControls generates the controls page for an event manager

Parameters:
pw - PrintWriter
userid - UserId of the Event Manager
eventid - Event Id of the Event Manager
 o getAllDetails
 public void getAllDetails(PrintWriter pw,
                           String userid,
                           String eventid)
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 event manager
eventid - Event Id of the event manager

All Packages  Class Hierarchy  This Package  Previous  Next  Index