Uses of Interface
de.hybris.platform.solrfacetsearch.provider.FieldValueProvider
-
-
Uses of FieldValueProvider in com.hybris.backoffice.solrsearch.resolvers
Classes in com.hybris.backoffice.solrsearch.resolvers that implement FieldValueProvider Modifier and Type Class Description classCategoryPKValueProviderclassClassificationCatalogValueProviderProvides list of FieldValue for classification catalog.classClassificationCatalogVersionValueProviderProvides list of FieldValue for classification catalog version. -
Uses of FieldValueProvider in com.sap.hybris.saprevenuecloudproduct.solr.valueprovider
Classes in com.sap.hybris.saprevenuecloudproduct.solr.valueprovider that implement FieldValueProvider Modifier and Type Class Description classSapRevenueCloudProductSubscriptionCodeValueProviderSolr Value provider for Subscription Code -
Uses of FieldValueProvider in de.hybris.platform.commerceservices.search.solrfacetsearch.provider
Classes in de.hybris.platform.commerceservices.search.solrfacetsearch.provider that implement FieldValueProvider Modifier and Type Class Description classAbstractMultidimensionalProductFieldValueProviderUtility class for the Product Value Providers. -
Uses of FieldValueProvider in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl
Classes in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl that implement FieldValueProvider Modifier and Type Class Description classCategoryCodeValueProviderCategory code value provider.classCategoryNameValueProviderCategory name value provider.classCategoryPathValueProviderCategory path value provider.classClassificationPropertySplitValueProviderThis ValueProvider will provide the value for a classification attribute on a product.classCommerceClassificationPropertyValueProviderThis ValueProvider will provide the value for a classification attribute on a product.classFirstGenericVariantProductUrlValueProviderValue Provider for url of multidimensional products.classFirstVariantCategoryNameListValueProviderValue Provider for first level of categories for multidimensional products.classImageValueProviderThis ValueProvider will provide the product's image url for the first gallery image that supports the requested media format.classMultidimentionalProductFlagValueProviderRetrieves the multidimensional flag for a product model.classOptionalModelPropertyFieldValueProviderModelPropertyFieldValueProvider that treats the properties as optional rather than required.classPrimaryPromotionImageValueProviderThis ValueProvider will provide the product banner from the product's primary promotion.classProductConfigurableValueProviderEnriches product search document with dynamically calculated propertyconfigurable.classProductConfiguratorTypeProviderEnriches product search document with dynamically calculated propertyconfiguratorType.classProductInStockFlagValueProviderThis ValueProvider will provide a boolean flag to indicate if this product is in stock.classProductKeywordsValueProviderThis ValueProvider will provide the product keywords.classProductPickupAvailabilityValueProviderclassProductPriceRangeValueProviderValue Provider for price range of multidimensional products.classProductReviewAverageRatingValueProviderThis ValueProvider will provide the product average review rating.classProductStockLevelStatusValueProviderThis ValueProvider will provide the product stock level status.classProductStoreStockValueProviderclassProductUrlValueProviderclassPromotionCodeValueProviderThis ValueProvider will provide a list of promotion codes associated with the product.classVariantProductStockLevelStatusValueProviderThis ValueProvider will provide the product stock level status for all the variant of a product. -
Uses of FieldValueProvider in de.hybris.platform.configurablebundleservices.search.solrfacetsearch.provider.impl
Classes in de.hybris.platform.configurablebundleservices.search.solrfacetsearch.provider.impl that implement FieldValueProvider Modifier and Type Class Description classLowestBundlePriceValueProviderThis ValueProvider will provide the value for theProductModel's lowest possible price in any bundle.classProductBundleTemplatesValueProviderThis ValueProvider will provide the value for theProductModel's attribute bundleTemplates. -
Uses of FieldValueProvider in de.hybris.platform.customercouponservices.solrsearch
Classes in de.hybris.platform.customercouponservices.solrsearch that implement FieldValueProvider Modifier and Type Class Description classCustomerCouponCodeValueProviderDeprecated.Since 18.11, useCustomerCouponCodeValueResolverinstead. -
Uses of FieldValueProvider in de.hybris.platform.entitlementservices.search.solrfacetsearch.provider.impl
Classes in de.hybris.platform.entitlementservices.search.solrfacetsearch.provider.impl that implement FieldValueProvider Modifier and Type Class Description classEntitlementValueProviderThis ValueProvider will provide the value for aProductModel's productEntitlement attribute -
Uses of FieldValueProvider in de.hybris.platform.marketplaceservices.solr.provider
Classes in de.hybris.platform.marketplaceservices.solr.provider that implement FieldValueProvider Modifier and Type Class Description classProductVendorValueProviderDeprecated.Since 18.11, useProductVendorValueResolverinstead. -
Uses of FieldValueProvider in de.hybris.platform.sap.productconfig.services.search.provider.impl
Classes in de.hybris.platform.sap.productconfig.services.search.provider.impl that implement FieldValueProvider Modifier and Type Class Description classMultidimentionalConfigurableProductFlagValueProviderCPQ implementaion of theMultidimentionalProductFlagValueProvider.
Enfores a multiemsional Product to be considered as configurable if it is CPQ-Configurable product. -
Uses of FieldValueProvider in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return FieldValueProvider Modifier and Type Method Description static FieldValueProviderIndexedProperties. getFieldValueProvider(IndexedProperty property) -
Uses of FieldValueProvider in de.hybris.platform.solrfacetsearch.config.impl
Methods in de.hybris.platform.solrfacetsearch.config.impl with parameters of type FieldValueProvider Modifier and Type Method Description protected IndexedPropertyMockFacetSearchConfigService. createIndexProperty(java.lang.String propertyName, java.lang.String type, boolean facet, java.util.List<ValueRangeSet> valueRangeSets, boolean localized, FieldValueProvider fieldValueProvider)voidMockFacetSearchConfigService. setModelPropertyFieldValueProvider(FieldValueProvider modelPropertyFieldValueProvider)voidMockFacetSearchConfigService. setProductPriceValueProvider(FieldValueProvider productPriceValueProvider) -
Uses of FieldValueProvider in de.hybris.platform.solrfacetsearch.indexer.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.impl with parameters of type FieldValueProvider Modifier and Type Method Description protected voidDefaultIndexer. addIndexedPropertyFieldsForOldApi(InputDocument document, IndexerBatchContext batchContext, ItemModel model, java.util.Collection<IndexedProperty> indexedProperties, java.lang.String valueProviderId, FieldValueProvider valueProvider)protected voidDefaultSolrDocumentFactory. addIndexedPropertyFieldsForOldApi(InputDocument document, IndexerBatchContext batchContext, ItemModel model, java.util.Collection<IndexedProperty> indexedProperties, java.lang.String valueProviderId, FieldValueProvider valueProvider)Deprecated. -
Uses of FieldValueProvider in de.hybris.platform.solrfacetsearch.provider.impl
Classes in de.hybris.platform.solrfacetsearch.provider.impl that implement FieldValueProvider Modifier and Type Class Description classCategoryCodeValueProviderclassCategoryNameValueProviderclassClassificationPropertyValueProviderFieldValueProviderfor classification system attributesclassModelPropertyFieldValueProviderclassProductPriceValueProviderFieldValueProviderfor prices.classSpELValueProviderParses spring expression value set for indexed property and produces collection of field values -
Uses of FieldValueProvider in de.hybris.platform.subscriptionservices.search.solrfacetsearch.provider.impl
Classes in de.hybris.platform.subscriptionservices.search.solrfacetsearch.provider.impl that implement FieldValueProvider Modifier and Type Class Description classProductBillingTimeValueProviderThis ValueProvider will provide the value for a subscriptionProductModel's billing frequency attribute.classSubscriptionProductPriceValueProviderThis ValueProvider will provide the base price value for a subscriptionProductModelwhich is the highest recurring price from its price plan.classTermLimitValueProviderThis ValueProvider will provide the value for a subscriptionProductModel's service term limit which is the combination of its TermOfServiceNumber and TermOfServiceFrequency, e.g. -
Uses of FieldValueProvider in de.hybris.platform.yacceleratorcore.search.solrfacetsearch.provider.impl
Classes in de.hybris.platform.yacceleratorcore.search.solrfacetsearch.provider.impl that implement FieldValueProvider Modifier and Type Class Description classColorFacetValueProviderclassGenderValueProviderclassProductVolumePricesProviderProvides value for volumePrices flag.classVolumeAwareProductPriceValueProviderFieldValueProviderfor prices.
-