All Packages Class Hierarchy This Package Previous Next Index
Class CAS.SYSADD_FUNCTIONS.addaccount
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----CAS.SYSADD_FUNCTIONS.addaccount
- public class addaccount
- extends HttpServlet
-
addaccount()
-
-
destroy()
-
-
doGet(HttpServletRequest, HttpServletResponse)
-
-
doPost(HttpServletRequest, HttpServletResponse)
-
-
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
addaccount
public addaccount()
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
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response) throws IOException, ServletException
- Overrides:
- doGet in class HttpServlet
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