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
-
group_add()
-
-
destroy()
-
-
doGet(HttpServletRequest, HttpServletResponse)
-
-
doPost(HttpServletRequest, HttpServletResponse)
-
-
init(ServletConfig)
-
-
newform(PrintWriter, String, String, String)
- Method newform to generate a form for enterring the fields of
the new table
-
printOptions(PrintWriter)
- Method printOptions to help the above method
group_add
public group_add()
init
public void init(ServletConfig config) throws ServletException
- Overrides:
- init in class GenericServlet
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response) throws IOException, ServletException
- Overrides:
- doGet in class HttpServlet
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
printOptions
public void printOptions(PrintWriter out)
- Method printOptions to help the above method
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response) throws IOException, ServletException
- Overrides:
- doPost in class HttpServlet
destroy
public void destroy()
- Overrides:
- destroy in class GenericServlet
All Packages Class Hierarchy This Package Previous Next Index