@Controller public class SearchTradeController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.tl.service.LicenseCategoryService |
licenseCategoryService |
| Constructor and Description |
|---|
SearchTradeController() |
| Modifier and Type | Method and Description |
|---|---|
String |
search(org.egov.tl.entity.dto.SearchForm searchForm) |
List<String> |
searchautocomplete(String searchParamValue,
String searchParamType) |
org.egov.tl.entity.dto.SearchForm |
searchForm() |
String |
searchForm(org.springframework.ui.Model model) |
String |
searchFormforNotice(org.springframework.ui.Model model) |
String |
searchResult(org.egov.tl.entity.dto.DemandnoticeForm demandnoticeForm) |
@Autowired protected org.egov.tl.service.LicenseCategoryService licenseCategoryService
@ModelAttribute(value="searchForm") public org.egov.tl.entity.dto.SearchForm searchForm()
@RequestMapping(value="/search/searchtrade-form",
method=GET)
public String searchForm(org.springframework.ui.Model model)
@RequestMapping(value="/search/searchtrade-search",
method=GET,
produces="text/plain")
@ResponseBody
public String search(@ModelAttribute
org.egov.tl.entity.dto.SearchForm searchForm)
throws IOException
IOException@RequestMapping(value="/search/tradeLicense",
method=GET,
produces="application/json")
@ResponseBody
public List<String> searchautocomplete(@RequestParam
String searchParamValue,
@RequestParam
String searchParamType)
@RequestMapping(value="/search/demandnotice",
method=GET)
public String searchFormforNotice(org.springframework.ui.Model model)
@RequestMapping(value="/search/demandnotice-result",
method=GET,
produces="text/plain")
@ResponseBody
public String searchResult(@ModelAttribute
org.egov.tl.entity.dto.DemandnoticeForm demandnoticeForm)
throws IOException
IOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.