@Controller public class EmployeeAssignmentReportPDFController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EMPLOYEEASSIGNMENTPDF |
| Constructor and Description |
|---|
EmployeeAssignmentReportPDFController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<byte[]> |
generateEmployeeAssignmentsPDF(javax.servlet.http.HttpServletRequest request,
String code,
String name,
Long departmentId,
Long designationId,
Long positionId,
String contentType,
Date date,
javax.servlet.http.HttpSession session,
org.springframework.ui.Model model) |
public static final String EMPLOYEEASSIGNMENTPDF
public EmployeeAssignmentReportPDFController()
@RequestMapping(value="/reports/employeeassignments/pdf",
method=GET)
@ResponseBody
public org.springframework.http.ResponseEntity<byte[]> generateEmployeeAssignmentsPDF(javax.servlet.http.HttpServletRequest request,
@RequestParam(value="code")
String code,
@RequestParam(value="name")
String name,
@RequestParam(value="departmentId")
Long departmentId,
@RequestParam(value="designationId")
Long designationId,
@RequestParam(value="positionId")
Long positionId,
@RequestParam(value="contentType")
String contentType,
@RequestParam(value="date")
Date date,
javax.servlet.http.HttpSession session,
org.springframework.ui.Model model)
throws com.lowagie.text.DocumentException
com.lowagie.text.DocumentExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.