Class SearchProfileController
java.lang.Object
de.hybris.platform.adaptivesearchwebservices.controllers.SearchProfileController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SearchProfileListWsDTOcreateListDTO(SearchPageData<AsSearchProfileData> searchProfiles) getSearchProfiles(Map<String, String> requestParams) Endpoint to retrieve search profiles
-
Constructor Details
-
SearchProfileController
public SearchProfileController()
-
-
Method Details
-
getSearchProfiles
@RequestMapping(value="/searchprofiles", method=GET) @ResponseBody public SearchProfileListWsDTO getSearchProfiles(@RequestParam(required=false) Map<String, String> requestParams) Endpoint to retrieve search profiles- Parameters:
requestParams- - comma separated index types- Returns:
- search profiles
-
createListDTO
-