Uses of Class
com.hybris.merchandising.model.ProductIndexContainer
Packages that use ProductIndexContainer
Package
Description
Contains generated models for each type of com.hybris.merchandising.jalo package.
-
Uses of ProductIndexContainer in com.hybris.merchandising.converters.populators
Methods in com.hybris.merchandising.converters.populators with parameters of type ProductIndexContainerModifier and TypeMethodDescriptionprotected ProductMetadataProductMetadataPopulator.buildMetaData(ProductIndexContainer source, LanguageModel language) buildMetaData is a method for building anProductMetadataobject from the source object.protected StringProductMetadataPopulator.extractFieldValue(ProductIndexContainer source, LanguageModel language, String fieldName) Helper method to extract the merchandising properties based on given languageprotected StringProductDetailsPopulator.getReportingGroup(ProductIndexContainer source) getReportingGroup is a method for retrieving the reporting group to use with the product, depending on how the product directory is configured to do variant rollup or not.voidFacetPopulator.populate(ProductIndexContainer source, Product target) Populate the target instance with values from the source instance.voidProductDetailsPopulator.populate(ProductIndexContainer source, Product target) voidProductImagePopulator.populate(ProductIndexContainer source, Product target) voidProductMetadataPopulator.populate(ProductIndexContainer source, Product target) Populate the target instance with values from the source instance.ProductDetailsPopulator.populateCategory(ProductIndexContainer source) Helper method to populate list of categories that the product is in.ProductDetailsPopulator.populateMerchProperties(ProductIndexContainer source) Helper method to populate product specific details that are to Merchandising properties.protected StringProductDetailsPopulator.populatePageUrl(ProductIndexContainer source) populateProductPageUrl is a method for retrieving the product page URL from the indexed document and appending the URL of the commerce instance to it.ProductImagePopulator.populateProductImage(ProductIndexContainer source, String propertyName) Helper method to populate image information associated with the product. -
Uses of ProductIndexContainer in com.hybris.merchandising.model
Methods in com.hybris.merchandising.model that return ProductIndexContainer -
Uses of ProductIndexContainer in com.hybris.merchandising.service.impl
Fields in com.hybris.merchandising.service.impl with type parameters of type ProductIndexContainerModifier and TypeFieldDescriptionprotected Converter<ProductIndexContainer,Product> DefaultMerchCatalogService.merchProductConverterMethod parameters in com.hybris.merchandising.service.impl with type arguments of type ProductIndexContainerModifier and TypeMethodDescriptionvoidDefaultMerchCatalogService.setMerchProductConverter(Converter<ProductIndexContainer, Product> merchProductConverter)