TargetLocationNameProvider.java 490 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ConsumerType
 *  com.day.cq.wcm.api.Page
 *  com.day.cq.wcm.api.WCMMode
 */
package com.day.cq.analytics.testandtarget;

import aQute.bnd.annotation.ConsumerType;
import com.day.cq.wcm.api.Page;
import com.day.cq.wcm.api.WCMMode;
import java.util.Set;

@ConsumerType
public interface TargetLocationNameProvider {
    public Set<String> getOfferLocationNames(Page var1, WCMMode var2);
}