All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tejas.SEMPendingServlet

java.lang.Object
   |
   +----javax.servlet.GenericServlet
           |
           +----javax.servlet.http.HttpServlet
                   |
                   +----tejas.SEMPendingServlet

public class SEMPendingServlet
extends HttpServlet
This servlet throws out a table of participants whose approval is pending and allows the SEM to reject/accept participants.

Author:
B.Aditya

Constructor Index

 o SEMPendingServlet()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)
doGet gets a list of pending participants and displays all details to the SEM and allows flo to approve/reject.
 o doPost(HttpServletRequest, HttpServletResponse)
doPost takes a set of accept/reject flags and updates the dbase correspondingly.

Constructors

 o SEMPendingServlet
 public SEMPendingServlet()

Methods

 o doGet
 public void doGet(HttpServletRequest req,
                   HttpServletResponse res) throws ServletException, IOException
doGet gets a list of pending participants and displays all details to the SEM and allows flo to approve/reject.

Parameters:
HttpServletRequest - req
HttpServletResponse - res
Overrides:
doGet in class HttpServlet
 o doPost
 public void doPost(HttpServletRequest req,
                    HttpServletResponse res) throws ServletException, IOException
doPost takes a set of accept/reject flags and updates the dbase correspondingly.

Parameters:
HttpServletRequest - req
HttpServletResponse - res
Overrides:
doPost in class HttpServlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index