@Controller @RequestMapping(value="/report/generateBill/search") public class GenerateConnectionBillController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.infra.filestore.service.FileStoreService |
fileStoreService |
| Constructor and Description |
|---|
GenerateConnectionBillController() |
| Modifier and Type | Method and Description |
|---|---|
List<org.egov.wtms.masters.entity.ApplicationType> |
applicationTypes() |
Map<String,String> |
connectionTypes() |
void |
getBillBySearchParameter(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String consumerCode) |
String |
mergeAndDownload(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
List<org.egov.wtms.masters.entity.PropertyType> |
propertyTypes() |
org.egov.wtms.application.entity.GenerateConnectionBill |
reportModel() |
List<org.egov.infra.admin.master.entity.Boundary> |
revenueWardList() |
String |
search(org.springframework.ui.Model model) |
void |
searchResult(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
String |
zipAndDownload(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
List<org.egov.infra.admin.master.entity.Boundary> |
zones() |
@Autowired @Qualifier(value="fileStoreService") protected org.egov.infra.filestore.service.FileStoreService fileStoreService
@RequestMapping(method=GET) public String search(org.springframework.ui.Model model)
@ModelAttribute public org.egov.wtms.application.entity.GenerateConnectionBill reportModel()
@ModelAttribute(value="zones") public List<org.egov.infra.admin.master.entity.Boundary> zones()
@ModelAttribute(value="revenueWards") public List<org.egov.infra.admin.master.entity.Boundary> revenueWardList()
@ModelAttribute(value="connectionTypes") public Map<String,String> connectionTypes()
@ModelAttribute(value="propertyTypes") public List<org.egov.wtms.masters.entity.PropertyType> propertyTypes()
@ModelAttribute(value="applicationTypes") public List<org.egov.wtms.masters.entity.ApplicationType> applicationTypes()
@RequestMapping(value="/result",
method=GET,
produces="application/json")
@ResponseBody
public void searchResult(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
ParseException
IOExceptionParseException@RequestMapping(value="/result/{consumerCode}",
method=GET)
public void getBillBySearchParameter(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
@PathVariable
String consumerCode)
@RequestMapping(value="/mergeAndDownload",
method=GET)
public String mergeAndDownload(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
ParseException,
javax.validation.ValidationException
IOExceptionParseExceptionjavax.validation.ValidationException@RequestMapping(value="/zipAndDownload",
method=GET)
public String zipAndDownload(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
ParseException,
javax.validation.ValidationException
IOExceptionParseExceptionjavax.validation.ValidationExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.