Class TmaAbstractSppProvider
java.lang.Object
de.hybris.platform.solrfacetsearch.provider.impl.AbstractPropertyFieldValueProvider
de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.provider.impl.TmaAbstractPropertyFieldValueProvider
de.hybris.platform.b2ctelcoservices.compatibility.eligibility.solr.indexing.provider.TmaAbstractSppProvider
- All Implemented Interfaces:
de.hybris.platform.solrfacetsearch.provider.FieldValueProvider
- Direct Known Subclasses:
TmaSppApprovalStatusProvider,TmaSppIsBundledProvider,TmaSppParentBundlePoProvider,TmaSppProductSpecificationProvider
Abstract provider defining common methods and fields to be used for SppProviders.
- Since:
- 1903
-
Field Summary
Fields inherited from class de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.provider.impl.TmaAbstractPropertyFieldValueProvider
DEFAULT_CATEGORY_PAGE_PROCESS_TYPEFields inherited from class de.hybris.platform.solrfacetsearch.provider.impl.AbstractPropertyFieldValueProvider
i18nService, localeService, modelService, rangeNameProvider -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<de.hybris.platform.solrfacetsearch.provider.FieldValue>getFieldValues(IndexConfig indexConfig, IndexedProperty indexedProperty, Object model) Returns a list of fieldValues that contains the model's value for an indexed property.protected abstract Collection<de.hybris.platform.solrfacetsearch.provider.FieldValue>getValues(IndexedProperty indexedProperty, Object model) Creates and returns a list of fieldValues that contains the model's property for an indexed property.voidsetSpoSource(TmaSpoSource spoSource) Methods inherited from class de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.provider.impl.TmaAbstractPropertyFieldValueProvider
addFieldValues, addFieldValuesForCurrency, getFieldNameProvider, setFieldNameProviderMethods inherited from class de.hybris.platform.solrfacetsearch.provider.impl.AbstractPropertyFieldValueProvider
getRangeNameList, getRangeNameList, setI18nService, setLocaleService, setModelService, setRangeNameProvider
-
Constructor Details
-
TmaAbstractSppProvider
public TmaAbstractSppProvider()
-
-
Method Details
-
getValues
protected abstract Collection<de.hybris.platform.solrfacetsearch.provider.FieldValue> getValues(IndexedProperty indexedProperty, Object model) Creates and returns a list of fieldValues that contains the model's property for an indexed property.- Parameters:
indexedProperty- The indexed propertymodel- The object whose value is indexed- Returns:
- A list of fieldValues that contains the model's property for an indexed property
-
getFieldValues
public Collection<de.hybris.platform.solrfacetsearch.provider.FieldValue> getFieldValues(IndexConfig indexConfig, IndexedProperty indexedProperty, Object model) Returns a list of fieldValues that contains the model's value for an indexed property.- Parameters:
indexedProperty- The indexed propertymodel- The object whose value is indexed- Returns:
- A list of fieldValues that contains the model's value for an indexed property
-
getSpoSource
-
setSpoSource
-