Class ProductVendorValueProvider
java.lang.Object
de.hybris.platform.solrfacetsearch.provider.impl.AbstractPropertyFieldValueProvider
de.hybris.platform.marketplaceservices.solr.provider.ProductVendorValueProvider
- All Implemented Interfaces:
FieldValueProvider,Serializable
@Deprecated(since="1811",
forRemoval=true)
public class ProductVendorValueProvider
extends AbstractPropertyFieldValueProvider
implements Serializable, FieldValueProvider
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Field Summary
Fields inherited from class de.hybris.platform.solrfacetsearch.provider.impl.AbstractPropertyFieldValueProvider
i18nService, localeService, modelService, rangeNameProvider -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddFieldValues(List<FieldValue> fieldValues, IndexedProperty indexedProperty, Object value) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getFieldValues(IndexConfig indexConfig, IndexedProperty indexedProperty, Object model) Deprecated, for removal: This API element is subject to removal in a future version.Returns a collection ofFieldValueof a given indexedProperty that are fetched from the model based on the indexConfig.Deprecated, for removal: This API element is subject to removal in a future version.voidsetFieldNameProvider(FieldNameProvider fieldNameProvider) Deprecated, for removal: This API element is subject to removal in a future version.voidsetVendorService(VendorService vendorService) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class de.hybris.platform.solrfacetsearch.provider.impl.AbstractPropertyFieldValueProvider
getRangeNameList, getRangeNameList, setI18nService, setLocaleService, setModelService, setRangeNameProvider
-
Constructor Details
-
ProductVendorValueProvider
public ProductVendorValueProvider()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getFieldValues
public Collection<FieldValue> getFieldValues(IndexConfig indexConfig, IndexedProperty indexedProperty, Object model) throws FieldValueProviderException Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:FieldValueProviderReturns a collection ofFieldValueof a given indexedProperty that are fetched from the model based on the indexConfig. Supports multi-language and multi-currencies.- Specified by:
getFieldValuesin interfaceFieldValueProvider- Returns:
- Collection<
FieldValue> - Throws:
FieldValueProviderException
-
addFieldValues
protected void addFieldValues(List<FieldValue> fieldValues, IndexedProperty indexedProperty, Object value) Deprecated, for removal: This API element is subject to removal in a future version. -
getVendorService
Deprecated, for removal: This API element is subject to removal in a future version. -
setVendorService
Deprecated, for removal: This API element is subject to removal in a future version. -
getFieldNameProvider
Deprecated, for removal: This API element is subject to removal in a future version. -
setFieldNameProvider
Deprecated, for removal: This API element is subject to removal in a future version.
-
ProductVendorValueResolverinstead.