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 TypeMethodDescriptionvoidImportClient.patchProducts(String indexName, List<Product> products) Similar to patchDocuments, but for the extended sub typeProductthat supports variants.ImportClient.putProducts(String indexName, Boolean replaceExisting, String langCode, 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 ProductModifier and TypeMethodDescriptionProductDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)