Interface CxOccVoter
- All Superinterfaces:
org.springframework.integration.context.Orderable,org.springframework.core.Ordered
- All Known Implementing Classes:
AbstractCxOccVoter,CxOccTimeVoter,PreviewVoter
public interface CxOccVoter
extends org.springframework.integration.context.Orderable
Voter returning which action should be called in personalization process for Commerce Web Services (OCC)
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Methods inherited from interface org.springframework.integration.context.Orderable
setOrderMethods inherited from interface org.springframework.core.Ordered
getOrder
-
Method Details
-
getVote
Return vote for action which should be executed for Commerce Web Services request- Parameters:
request- Http request- Returns:
- vote for recalculation action
-