Uses of Class
com.hybris.merchandising.model.Product
Packages that use Product
Package
Description
-
Uses of Product in com.hybris.merchandising.client
Method parameters in com.hybris.merchandising.client with type arguments of type ProductModifier and TypeMethodDescriptionMerchCatalogServiceProductDirectoryClient.handleProductsBatch(String productDirectoryId, Long version, List<Product> products) handleProductsBatch is a handler for accepting a batch of products and sending them to the Merchandising Catalog service.MerchCatalogServiceProductDirectoryClient.handleProductsBatch(String productDirectoryId, String version, List<Product> products) handleProductsBatch is a handler for accepting a batch of products and sending them to the Merchandising Catalog service.MerchCatalogServiceProductDirectoryClient.handleProductsBatch(String productDirectoryId, List<Product> products) handleProductsBatch is a handler for accepting a batch of products and sending them to the Merchandising Catalog service.MerchCatalogServiceProductDirectoryClientAdapter.handleProductsBatch(String productDirectoryId, Long version, List<Product> products) handleProductsBatch is a handler for accepting a batch of products and sending them to the Merchandising Catalog service.MerchCatalogServiceProductDirectoryClientAdapter.handleProductsBatch(String productDirectoryId, String version, List<Product> products) handleProductsBatch is a handler for accepting a batch of products and sending them to the Merchandising Catalog service.MerchCatalogServiceProductDirectoryClientAdapter.handleProductsBatch(String productDirectoryId, List<Product> products) handleProductsBatch is a handler for accepting a batch of products and sending them to the Merchandising Catalog service.NoOpMerchCatalogServiceProductDirectoryClientAdapter.handleProductsBatch(String productDirectoryId, Long version, List<Product> products) handleProductsBatch is a handler for accepting a batch of products and sending them to the Merchandising Catalog service.NoOpMerchCatalogServiceProductDirectoryClientAdapter.handleProductsBatch(String productDirectoryId, String version, List<Product> products) NoOpMerchCatalogServiceProductDirectoryClientAdapter.handleProductsBatch(String productDirectoryId, List<Product> products) handleProductsBatch is a handler for accepting a batch of products and sending them to the Merchandising Catalog service.rx.Observable<String>MerchCatalogServiceProductDirectoryClient.handleProductsBatchAsync(String productDirectoryId, Long version, List<Product> products) handleProductsBatchAsync is a handler for accepting a batch of products and sending them to the Merchandising Catalog service.rx.Observable<String>MerchCatalogServiceProductDirectoryClient.handleProductsBatchAsync(String productDirectoryId, String version, List<Product> products) handleProductsBatchAsync is a handler for accepting a batch of products and sending them to the Merchandising Catalog service.rx.Observable<Void>MerchCatalogServiceProductDirectoryClient.handleProductsBatchAsync(String productDirectoryId, List<Product> products) handleProductsBatchAsync is a handler for accepting a batch of products and sending them to the Merchandising Catalog service.rx.Observable<String>MerchCatalogServiceProductDirectoryClientAdapter.handleProductsBatchAsync(String productDirectoryId, Long version, List<Product> products) handleProductsBatchAsync is a handler for accepting a batch of products and sending them to the Merchandising Catalog service.rx.Observable<String>MerchCatalogServiceProductDirectoryClientAdapter.handleProductsBatchAsync(String productDirectoryId, String version, List<Product> products) handleProductsBatchAsync is a handler for accepting a batch of products and sending them to the Merchandising Catalog service.rx.Observable<Void>MerchCatalogServiceProductDirectoryClientAdapter.handleProductsBatchAsync(String productDirectoryId, List<Product> products) handleProductsBatchAsync is a handler for accepting a batch of products and sending them to the Merchandising Catalog service.rx.Observable<String>NoOpMerchCatalogServiceProductDirectoryClientAdapter.handleProductsBatchAsync(String productDirectoryId, Long version, List<Product> products) handleProductsBatchAsync is a handler for accepting a batch of products and sending them to the Merchandising Catalog service.rx.Observable<String>NoOpMerchCatalogServiceProductDirectoryClientAdapter.handleProductsBatchAsync(String productDirectoryId, String version, List<Product> products) rx.Observable<Void>NoOpMerchCatalogServiceProductDirectoryClientAdapter.handleProductsBatchAsync(String productDirectoryId, List<Product> products) handleProductsBatchAsync is a handler for accepting a batch of products and sending them to the Merchandising Catalog service. -
Uses of Product in com.hybris.merchandising.converters.populators
Fields in com.hybris.merchandising.converters.populators declared as ProductMethods in com.hybris.merchandising.converters.populators with parameters of type ProductModifier and TypeMethodDescriptionvoidFacetPopulator.populate(ProductIndexContainer source, Product target) Populate the target instance with values from the source instance.voidMerchSnProductDetailsPopulator.populate(MerchSnDocumentContainer source, Product target) voidMerchSnProductFacetPopulator.populate(MerchSnDocumentContainer source, Product target) voidMerchSnProductImagePopulator.populate(MerchSnDocumentContainer source, Product target) voidMerchSnProductMetadataPopulator.populate(MerchSnDocumentContainer source, Product target) 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.protected voidMerchSnProductDetailsPopulator.populatePrice(MerchSnDocumentContainer source, Product target) -
Uses of Product in com.hybris.merchandising.service
Methods in com.hybris.merchandising.service that return types with arguments of type ProductModifier and TypeMethodDescriptionMerchCatalogService.getProducts(SnIndexerBatchContext indexerBatchContext, MerchSnConfigModel merchConfig, MerchSnSynchContext merchContext) Method to retrieve all the associated toSnIndexerBatchContext.MerchCatalogService.getProducts(IndexerBatchContext indexerBatchContext, MerchProductDirectoryConfigModel merchProductDirectoryConfigModel) Method to retrieve all the associated toIndexerBatchContext. -
Uses of Product in com.hybris.merchandising.service.impl
Fields in com.hybris.merchandising.service.impl with type parameters of type ProductModifier and TypeFieldDescriptionprotected Converter<ProductIndexContainer,Product> DefaultMerchCatalogService.merchProductConverterprotected Converter<MerchSnDocumentContainer,Product> DefaultMerchCatalogService.merchSnProductConverterMethods in com.hybris.merchandising.service.impl that return types with arguments of type ProductModifier and TypeMethodDescriptionDefaultMerchCatalogService.getProducts(SnIndexerBatchContext indexerBatchContext, MerchSnConfigModel merchConfig, MerchSnSynchContext merchContext) DefaultMerchCatalogService.getProducts(IndexerBatchContext indexerBatchContext, MerchProductDirectoryConfigModel merchProductDirectoryConfigModel) Method parameters in com.hybris.merchandising.service.impl with type arguments of type ProductModifier and TypeMethodDescriptionvoidDefaultMerchCatalogService.setMerchProductConverter(Converter<ProductIndexContainer, Product> merchProductConverter) voidDefaultMerchCatalogService.setMerchSnProductConverter(Converter<MerchSnDocumentContainer, Product> merchSnProductConverter)