Cq560CatalogConverter.java
675 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* com.day.cq.wcm.api.Page
* com.day.cq.wcm.api.WCMException
* org.apache.sling.api.resource.ResourceResolver
*/
package com.adobe.cq.commerce.pim.impl.cq560catalogconverter;
import com.day.cq.wcm.api.Page;
import com.day.cq.wcm.api.WCMException;
import org.apache.sling.api.resource.ResourceResolver;
public interface Cq560CatalogConverter {
public void updateInstanceMap(ResourceResolver var1, Page var2);
public void updateBlueprint(ResourceResolver var1, Page var2) throws WCMException;
public void updateCatalog(ResourceResolver var1, Page var2) throws WCMException;
}