CatalogBlueprintImporter.java
785 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ConsumerType
* javax.servlet.ServletException
* org.apache.sling.api.SlingHttpServletRequest
* org.apache.sling.api.SlingHttpServletResponse
*/
package com.adobe.cq.commerce.pim.api;
import aQute.bnd.annotation.ConsumerType;
import java.io.IOException;
import javax.servlet.ServletException;
import org.apache.sling.api.SlingHttpServletRequest;
import org.apache.sling.api.SlingHttpServletResponse;
@ConsumerType
public interface CatalogBlueprintImporter {
public static final String PROPERTY_COMMERCE_PROVIDER = "commerceProvider";
public void importBlueprints(SlingHttpServletRequest var1, SlingHttpServletResponse var2) throws ServletException, IOException;
}