Uses of Class
com.hybris.merchandising.model.MerchSnDocumentContainer
Packages that use MerchSnDocumentContainer
Package
Description
Contains generated models for each type of com.hybris.merchandising.jalo package.
-
Uses of MerchSnDocumentContainer in com.hybris.merchandising.converters.populators
Fields in com.hybris.merchandising.converters.populators declared as MerchSnDocumentContainerModifier and TypeFieldDescriptionprotected MerchSnDocumentContainerAbstractMerchSnPopulatorTest.sourceMethods in com.hybris.merchandising.converters.populators with parameters of type MerchSnDocumentContainerModifier and TypeMethodDescriptionprotected ProductMetadataMerchSnProductMetadataPopulator.buildMetaData(MerchSnDocumentContainer source, Map.Entry<LanguageModel, Locale> locale) protected List<FacetValue>MerchSnProductFacetPopulator.createMerchFacetValues(AbstractSnFacetResponse facetResponse, AbstractSnFacetRequest facetRequest, MerchSnDocumentContainer source) protected StringMerchSnProductMetadataPopulator.extractFieldValue(MerchSnDocumentContainer source, Map.Entry<LanguageModel, Locale> locale, String merchFieldId) protected StringMerchSnProductDetailsPopulator.getReportingGroup(MerchSnDocumentContainer source) Method populating reporting group to use with the product.voidMerchSnProductDetailsPopulator.populate(MerchSnDocumentContainer source, Product target) voidMerchSnProductFacetPopulator.populate(MerchSnDocumentContainer source, Product target) voidMerchSnProductImagePopulator.populate(MerchSnDocumentContainer source, Product target) voidMerchSnProductMetadataPopulator.populate(MerchSnDocumentContainer source, Product target) MerchSnProductDetailsPopulator.populateCategory(MerchSnDocumentContainer source) Method populating list of product categoriesprotected StringMerchSnProductDetailsPopulator.populatePageUrl(MerchSnDocumentContainer source) Method populating product page URL.protected voidMerchSnProductDetailsPopulator.populatePrice(MerchSnDocumentContainer source, Product target) MerchSnProductDetailsPopulator.populateProductDetails(MerchSnDocumentContainer source) Method populating product specific details.MerchSnProductImagePopulator.populateProductImage(MerchSnDocumentContainer source, String fieldName) -
Uses of MerchSnDocumentContainer in com.hybris.merchandising.model
Methods in com.hybris.merchandising.model that return MerchSnDocumentContainerModifier and TypeMethodDescriptionstatic MerchSnDocumentContainerMerchSnDocumentContainer.from(SnIndexerContext indexerContext, MerchSnSynchContext merchContext, MerchSnConfigModel merchConfig) -
Uses of MerchSnDocumentContainer in com.hybris.merchandising.service.impl
Fields in com.hybris.merchandising.service.impl with type parameters of type MerchSnDocumentContainerModifier and TypeFieldDescriptionprotected Converter<MerchSnDocumentContainer,Product> DefaultMerchCatalogService.merchSnProductConverterMethod parameters in com.hybris.merchandising.service.impl with type arguments of type MerchSnDocumentContainerModifier and TypeMethodDescriptionvoidDefaultMerchCatalogService.setMerchSnProductConverter(Converter<MerchSnDocumentContainer, Product> merchSnProductConverter)