All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CAS.SYSADD_FUNCTIONS.newsysadd

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

public class newsysadd
extends HttpServlet

Constructor Index

 o newsysadd()

Method Index

 o destroy()
 o doGet(HttpServletRequest, HttpServletResponse)
 o doPost(HttpServletRequest, HttpServletResponse)
 o init(ServletConfig)
this servlet creates the new sysadd ie takes the sysaddid and uuid from the user then checks if the uuid exists in the netaccess table , because if a uuid exists then there must exists a uuid entery in the netacces table there can be more than one entry in the netaccess table sysaddid is the primary key for table sysaddid

Constructors

 o newsysadd
 public newsysadd()

Methods

 o init
 public void init(ServletConfig config) throws ServletException
this servlet creates the new sysadd ie takes the sysaddid and uuid from the user then checks if the uuid exists in the netaccess table , because if a uuid exists then there must exists a uuid entery in the netacces table there can be more than one entry in the netaccess table sysaddid is the primary key for table sysaddid

Overrides:
init in class GenericServlet
 o doGet
 public void doGet(HttpServletRequest request,
                   HttpServletResponse response) throws IOException, ServletException
Overrides:
doGet in class HttpServlet
 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