Class AsGroupExpressionDataProvider
java.lang.Object
de.hybris.platform.adaptivesearchbackoffice.common.impl.AbstractAsDataProvider<AsExpressionData,String>
de.hybris.platform.adaptivesearchbackoffice.common.impl.AsGroupExpressionDataProvider
- All Implemented Interfaces:
DataProvider<AsExpressionData,String>
Implementation of
DataProvider for group expressions.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the data.getLabel(AsExpressionData data, Map<String, Object> parameters) Returns the label for a data object.getValue(AsExpressionData data, Map<String, Object> parameters) Returns the value for a data object.resolveSearchConfiguration(Map<String, Object> parameters) voidsetAsSearchProviderFactory(AsSearchProviderFactory asSearchProviderFactory) Methods inherited from class de.hybris.platform.adaptivesearchbackoffice.common.impl.AbstractAsDataProvider
getModelService, resolveSearchProfile, setModelService
-
Constructor Details
-
AsGroupExpressionDataProvider
public AsGroupExpressionDataProvider()
-
-
Method Details
-
getData
Description copied from interface:DataProviderReturns the data.- Parameters:
parameters- - the parameters- Returns:
- the data
-
getValue
Description copied from interface:DataProviderReturns the value for a data object.- Parameters:
data- - the data objectparameters- - the parameters- Returns:
- the value object
-
getLabel
Description copied from interface:DataProviderReturns the label for a data object.- Parameters:
data- - the data objectparameters- - the parameters- Returns:
- the label
-
resolveSearchConfiguration
protected AbstractAsConfigurableSearchConfigurationModel resolveSearchConfiguration(Map<String, Object> parameters) -
getAsSearchProviderFactory
-
setAsSearchProviderFactory
-