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, 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, 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, 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<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<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<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
Methods 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.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. -
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(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.merchProductConverterMethods in com.hybris.merchandising.service.impl that return types with arguments of type ProductModifier and TypeMethodDescriptionDefaultMerchCatalogService.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)