Class AsIndexPropertyDataProvider
java.lang.Object
de.hybris.platform.adaptivesearchbackoffice.common.impl.AsIndexPropertyDataProvider
- All Implemented Interfaces:
DataProvider<AsIndexPropertyData,String>
public class AsIndexPropertyDataProvider
extends Object
implements DataProvider<AsIndexPropertyData,String>
Implementation of
DataProvider for index properties.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the data.getLabel(AsIndexPropertyData data, Map<String, Object> parameters) Returns the label for a data object.getValue(AsIndexPropertyData data, Map<String, Object> parameters) Returns the value for a data object.protected StringresolveIndexType(Map<String, Object> parameters) voidsetAsSearchProviderFactory(AsSearchProviderFactory asSearchProviderFactory)
-
Field Details
-
INDEX_TYPE
- See Also:
-
-
Constructor Details
-
AsIndexPropertyDataProvider
public AsIndexPropertyDataProvider()
-
-
Method Details
-
getData
Description copied from interface:DataProviderReturns the data.- Specified by:
getDatain interfaceDataProvider<AsIndexPropertyData,String> - Parameters:
parameters- - the parameters- Returns:
- the data
-
getValue
Description copied from interface:DataProviderReturns the value for a data object.- Specified by:
getValuein interfaceDataProvider<AsIndexPropertyData,String> - Parameters:
data- - the data objectparameters- - the parameters- Returns:
- the value object
-
getLabel
Description copied from interface:DataProviderReturns the label for a data object.- Specified by:
getLabelin interfaceDataProvider<AsIndexPropertyData,String> - Parameters:
data- - the data objectparameters- - the parameters- Returns:
- the label
-
resolveIndexType
-
getAsSearchProviderFactory
-
setAsSearchProviderFactory
-