Class AsIndexTypeDataProvider
java.lang.Object
de.hybris.platform.adaptivesearchbackoffice.common.impl.AsIndexTypeDataProvider
- All Implemented Interfaces:
DataProvider<AsIndexTypeData,String>
Implementation of
DataProvider for index types.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intcompareIndexTypes(AsIndexTypeData indexType1, AsIndexTypeData indexType2) Returns the data.getLabel(AsIndexTypeData data, Map<String, Object> parameters) Returns the label for a data object.getValue(AsIndexTypeData data, Map<String, Object> parameters) Returns the value for a data object.protected StringresolveIndexConfiguration(Map<String, Object> parameters) voidsetAsSearchProviderFactory(AsSearchProviderFactory asSearchProviderFactory)
-
Constructor Details
-
AsIndexTypeDataProvider
public AsIndexTypeDataProvider()
-
-
Method Details
-
getData
Description copied from interface:DataProviderReturns the data.- Specified by:
getDatain interfaceDataProvider<AsIndexTypeData,String> - Parameters:
parameters- - the parameters- Returns:
- the data
-
getValue
Description copied from interface:DataProviderReturns the value for a data object.- Specified by:
getValuein interfaceDataProvider<AsIndexTypeData,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<AsIndexTypeData,String> - Parameters:
data- - the data objectparameters- - the parameters- Returns:
- the label
-
resolveIndexConfiguration
-
compareIndexTypes
-
getAsSearchProviderFactory
-
setAsSearchProviderFactory
-