@Controller @RequestMapping(value="/application") public class MeterDemandNoticeController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
METERDEMAND_NOTICE |
| Constructor and Description |
|---|
MeterDemandNoticeController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<byte[]> |
generateEstimationNotice(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpSession session) |
BigDecimal |
getTotalDue(org.egov.wtms.application.entity.WaterConnectionDetails waterConnectionDetails,
Date givenDate) |
org.springframework.http.ResponseEntity<byte[]> |
viewEstimationNotice(String applicationNumber,
javax.servlet.http.HttpSession session) |
public static final String METERDEMAND_NOTICE
@RequestMapping(value="/meterdemandnotice",
method=GET)
@ResponseBody
public org.springframework.http.ResponseEntity<byte[]> generateEstimationNotice(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpSession session)
public BigDecimal getTotalDue(org.egov.wtms.application.entity.WaterConnectionDetails waterConnectionDetails, Date givenDate)
@RequestMapping(value="/meterdemandnotice/view/{applicationNumber}",
method=GET)
@ResponseBody
public org.springframework.http.ResponseEntity<byte[]> viewEstimationNotice(@PathVariable
String applicationNumber,
javax.servlet.http.HttpSession session)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.