Class SalaryQuery
java.lang.Object
|
+----SalaryQuery
- public class SalaryQuery
- extends Object
if formno 61-65
mainquery will call this fns Forward with
HttpServletRequest,HttpServletResponse,Connection
-
conn
-
-
stmt
-
-
SalaryQuery()
-
-
perm_ded(HttpServletRequest, HttpServletResponse, Connection)
- this method takes the request & processes the request for
the particular emp_code Output is sent to Client.It
sends all the data in permanent deduction
-
perm_earn(HttpServletRequest, HttpServletResponse, Connection)
- this method takes the request & processes the request for
the particular emp_code .Output is sent to Client.It
sends all the data in permanent earnings
-
sal_bil(HttpServletRequest, HttpServletResponse, Connection)
- this method takes the request & processes the request for
the particular emp_code .Output is sent to Client.It
sends all the data in Salary bill by giving the net salary
-
temp_ded(HttpServletRequest, HttpServletResponse, Connection)
- this method takes the request & processes the request for
the particular emp_code .Output is sent to Client.It
sends all the data in temporary deduction
-
temp_earn(HttpServletRequest, HttpServletResponse, Connection)
- this method takes the request & processes the request for
the particular emp_code .Output is sent to Client.It
sends all the data in Temporary earning
conn
public Connection conn
stmt
public Statement stmt
SalaryQuery
public SalaryQuery()
perm_ded
public void perm_ded(HttpServletRequest req,
HttpServletResponse res,
Connection conn) throws ServletException, IOException
- this method takes the request & processes the request for
the particular emp_code Output is sent to Client.It
sends all the data in permanent deduction
perm_earn
public void perm_earn(HttpServletRequest req,
HttpServletResponse res,
Connection conn) throws ServletException, IOException
- this method takes the request & processes the request for
the particular emp_code .Output is sent to Client.It
sends all the data in permanent earnings
temp_ded
public void temp_ded(HttpServletRequest req,
HttpServletResponse res,
Connection conn) throws ServletException, IOException
- this method takes the request & processes the request for
the particular emp_code .Output is sent to Client.It
sends all the data in temporary deduction
temp_earn
public void temp_earn(HttpServletRequest req,
HttpServletResponse res,
Connection conn) throws ServletException, IOException
- this method takes the request & processes the request for
the particular emp_code .Output is sent to Client.It
sends all the data in Temporary earning
sal_bil
public void sal_bil(HttpServletRequest req,
HttpServletResponse res,
Connection conn) throws ServletException, IOException
- this method takes the request & processes the request for
the particular emp_code .Output is sent to Client.It
sends all the data in Salary bill by giving the net salary