@Controller @RequestMapping(value="/report/dailyCollection") public class DailyCollectionReportController extends Object
| Constructor and Description |
|---|
DailyCollectionReportController() |
| Modifier and Type | Method and Description |
|---|---|
void |
getReportModel(org.springframework.ui.Model model) |
Set<org.egov.infra.admin.master.entity.User> |
loadCollectionOperators() |
List<org.egov.commons.EgwStatus> |
loadStatus() |
String |
seachForm(org.springframework.ui.Model model) |
List<org.egov.collection.entity.es.CollectionDocument> |
searchCollection(org.egov.ptis.domain.entity.property.DailyCollectionReportSearch searchRequest) |
List<org.egov.infra.admin.master.entity.Boundary> |
wardBoundaries() |
@ModelAttribute public void getReportModel(org.springframework.ui.Model model)
@ModelAttribute(value="operators") public Set<org.egov.infra.admin.master.entity.User> loadCollectionOperators()
@ModelAttribute(value="status") public List<org.egov.commons.EgwStatus> loadStatus()
@ModelAttribute(value="wards") public List<org.egov.infra.admin.master.entity.Boundary> wardBoundaries()
@RequestMapping(method=GET) public String seachForm(org.springframework.ui.Model model)
@RequestMapping(method=POST) @ResponseBody public List<org.egov.collection.entity.es.CollectionDocument> searchCollection(@ModelAttribute org.egov.ptis.domain.entity.property.DailyCollectionReportSearch searchRequest)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.