Class AbstractVoter
java.lang.Object
de.hybris.platform.personalizationservices.voters.impl.AbstractVoter
- All Implemented Interfaces:
Voter,org.springframework.core.Ordered,org.springframework.integration.context.Orderable
- Direct Known Subclasses:
ConfigurableUrlVoter,NewSessionVoter,PeriodicVoter,PreviewVoter
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
-
Constructor Details
-
AbstractVoter
public AbstractVoter(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
-