Uses of Class
de.cxp.ocs.model.index.Product
Packages that use Product
-
Uses of Product in de.cxp.ocs.client
Method parameters in de.cxp.ocs.client with type arguments of type ProductModifier and TypeMethodDescriptionImportClient.patchProducts
(String indexName, List<Product> products) Similar to patchDocuments, but for the extended sub typeProduct
that supports variants.ImportClient.putProducts
(String indexName, Boolean replaceExisting, String langCode, List<Product> products) Similar to putDocuments, but for the extended sub typeProduct
that supports variants. -
Uses of Product in de.cxp.ocs.client.deserializer
Methods in de.cxp.ocs.client.deserializer that return ProductModifier and TypeMethodDescriptionProductDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)