Class DefaultRestQueryService
java.lang.Object
de.hybris.platform.personalizationwebservices.queries.impl.DefaultRestQueryService
- All Implemented Interfaces:
RestQueryService
Default implementation of
RestQueryService.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteQuery(String name, Map<String, String> params) Executes query with given name (if exists) and provided parameters.voidsetQueries(Map<String, RestQueryExecutor> queries)
-
Constructor Details
-
DefaultRestQueryService
public DefaultRestQueryService()
-
-
Method Details
-
setQueries
-
executeQuery
Description copied from interface:RestQueryServiceExecutes query with given name (if exists) and provided parameters.- Specified by:
executeQueryin interfaceRestQueryService- Parameters:
name- query identifierparams- query parameters- Returns:
- result of query execution
-