Class TmaSppApprovalStatusProvider
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
de.hybris.platform.b2ctelcoservices.compatibility.eligibility.solr.indexing.provider.TmaSppApprovalStatusProvider
- All Implemented Interfaces:
de.hybris.platform.solrfacetsearch.provider.FieldValueProvider
Value provider that handles indexing of approvalStatus property from data model to Solr.
- 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 TypeMethodDescriptionprotected Collection<de.hybris.platform.solrfacetsearch.provider.FieldValue>getValues(IndexedProperty indexedProperty, Object model) Creates and returns a list of fieldValues that contains the approvalStatus code property of the model.Methods inherited from class de.hybris.platform.b2ctelcoservices.compatibility.eligibility.solr.indexing.provider.TmaAbstractSppProvider
getFieldValues, getSpoSource, setSpoSourceMethods 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
-
TmaSppApprovalStatusProvider
public TmaSppApprovalStatusProvider()
-
-
Method Details
-
getValues
protected Collection<de.hybris.platform.solrfacetsearch.provider.FieldValue> getValues(IndexedProperty indexedProperty, Object model) Creates and returns a list of fieldValues that contains the approvalStatus code property of the model.- Specified by:
getValuesin classTmaAbstractSppProvider- Parameters:
indexedProperty- The indexed propertymodel- The object whose value is indexed- Returns:
- A list of fieldValues which contain the model's approvalStatus code.
-