Class AbstractOrderedSearchConditionDecorator
java.lang.Object
com.hybris.backoffice.solrsearch.decorators.impl.AbstractOrderedSearchConditionDecorator
- All Implemented Interfaces:
SearchConditionDecorator,org.springframework.core.Ordered
- Direct Known Subclasses:
DefaultContainsConditionDecorator,DefaultTypeConditionDecorator
public abstract class AbstractOrderedSearchConditionDecorator
extends Object
implements SearchConditionDecorator
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.backoffice.solrsearch.decorators.SearchConditionDecorator
decorate
-
Constructor Details
-
AbstractOrderedSearchConditionDecorator
public AbstractOrderedSearchConditionDecorator()
-
-
Method Details
-
setOrder
public void setOrder(int order) -
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-