Class AsBoostTypeDataProvider
java.lang.Object
de.hybris.platform.adaptivesearchbackoffice.common.impl.AbstractAsDataProvider<AsBoostType,AsBoostType>
de.hybris.platform.adaptivesearchbackoffice.common.impl.AsBoostTypeDataProvider
- All Implemented Interfaces:
DataProvider<AsBoostType,AsBoostType>
Implementation of
DataProvider for facet type operator.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the data.getLabel(AsBoostType data, Map<String, Object> parameters) Returns the label for a data object.com.hybris.cockpitng.labels.LabelServicegetValue(AsBoostType data, Map<String, Object> parameters) Returns the value for a data object.protected AsBoostRuleModelresolveBoostRule(Map<String, Object> parameters) voidsetAsSearchProviderFactory(AsSearchProviderFactory asSearchProviderFactory) voidsetLabelService(com.hybris.cockpitng.labels.LabelService labelService) Methods inherited from class de.hybris.platform.adaptivesearchbackoffice.common.impl.AbstractAsDataProvider
getModelService, resolveSearchProfile, setModelService
-
Field Details
-
INDEX_TYPE_PARAM
- See Also:
-
-
Constructor Details
-
AsBoostTypeDataProvider
public AsBoostTypeDataProvider()
-
-
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
-
resolveBoostRule
-
getLabelService
public com.hybris.cockpitng.labels.LabelService getLabelService() -
setLabelService
public void setLabelService(com.hybris.cockpitng.labels.LabelService labelService) -
getAsSearchProviderFactory
-
setAsSearchProviderFactory
-