PublishDataSource.java
887 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* org.apache.sling.commons.json.JSONArray
* org.apache.sling.commons.json.JSONObject
*/
package com.adobe.cq.mobile.dps.ui;
import com.adobe.cq.mobile.dps.DPSCollection;
import com.adobe.cq.mobile.dps.DPSException;
import java.util.Map;
import org.apache.sling.commons.json.JSONArray;
import org.apache.sling.commons.json.JSONObject;
public interface PublishDataSource {
public JSONObject getArticles(Map var1) throws DPSException;
public JSONObject getBanners(Map var1) throws DPSException;
public JSONObject getCollection(DPSCollection var1) throws DPSException;
public JSONObject getCollections(Map var1) throws DPSException;
public JSONObject getLayouts(Map var1) throws DPSException;
public Map<String, Object> convertJSONtoMap(JSONArray var1) throws DPSException;
}