Class AsGroupExpressionDataProvider
- java.lang.Object
-
- de.hybris.platform.adaptivesearchbackoffice.common.impl.AbstractAsDataProvider<AsExpressionData,java.lang.String>
-
- de.hybris.platform.adaptivesearchbackoffice.common.impl.AsGroupExpressionDataProvider
-
- All Implemented Interfaces:
DataProvider<AsExpressionData,java.lang.String>
public class AsGroupExpressionDataProvider extends AbstractAsDataProvider<AsExpressionData,java.lang.String>
Implementation ofDataProviderfor group expressions.
-
-
Constructor Summary
Constructors Constructor Description AsGroupExpressionDataProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsSearchProviderFactorygetAsSearchProviderFactory()java.util.List<AsExpressionData>getData(java.util.Map<java.lang.String,java.lang.Object> parameters)Returns the data.java.lang.StringgetLabel(AsExpressionData data, java.util.Map<java.lang.String,java.lang.Object> parameters)Returns the label for a data object.java.lang.StringgetValue(AsExpressionData data, java.util.Map<java.lang.String,java.lang.Object> parameters)Returns the value for a data object.protected AbstractAsConfigurableSearchConfigurationModelresolveSearchConfiguration(java.util.Map<java.lang.String,java.lang.Object> parameters)voidsetAsSearchProviderFactory(AsSearchProviderFactory asSearchProviderFactory)-
Methods inherited from class de.hybris.platform.adaptivesearchbackoffice.common.impl.AbstractAsDataProvider
getModelService, resolveSearchProfile, setModelService
-
-
-
-
Method Detail
-
getData
public java.util.List<AsExpressionData> getData(java.util.Map<java.lang.String,java.lang.Object> parameters)
Description copied from interface:DataProviderReturns the data.- Parameters:
parameters- - the parameters- Returns:
- the data
-
getValue
public java.lang.String getValue(AsExpressionData data, java.util.Map<java.lang.String,java.lang.Object> parameters)
Description copied from interface:DataProviderReturns the value for a data object.- Parameters:
data- - the data objectparameters- - the parameters- Returns:
- the value object
-
getLabel
public java.lang.String getLabel(AsExpressionData data, java.util.Map<java.lang.String,java.lang.Object> parameters)
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(java.util.Map<java.lang.String,java.lang.Object> parameters)
-
getAsSearchProviderFactory
public AsSearchProviderFactory getAsSearchProviderFactory()
-
setAsSearchProviderFactory
public void setAsSearchProviderFactory(AsSearchProviderFactory asSearchProviderFactory)
-
-