@Controller @RequestMapping(value="/report") public class EmployeePositionReportController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENTTYPE_JSON |
| Constructor and Description |
|---|
EmployeePositionReportController() |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.Session |
getCurrentSession() |
void |
search(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.egov.eis.reports.entity.EmployeePositionSearch employeeSearch,
org.springframework.ui.Model model) |
String |
searchEmployeePositionForm(org.springframework.ui.Model model) |
public static final String CONTENTTYPE_JSON
public org.hibernate.Session getCurrentSession()
@RequestMapping(method=GET,
value="/employeePositionReport")
public String searchEmployeePositionForm(org.springframework.ui.Model model)
@RequestMapping(value="/empPositionList",
method=GET,
produces="application/json")
@ResponseBody
public void search(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.egov.eis.reports.entity.EmployeePositionSearch employeeSearch,
org.springframework.ui.Model model)
throws IOException
IOExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.