All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CAS.SYSADD_FUNCTIONS.group_add

java.lang.Object
   |
   +----javax.servlet.GenericServlet
           |
           +----javax.servlet.http.HttpServlet
                   |
                   +----CAS.SYSADD_FUNCTIONS.group_add

public class group_add
extends HttpServlet
This servlet enables the root sys-ad to create a group of users in the database; A new table for the table is ceated with the number of attributes specifid by the super-user


Constructor Index

 o group_add()

Method Index

 o destroy()
 o doGet(HttpServletRequest, HttpServletResponse)
 o doPost(HttpServletRequest, HttpServletResponse)
 o init(ServletConfig)
 o newform(PrintWriter, String, String, String)
Method newform to generate a form for enterring the fields of the new table
 o printOptions(PrintWriter)
Method printOptions to help the above method

Constructors

 o group_add
 public group_add()

Methods

 o init
 public void init(ServletConfig config) throws ServletException
Overrides:
init in class GenericServlet
 o doGet
 public void doGet(HttpServletRequest request,
                   HttpServletResponse response) throws IOException, ServletException
Overrides:
doGet in class HttpServlet
 o newform
 public void newform(PrintWriter out,
                     String count,
                     String gid,
                     String group_info)
Method newform to generate a form for enterring the fields of the new table

 o printOptions
 public void printOptions(PrintWriter out)
Method printOptions to help the above method

 o doPost
 public void doPost(HttpServletRequest request,
                    HttpServletResponse response) throws IOException, ServletException
Overrides:
doPost in class HttpServlet
 o destroy
 public void destroy()
Overrides:
destroy in class GenericServlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index