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


Variable Index

 o conn
 o stmt

Constructor Index

 o SalaryQuery()

Method Index

 o 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
 o 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
 o 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
 o 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
 o 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

Variables

 o conn
 public Connection conn
 o stmt
 public Statement stmt

Constructors

 o SalaryQuery
 public SalaryQuery()

Methods

 o 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

 o 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

 o 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

 o 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

 o 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