Class AbstractCxOccInterceptor
java.lang.Object
de.hybris.platform.personalizationservices.occ.impl.AbstractCxOccInterceptor
- All Implemented Interfaces:
CxOccInterceptor,org.springframework.core.Ordered,org.springframework.integration.context.Orderable
- Direct Known Subclasses:
CdsCxOccInterceptor,DefaultCxOccInterceptor,PreviewTicketCxOccInterceptor
Base abstract interceptor with default handling of order.
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDefaultVote(javax.servlet.http.HttpServletRequest request) intgetOrder()voidsetOrder(int order) 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.CxOccInterceptor
afterVoteExecution, beforeGetVote, beforeVoteExecution, shouldPersonalizeRequest, shouldPersonalizeRequestVote
-
Constructor Details
-
AbstractCxOccInterceptor
public AbstractCxOccInterceptor(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
-