All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----tejas.EventManagerInterface
getAllDetails is called the first time the event manager logs in.
-
showControls(PrintWriter, String, String)
-
showControls generates the controls page for an event manager
-
start(PrintWriter, String, String, String)
- Takes a printwriter - and appropriately throws out a control page
public void start(PrintWriter pw,
String userid,
String eventid,
String subeventid)
public void showControls(PrintWriter pw,
String userid,
String eventid)
showControls generates the controls page for an event manager
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