Class CdsCxOccInterceptor
java.lang.Object
de.hybris.platform.personalizationservices.occ.impl.AbstractCxOccInterceptor
de.hybris.platform.personalizationyprofile.occ.CdsCxOccInterceptor
- All Implemented Interfaces:
CxOccInterceptor,org.springframework.core.Ordered,org.springframework.integration.context.Orderable
@Deprecated(since="2005",
forRemoval=true)
public class CdsCxOccInterceptor
extends AbstractCxOccInterceptor
Deprecated, for removal: This API element is subject to removal in a future version.
Since 2005 This functionality is already covered by
com.hybris.yprofile.consent.filters.OCCConsentLayerFilter
Interceptor for personalization process called in Commerce Web Services (OCC) which set attributes needed by CDS
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeVoteExecution(javax.servlet.http.HttpServletRequest request, Vote vote) Deprecated, for removal: This API element is subject to removal in a future version.Method called before final vote will be executedprotected booleangetConsentGivenValue(javax.servlet.http.HttpServletRequest request) Deprecated, for removal: This API element is subject to removal in a future version.protected ConsentServiceDeprecated, for removal: This API element is subject to removal in a future version.protected SessionServiceDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidsetConsentService(ConsentService consentService) Deprecated, for removal: This API element is subject to removal in a future version.voidsetEnabled(boolean enabled) Deprecated, for removal: This API element is subject to removal in a future version.voidsetSessionService(SessionService sessionService) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class de.hybris.platform.personalizationservices.occ.impl.AbstractCxOccInterceptor
getDefaultVote, getOrder, setOrderMethods 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, shouldPersonalizeRequest, shouldPersonalizeRequestVote
-
Field Details
-
PRECEDENCE
public static final int PRECEDENCEDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
CdsCxOccInterceptor
public CdsCxOccInterceptor()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
beforeVoteExecution
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:CxOccInterceptorMethod called before final vote will be executed- Parameters:
request- Http requestvote- Final vote which will be executed
-
getConsentGivenValue
protected boolean getConsentGivenValue(javax.servlet.http.HttpServletRequest request) Deprecated, for removal: This API element is subject to removal in a future version. -
isEnabled
public boolean isEnabled()Deprecated, for removal: This API element is subject to removal in a future version. -
setEnabled
public void setEnabled(boolean enabled) Deprecated, for removal: This API element is subject to removal in a future version. -
getSessionService
Deprecated, for removal: This API element is subject to removal in a future version. -
setSessionService
Deprecated, for removal: This API element is subject to removal in a future version. -
getConsentService
Deprecated, for removal: This API element is subject to removal in a future version. -
setConsentService
Deprecated, for removal: This API element is subject to removal in a future version.
-