@ConsumerType
public interface ProductServicesManager
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,CatalogBlueprintImporter> |
getBlueprintImporters()
Return a map of registered
CatalogBlueprintImporter s, keyed by importer name. |
java.util.Map<java.lang.String,ProductImporter> |
getProductImporters()
Return a map of registered
ProductImporter s, keyed by importer name. |
java.util.Map<java.lang.String,ProductImporter> getProductImporters()
ProductImporter
s, keyed by importer name.
By convention, the importer's name is normally the commerce provider's name,
although this is not a hard requirement. Commerce providers which need to support
multiple importers are encouraged to use the commerce provider name as a prefix.java.util.Map<java.lang.String,CatalogBlueprintImporter> getBlueprintImporters()
CatalogBlueprintImporter
s, keyed by importer name.
By convention, the importer's name is normally the commerce provider's name,
although this is not a hard requirement. Commerce providers which need to support
multiple importers are encouraged to use the commerce provider name as a prefix.Copyright © 2010 - 2023 Adobe. All Rights Reserved