@Controller @RequestMapping(value="/reports") public class SewerageNoticeController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.infra.filestore.service.FileStoreService |
fileStoreService |
| Constructor and Description |
|---|
SewerageNoticeController() |
| Modifier and Type | Method and Description |
|---|---|
int |
getSerachResultCount(org.egov.stms.elasticSearch.entity.SewerageNoticeSearchRequest searchRequest) |
void |
getSewerageNoticeType(String noticeNo,
String noticeTypeInput) |
String |
mergeAndDownload(org.egov.stms.elasticSearch.entity.SewerageNoticeSearchRequest searchRequest,
javax.servlet.http.HttpServletResponse response) |
String |
newSearchNoticeForm(org.springframework.ui.Model model) |
List<org.egov.stms.elasticSearch.entity.SewerageSearchResult> |
searchApplication(org.egov.stms.elasticSearch.entity.SewerageNoticeSearchRequest searchRequest) |
String |
showNotice(String noticeNo,
String noticeTypeInput,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletResponse response) |
String |
zipAndDownload(org.egov.stms.elasticSearch.entity.SewerageNoticeSearchRequest searchRequest,
javax.servlet.http.HttpServletResponse response) |
@Autowired @Qualifier(value="fileStoreService") protected org.egov.infra.filestore.service.FileStoreService fileStoreService
@RequestMapping(value="/search-notice",
method=GET)
public String newSearchNoticeForm(org.springframework.ui.Model model)
@RequestMapping(value="/searchResult",
method=POST)
@ResponseBody
public List<org.egov.stms.elasticSearch.entity.SewerageSearchResult> searchApplication(@ModelAttribute
org.egov.stms.elasticSearch.entity.SewerageNoticeSearchRequest searchRequest)
@RequestMapping(value="/search-NoticeResultSize",
method=GET)
@ResponseBody
public int getSerachResultCount(@ModelAttribute
org.egov.stms.elasticSearch.entity.SewerageNoticeSearchRequest searchRequest)
@RequestMapping(value="/searchNotices-mergeAndDownload",
method=GET)
public String mergeAndDownload(@ModelAttribute
org.egov.stms.elasticSearch.entity.SewerageNoticeSearchRequest searchRequest,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exception@RequestMapping(value="/searchNotices-seweragezipAndDownload") public String zipAndDownload(@ModelAttribute org.egov.stms.elasticSearch.entity.SewerageNoticeSearchRequest searchRequest, javax.servlet.http.HttpServletResponse response) throws org.egov.infra.validation.exception.ValidationException
org.egov.infra.validation.exception.ValidationException@RequestMapping(value="/searchNotices-showSewerageNotice/{noticeNo}/{noticeType}",
method=GET)
public String showNotice(@PathVariable(value="noticeNo")
String noticeNo,
@PathVariable(value="noticeType")
String noticeTypeInput,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.