@Controller @RequestMapping(value="/elastic/appSearch/") public class ApplicationSearchController extends Object
| Constructor and Description |
|---|
ApplicationSearchController(org.egov.wtms.service.es.ApplicationSearchService applicationSearchService) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
connectionTypes() |
List<org.egov.infra.elasticsearch.entity.es.ApplicationDocument> |
findAllAppicationIndexByFilter(org.egov.wtms.entity.es.ApplicationSearchRequest searchRequest) |
List<org.egov.infra.elasticsearch.entity.ApplicationIndex> |
findApplicationIndexModules() |
List<org.egov.infra.elasticsearch.entity.ApplicationIndex> |
getAppConfigs(String appModuleName) |
List<org.egov.infra.elasticsearch.entity.ApplicationIndex> |
getSourceList() |
String |
newSearchForm(org.springframework.ui.Model model) |
List<org.egov.wtms.entity.es.ApplicationSearchRequest> |
searchApplication(org.egov.wtms.entity.es.ApplicationSearchRequest searchRequest) |
org.egov.wtms.entity.es.ApplicationSearchRequest |
searchRequest() |
@Autowired public ApplicationSearchController(org.egov.wtms.service.es.ApplicationSearchService applicationSearchService)
@RequestMapping(value="/ajax-moduleTypepopulate",
method=GET,
produces="application/json")
@ResponseBody
public List<org.egov.infra.elasticsearch.entity.ApplicationIndex> getAppConfigs(@ModelAttribute(value="appConfig") @RequestParam
String appModuleName)
@ModelAttribute(value="applicationstatusList") public Map<String,String> connectionTypes()
@ModelAttribute(value="sourceList") public List<org.egov.infra.elasticsearch.entity.ApplicationIndex> getSourceList()
@ModelAttribute public org.egov.wtms.entity.es.ApplicationSearchRequest searchRequest()
@RequestMapping(method=GET) public String newSearchForm(org.springframework.ui.Model model)
@ModelAttribute(value="modulesList") public List<org.egov.infra.elasticsearch.entity.ApplicationIndex> findApplicationIndexModules()
@RequestMapping(method=POST) @ResponseBody public List<org.egov.wtms.entity.es.ApplicationSearchRequest> searchApplication(@ModelAttribute org.egov.wtms.entity.es.ApplicationSearchRequest searchRequest)
public List<org.egov.infra.elasticsearch.entity.es.ApplicationDocument> findAllAppicationIndexByFilter(org.egov.wtms.entity.es.ApplicationSearchRequest searchRequest)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.