@Controller @RequestMapping(value="/reports/dailySTCollectionReport/search/") public class DailySTCollectionReportController extends Object
| Modifier and Type | Field and Description |
|---|---|
org.egov.infra.admin.master.service.AppConfigValueService |
appConfigValueService |
org.egov.eis.service.AssignmentService |
assignmentService |
org.egov.commons.dao.EgwStatusHibernateDAO |
egwStatusHibernateDAO |
| Constructor and Description |
|---|
DailySTCollectionReportController() |
| Modifier and Type | Method and Description |
|---|---|
Set<org.egov.infra.admin.master.entity.User> |
loadCollectionOperators() |
Map<String,String> |
loadInstrumentTypes() |
List<org.egov.commons.EgwStatus> |
loadStatus() |
void |
reportModel(org.springframework.ui.Model model) |
String |
search(org.springframework.ui.Model model) |
List<org.egov.stms.elasticSearch.entity.SewerageDailyCollectionReport> |
searchCollection(org.egov.stms.elasticSearch.entity.DailySTCollectionReportSearch searchRequest) |
List<org.egov.infra.admin.master.entity.Boundary> |
wardBoundaries() |
@Autowired public org.egov.commons.dao.EgwStatusHibernateDAO egwStatusHibernateDAO
@Autowired public org.egov.eis.service.AssignmentService assignmentService
@Autowired public org.egov.infra.admin.master.service.AppConfigValueService appConfigValueService
@ModelAttribute public void reportModel(org.springframework.ui.Model model)
@ModelAttribute(value="collectionMode") public Map<String,String> loadInstrumentTypes()
@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 search(org.springframework.ui.Model model)
@RequestMapping(method=POST) @ResponseBody public List<org.egov.stms.elasticSearch.entity.SewerageDailyCollectionReport> searchCollection(@ModelAttribute org.egov.stms.elasticSearch.entity.DailySTCollectionReportSearch searchRequest)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.