DPSEntityImporter.java
866 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ProviderType
* org.apache.sling.api.adapter.Adaptable
*/
package com.adobe.cq.mobile.dps.impl;
import aQute.bnd.annotation.ProviderType;
import com.adobe.cq.mobile.dps.DPSEntity;
import com.adobe.cq.mobile.dps.DPSException;
import com.adobe.cq.mobile.dps.DPSProject;
import com.adobe.cq.mobile.dps.impl.ImportStatus;
import org.apache.sling.api.adapter.Adaptable;
@ProviderType
public interface DPSEntityImporter
extends Adaptable {
public ImportStatus importDPSEntity(DPSEntity var1) throws DPSException;
public ImportStatus importDPSArticles(DPSProject var1) throws DPSException;
public ImportStatus importDPSBanners(DPSProject var1) throws DPSException;
public ImportStatus importDPSCollections(DPSProject var1) throws DPSException;
}