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