Uses of Class
de.hybris.platform.commerceservices.model.consent.ConsentModel
Packages that use ConsentModel
Package
Description
Contains generated models for each type of de.hybris.platform.commerceservices.jalo package.
-
Uses of ConsentModel in com.hybris.yprofile.common
Methods in com.hybris.yprofile.common that return types with arguments of type ConsentModelModifier and TypeMethodDescriptionstatic Optional<ConsentModel>Utils.getActiveConsentModelForCustomerAndBaseSite(BaseSiteModel baseSiteModel, CustomerModel customerModel, CommerceConsentService commerceConsentService) Gets the active consent model for the given baseSite and user from theCommerceConsentService.static Optional<ConsentModel>Utils.getActiveConsentModelFromEvent(AbstractCommerceUserEvent event, CommerceConsentService commerceConsentService) Gets the active consent model for the base-site and customer pertaining to the event from theCommerceConsentService. -
Uses of ConsentModel in com.hybris.yprofile.consent.services
Methods in com.hybris.yprofile.consent.services with parameters of type ConsentModelModifier and TypeMethodDescriptionvoidConsentService.deleteConsentReferenceInConsentServiceAndInConsentModel(ConsentModel consentModel, String baseSiteId) Deletes the consent reference when the user revokes the consent for profile or user closes the accountvoidDefaultConsentService.deleteConsentReferenceInConsentServiceAndInConsentModel(ConsentModel consentModel, String baseSiteId) protected voidDefaultConsentService.resetConsentReferenceInConsentModel(ConsentModel consentModel) -
Uses of ConsentModel in de.hybris.platform.commercefacades.consent.converters.populator
Methods in de.hybris.platform.commercefacades.consent.converters.populator that return types with arguments of type ConsentModelModifier and TypeMethodDescriptionprotected Converter<ConsentModel,ConsentData> ConsentTemplatePopulator.getConsentConverter()Methods in de.hybris.platform.commercefacades.consent.converters.populator with parameters of type ConsentModelModifier and TypeMethodDescriptionvoidConsentPopulator.populate(ConsentModel source, ConsentData target) Method parameters in de.hybris.platform.commercefacades.consent.converters.populator with type arguments of type ConsentModelModifier and TypeMethodDescriptionvoidConsentTemplatePopulator.setConsentConverter(Converter<ConsentModel, ConsentData> consentConverter) -
Uses of ConsentModel in de.hybris.platform.commerceservices.consent
Methods in de.hybris.platform.commerceservices.consent that return ConsentModelModifier and TypeMethodDescriptionCommerceConsentService.getActiveConsent(CustomerModel customer, ConsentTemplateModel consentTemplate) Finds the latest consent for the specified customer and consent template.CommerceConsentService.getConsent(String consentCode) Finds the consent for the specifiedconsentCodeMethods in de.hybris.platform.commerceservices.consent with parameters of type ConsentModelModifier and TypeMethodDescriptionvoidCommerceConsentService.withdrawConsent(ConsentModel consent) Withdraws consent for the specified ConsentModel by updating the consentWithdrawnDate.
1. -
Uses of ConsentModel in de.hybris.platform.commerceservices.consent.dao
Methods in de.hybris.platform.commerceservices.consent.dao that return ConsentModelModifier and TypeMethodDescriptionConsentDao.findConsentByCustomerAndConsentTemplate(CustomerModel customer, ConsentTemplateModel consentTemplate) Finds the latest consent for the specified customer and consent template.Methods in de.hybris.platform.commerceservices.consent.dao that return types with arguments of type ConsentModelModifier and TypeMethodDescriptionConsentDao.findAllConsentsByCustomer(CustomerModel customer) Finds all consents for the specified customer. -
Uses of ConsentModel in de.hybris.platform.commerceservices.consent.dao.impl
Methods in de.hybris.platform.commerceservices.consent.dao.impl that return ConsentModelModifier and TypeMethodDescriptionDefaultConsentDao.findConsentByCustomerAndConsentTemplate(CustomerModel customer, ConsentTemplateModel consentTemplate) Methods in de.hybris.platform.commerceservices.consent.dao.impl that return types with arguments of type ConsentModelModifier and TypeMethodDescriptionDefaultConsentDao.findAllConsentsByCustomer(CustomerModel customer) -
Uses of ConsentModel in de.hybris.platform.commerceservices.consent.impl
Methods in de.hybris.platform.commerceservices.consent.impl that return ConsentModelModifier and TypeMethodDescriptionprotected ConsentModelDefaultCommerceConsentService.createConsentModel(CustomerModel customer, ConsentTemplateModel consentTemplate) DefaultCommerceConsentService.getActiveConsent(CustomerModel customer, ConsentTemplateModel consentTemplate) DefaultCommerceConsentService.getConsent(String consentCode) Methods in de.hybris.platform.commerceservices.consent.impl with parameters of type ConsentModelModifier and TypeMethodDescriptionprotected AbstractConsentEventDefaultCommerceConsentService.initializeEvent(AbstractConsentEvent event, ConsentModel consent) protected booleanDefaultCommerceConsentService.isConsentGiven(ConsentModel consent) protected booleanDefaultCommerceConsentService.isConsentWithdrawn(ConsentModel consent) voidDefaultCommerceConsentService.withdrawConsent(ConsentModel consent) -
Uses of ConsentModel in de.hybris.platform.commerceservices.consent.interceptors
Methods in de.hybris.platform.commerceservices.consent.interceptors with parameters of type ConsentModelModifier and TypeMethodDescriptionvoidDefaultConsentPrepareInterceptor.onPrepare(ConsentModel consent, InterceptorContext ctx) -
Uses of ConsentModel in de.hybris.platform.commerceservices.event
Methods in de.hybris.platform.commerceservices.event that return ConsentModelMethods in de.hybris.platform.commerceservices.event with parameters of type ConsentModel -
Uses of ConsentModel in de.hybris.platform.commerceservices.model
Methods in de.hybris.platform.commerceservices.model with parameters of type ConsentModel -
Uses of ConsentModel in de.hybris.platform.personalizationyprofile.event
Methods in de.hybris.platform.personalizationyprofile.event with parameters of type ConsentModelModifier and TypeMethodDescriptionprotected booleanCxCdsConsentWithdrawnEventListener.isProfileConsentWithdrawn(ConsentModel consent)