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