LinkingStatusService.java 502 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.day.cq.i18n.I18n
 *  org.apache.sling.api.resource.Resource
 */
package com.adobe.cq.mcm.campaign;

import com.adobe.cq.mcm.campaign.LinkingStatus;
import com.adobe.cq.mcm.campaign.NewsletterException;
import com.day.cq.i18n.I18n;
import org.apache.sling.api.resource.Resource;

public interface LinkingStatusService {
    public LinkingStatus retrieveStatus(Resource var1, I18n var2) throws NewsletterException;
}