Class AbstractCxOccVoter
java.lang.Object
de.hybris.platform.personalizationservices.occ.voters.impl.AbstractCxOccVoter
- All Implemented Interfaces:
CxOccVoter,org.springframework.core.Ordered,org.springframework.integration.context.Orderable
- Direct Known Subclasses:
CxOccTimeVoter
Base abstract voter with default handling of order.
-
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 de.hybris.platform.personalizationservices.occ.voters.CxOccVoter
getVote
-
Constructor Details
-
AbstractCxOccVoter
public AbstractCxOccVoter(int order)
-
-
Method Details
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
setOrder
public void setOrder(int order) - Specified by:
setOrderin interfaceorg.springframework.integration.context.Orderable
-
getDefaultVote
-