Uses of Class
de.hybris.platform.commerceservices.search.resultdata.SearchResultValueData
-
-
Uses of SearchResultValueData in de.hybris.platform.b2ctelcofacades.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.converters.populator with parameters of type SearchResultValueData Modifier and Type Method Description protected <T> TSearchProductReviewPopulator. getValue(SearchResultValueData source, java.lang.String propertyName)protected <T> TTmaProductSpecValuesSearchDataPopulator. getValue(SearchResultValueData source, java.lang.String propertyName)voidSearchProductReviewPopulator. populate(SearchResultValueData source, ProductData target)voidTmaPoSoldIndividuallySearchDataPopulator. populate(SearchResultValueData searchResultValueData, ProductData productData)voidTmaProductOfferingParentBposFlagPopulator. populate(SearchResultValueData source, ProductData productData)voidTmaProductSpecValuesSearchDataPopulator. populate(SearchResultValueData source, ProductData productData) -
Uses of SearchResultValueData in de.hybris.platform.b2ctelcofacades.converters.populator.variants
Methods in de.hybris.platform.b2ctelcofacades.converters.populator.variants with parameters of type SearchResultValueData Modifier and Type Method Description protected <T> TTmaPoVariantSearchDataPopulator. getValue(SearchResultValueData source, java.lang.String propertyName)voidTmaPoVariantSearchDataPopulator. populate(SearchResultValueData source, ProductData productData) -
Uses of SearchResultValueData in de.hybris.platform.b2ctelcofacades.eligibility.converters.populator
Classes in de.hybris.platform.b2ctelcofacades.eligibility.converters.populator with type parameters of type SearchResultValueData Modifier and Type Class Description classTmaSolrSpoPricePopulator<S extends SearchResultValueData,T extends ProductData>PopulatesProductDatabased onSearchResultValueData.classTmaSolrSpoTermPopulator<SRC extends SearchResultValueData,TAR extends ProductData>Deprecated, for removal: This API element is subject to removal in a future version.(since 1805) terms should only be at price level ...Methods in de.hybris.platform.b2ctelcofacades.eligibility.converters.populator with parameters of type SearchResultValueData Modifier and Type Method Description <T> TTmaSolrPropSource. getValue(SearchResultValueData source, java.lang.String propertyName) -
Uses of SearchResultValueData in de.hybris.platform.b2ctelcofacades.search.solrfacetsearch.populators
Methods in de.hybris.platform.b2ctelcofacades.search.solrfacetsearch.populators that return types with arguments of type SearchResultValueData Modifier and Type Method Description protected de.hybris.platform.servicelayer.dto.converter.Converter<SearchResultValueData,PriceData>TmaSearchResultProductOfferingPopulator. getPriceConverter()Methods in de.hybris.platform.b2ctelcofacades.search.solrfacetsearch.populators with parameters of type SearchResultValueData Modifier and Type Method Description protected java.util.List<SubscriptionTermData>TmaSearchResultPoPopulator. generateSubscriptionTermsFromSource(SearchResultValueData source)Deprecated.Generates a list ofSubscriptionTermDataby considering indexed fields provided by the {@param source}.protected <T> TTmaSearchResultPopulator. getValue(SearchResultValueData source, java.lang.String propertyName)protected <T> TTmaSearchResultPricesPopulator. getValue(SearchResultValueData source, java.lang.String propertyName)voidTmaSearchResultParentBpoPopulator. populate(SearchResultValueData source, ProductData target)voidTmaSearchResultPricesPopulator. populate(SearchResultValueData source, PriceData target)voidTmaSearchResultProductGroupsPopulator. populate(SearchResultValueData source, ProductData target)voidTmaSearchResultProductOfferingPopulator. populate(SearchResultValueData source, ProductData target)voidTmaSearchResultProductSpecificationPopulator. populate(SearchResultValueData source, ProductData target)protected voidTmaSearchResultPoPopulator. populatePrices(SearchResultValueData source, ProductData target)Deprecated.protected voidTmaSearchResultProductOfferingPopulator. populatePrices(SearchResultValueData source, ProductData target)protected voidTmaSearchResultPoPopulator. setBasePrice(SearchResultValueData source, ProductData target)Deprecated.protected voidTmaSearchResultPoPopulator. setItemType(SearchResultValueData source, ProductData target)Deprecated.protected voidTmaSearchResultPoPopulator. setLifecycleStatus(SearchResultValueData source, ProductData target)Deprecated.protected voidTmaSearchResultPoPopulator. setParentBundledProductOffering(SearchResultValueData source, ProductData target)Deprecated.protected voidTmaSearchResultPricesPopulator. setPriceContext(SearchResultValueData source, PriceData priceData)protected voidTmaSearchResultPricesPopulator. setProductOfferingPrice(SearchResultValueData source, PriceData priceData)protected voidTmaSearchResultPoPopulator. setProductSpecification(SearchResultValueData source, ProductData target)Deprecated.protected voidTmaSearchResultPoPopulator. setVolumePrices(SearchResultValueData source, ProductData target)Deprecated.Constructor parameters in de.hybris.platform.b2ctelcofacades.search.solrfacetsearch.populators with type arguments of type SearchResultValueData Constructor Description TmaSearchResultProductOfferingPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<SearchResultValueData,PriceData> priceConverter) -
Uses of SearchResultValueData in de.hybris.platform.commerceservices.search.resultdata
Methods in de.hybris.platform.commerceservices.search.resultdata that return types with arguments of type SearchResultValueData Modifier and Type Method Description java.util.Collection<SearchResultValueData>SearchResultValueData. getVariants()Method parameters in de.hybris.platform.commerceservices.search.resultdata with type arguments of type SearchResultValueData Modifier and Type Method Description voidSearchResultValueData. setVariants(java.util.Collection<SearchResultValueData> variants)
-