@Controller @RequestMapping(value="/demandnotice") public class DemandNoticeController extends Object
| Constructor and Description |
|---|
DemandNoticeController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<byte[]> |
generateDemandNotice(Long licenseId) |
String |
getPenaltyRateDetails(List<org.egov.tl.entity.PenaltyRates> penaltyRates,
org.egov.commons.Installment currentInstallment) |
String |
mergeAndDownload(org.egov.tl.entity.dto.DemandnoticeForm searchRequest,
javax.servlet.http.HttpServletResponse response) |
@RequestMapping(value="/report",
method=GET)
@ResponseBody
public org.springframework.http.ResponseEntity<byte[]> generateDemandNotice(@RequestParam
Long licenseId)
public String getPenaltyRateDetails(List<org.egov.tl.entity.PenaltyRates> penaltyRates, org.egov.commons.Installment currentInstallment)
@RequestMapping(value="/generate",
method=GET)
@ResponseBody
public String mergeAndDownload(@ModelAttribute
org.egov.tl.entity.dto.DemandnoticeForm searchRequest,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.