CommerceSort.java
346 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ConsumerType
*/
package com.adobe.cq.commerce.api;
import aQute.bnd.annotation.ConsumerType;
@ConsumerType
public interface CommerceSort {
public String getId();
public String getDisplayName();
public boolean isSelected();
}