CommerceSearchProvider.java 642 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ConsumerType
 */
package com.adobe.cq.commerce.common;

import aQute.bnd.annotation.ConsumerType;
import com.adobe.cq.commerce.api.CommerceException;
import com.adobe.cq.commerce.api.CommerceQuery;
import com.adobe.cq.commerce.api.CommerceResult;
import com.adobe.cq.commerce.api.CommerceService;

@ConsumerType
public interface CommerceSearchProvider {
    public static final String NAME_PROPERTY = "commerce.search.provider.name";

    public CommerceResult search(CommerceQuery var1, CommerceService var2) throws CommerceException;
}