@Controller @RequestMapping(value="/employee") public class SearchEmployeeController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENTTYPE_JSON |
| Constructor and Description |
|---|
SearchEmployeeController() |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.Session |
getCurrentSession() |
String |
searchForm(String mode,
org.springframework.ui.Model model) |
void |
springPaginationDataTables(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.egov.eis.entity.EmployeeSearchDTO employee) |
public static final String CONTENTTYPE_JSON
public org.hibernate.Session getCurrentSession()
@RequestMapping(value="search/{mode}",
method=GET)
public String searchForm(@PathVariable(value="mode")
String mode,
org.springframework.ui.Model model)
@RequestMapping(value="search/ajaxemployees",
method=GET)
@ResponseBody
public void springPaginationDataTables(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.egov.eis.entity.EmployeeSearchDTO employee)
throws IOException
IOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.