Uses of Class
de.hybris.platform.commercefacades.consent.data.AnonymousConsentData
Packages that use AnonymousConsentData
Package
Description
-
Uses of AnonymousConsentData in de.hybris.platform.acceleratorstorefrontcommons.consent.data
Modifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of AnonymousConsentData in de.hybris.platform.commercefacades.consent
Method parameters in de.hybris.platform.commercefacades.consent with type arguments of type AnonymousConsentDataModifier and TypeMethodDescriptionvoidAnonymousConsentFacade.synchronizeAnonymousConsents(Supplier<List<AnonymousConsentData>> anonymousConsentReader, Consumer<List<AnonymousConsentData>> anonymousConsentWriter) Synchronizes the supplied list of anonymous consents with its current state and forwards the resulted list.voidAnonymousConsentFacade.synchronizeAnonymousConsents(Supplier<List<AnonymousConsentData>> anonymousConsentReader, Consumer<List<AnonymousConsentData>> anonymousConsentWriter) Synchronizes the supplied list of anonymous consents with its current state and forwards the resulted list. -
Uses of AnonymousConsentData in de.hybris.platform.commercefacades.consent.impl
Methods in de.hybris.platform.commercefacades.consent.impl that return AnonymousConsentDataModifier and TypeMethodDescriptionprotected AnonymousConsentDataDefaultAnonymousConsentFacadeTest.createAnonymousConsent(String templateCode, int templateVersion, String consentState) protected AnonymousConsentDataDefaultAnonymousConsentFacade.populateAnonymousConsentFromTemplate(ConsentTemplateData template) Methods in de.hybris.platform.commercefacades.consent.impl that return types with arguments of type AnonymousConsentDataModifier and TypeMethodDescriptionprotected final List<AnonymousConsentData>DefaultAnonymousConsentFacadeTest.captureAnonymousConsents()protected List<AnonymousConsentData>DefaultAnonymousConsentFacade.updateAnonymousConsents(List<AnonymousConsentData> anonymousConsents) Method parameters in de.hybris.platform.commercefacades.consent.impl with type arguments of type AnonymousConsentDataModifier and TypeMethodDescriptionDefaultAnonymousConsentFacade.populateAnonymousConsentsIntoSession(List<AnonymousConsentData> anonymousConsents) voidDefaultAnonymousConsentFacade.synchronizeAnonymousConsents(Supplier<List<AnonymousConsentData>> anonymousConsentReader, Consumer<List<AnonymousConsentData>> anonymousConsentWriter) voidDefaultAnonymousConsentFacade.synchronizeAnonymousConsents(Supplier<List<AnonymousConsentData>> anonymousConsentReader, Consumer<List<AnonymousConsentData>> anonymousConsentWriter) protected List<AnonymousConsentData>DefaultAnonymousConsentFacade.updateAnonymousConsents(List<AnonymousConsentData> anonymousConsents) protected voidDefaultAnonymousConsentFacade.updateAnonymousConsentsInSession(List<AnonymousConsentData> anonymousConsents) -
Uses of AnonymousConsentData in de.hybris.platform.commercewebservices.core.filter
Methods in de.hybris.platform.commercewebservices.core.filter that return types with arguments of type AnonymousConsentDataModifier and TypeMethodDescriptionprotected List<AnonymousConsentData>ConsentFilter.readConsentHeaders(javax.servlet.http.HttpServletRequest request) Method parameters in de.hybris.platform.commercewebservices.core.filter with type arguments of type AnonymousConsentDataModifier and TypeMethodDescriptionprotected voidConsentFilter.writeConsentHeaders(javax.servlet.http.HttpServletResponse response, List<AnonymousConsentData> consents) -
Uses of AnonymousConsentData in de.hybris.platform.yacceleratorstorefront.filters
Methods in de.hybris.platform.yacceleratorstorefront.filters that return types with arguments of type AnonymousConsentDataModifier and TypeMethodDescriptionprotected List<AnonymousConsentData>ConsentFilter.readConsentCookies(javax.servlet.http.HttpServletRequest request) Method parameters in de.hybris.platform.yacceleratorstorefront.filters with type arguments of type AnonymousConsentDataModifier and TypeMethodDescriptionprotected voidConsentFilter.writeConsentCookies(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, List<AnonymousConsentData> consents) -
Uses of AnonymousConsentData in de.hybris.platform.ycommercewebservices.filter
Methods in de.hybris.platform.ycommercewebservices.filter that return types with arguments of type AnonymousConsentDataModifier and TypeMethodDescriptionprotected List<AnonymousConsentData>ConsentFilter.readConsentHeaders(javax.servlet.http.HttpServletRequest request) Method parameters in de.hybris.platform.ycommercewebservices.filter with type arguments of type AnonymousConsentDataModifier and TypeMethodDescriptionprotected voidConsentFilter.writeConsentHeaders(javax.servlet.http.HttpServletResponse response, List<AnonymousConsentData> consents)
AnonymousConsentDatainstead