@Controller @RequestMapping(value="/application") public class EstimationNoticeController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ESTIMATION_NOTICE |
| Constructor and Description |
|---|
EstimationNoticeController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<byte[]> |
generateEstimationNotice(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpSession session) |
String |
getTotalAmntInWords(Double totalCharges) |
org.springframework.http.ResponseEntity<byte[]> |
viewEstimationNotice(String applicationNumber,
javax.servlet.http.HttpSession session) |
public static final String ESTIMATION_NOTICE
@RequestMapping(value="/estimationNotice",
method=GET)
@ResponseBody
public org.springframework.http.ResponseEntity<byte[]> generateEstimationNotice(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpSession session)
@RequestMapping(value="/estimationNotice/view/{applicationNumber}",
method=GET)
@ResponseBody
public org.springframework.http.ResponseEntity<byte[]> viewEstimationNotice(@PathVariable
String applicationNumber,
javax.servlet.http.HttpSession session)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.