@Controller @RequestMapping(value="/report/dailyWTCollectionReport/search/") public class DailyWTCollectionReportController 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 |
|---|
DailyWTCollectionReportController() |
| 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.collection.entity.es.CollectionDocument> |
searchCollection(org.egov.wtms.application.entity.DailyWTCollectionReportSearch 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.collection.entity.es.CollectionDocument> searchCollection(@ModelAttribute org.egov.wtms.application.entity.DailyWTCollectionReportSearch searchRequest)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.