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.OrderableVoter returning which action should be called in personalization process for Commerce Web Services (OCC)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VotegetVote(javax.servlet.http.HttpServletRequest request)Return vote for action which should be executed for Commerce Web Services request
-
-
-
Method Detail
-
getVote
Vote getVote(javax.servlet.http.HttpServletRequest request)
Return vote for action which should be executed for Commerce Web Services request- Parameters:
request- Http request- Returns:
- vote for recalculation action
-
-