Uses of Class
de.hybris.platform.commerceservices.model.consent.ConsentModel
-
Packages that use ConsentModel Package Description de.hybris.platform.commercefacades.consent.converters.populator de.hybris.platform.commerceservices.consent de.hybris.platform.commerceservices.consent.dao de.hybris.platform.commerceservices.consent.dao.impl de.hybris.platform.commerceservices.consent.impl de.hybris.platform.commerceservices.consent.interceptors de.hybris.platform.commerceservices.event de.hybris.platform.commerceservices.model Contains generated models for each type of de.hybris.platform.commerceservices.jalo package.de.hybris.platform.personalizationyprofile.event -
-
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 ConsentModel Modifier and Type Method Description protected Converter<ConsentModel,ConsentData>ConsentTemplatePopulator. getConsentConverter()Methods in de.hybris.platform.commercefacades.consent.converters.populator with parameters of type ConsentModel Modifier and Type Method Description voidConsentPopulator. populate(ConsentModel source, ConsentData target)Method parameters in de.hybris.platform.commercefacades.consent.converters.populator with type arguments of type ConsentModel Modifier and Type Method Description voidConsentTemplatePopulator. setConsentConverter(Converter<ConsentModel,ConsentData> consentConverter) -
Uses of ConsentModel in de.hybris.platform.commerceservices.consent
Methods in de.hybris.platform.commerceservices.consent that return ConsentModel Modifier and Type Method Description ConsentModelCommerceConsentService. getActiveConsent(CustomerModel customer, ConsentTemplateModel consentTemplate)Finds the latest consent for the specified customer and consent template.ConsentModelCommerceConsentService. getConsent(java.lang.String consentCode)Finds the consent for the specifiedconsentCodeMethods in de.hybris.platform.commerceservices.consent with parameters of type ConsentModel Modifier and Type Method Description voidCommerceConsentService. 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 ConsentModel Modifier and Type Method Description ConsentModelConsentDao. 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 ConsentModel Modifier and Type Method Description java.util.List<ConsentModel>ConsentDao. 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 ConsentModel Modifier and Type Method Description ConsentModelDefaultConsentDao. findConsentByCustomerAndConsentTemplate(CustomerModel customer, ConsentTemplateModel consentTemplate)Methods in de.hybris.platform.commerceservices.consent.dao.impl that return types with arguments of type ConsentModel Modifier and Type Method Description java.util.List<ConsentModel>DefaultConsentDao. findAllConsentsByCustomer(CustomerModel customer) -
Uses of ConsentModel in de.hybris.platform.commerceservices.consent.impl
Methods in de.hybris.platform.commerceservices.consent.impl that return ConsentModel Modifier and Type Method Description protected ConsentModelDefaultCommerceConsentService. createConsentModel(CustomerModel customer, ConsentTemplateModel consentTemplate)ConsentModelDefaultCommerceConsentService. getActiveConsent(CustomerModel customer, ConsentTemplateModel consentTemplate)ConsentModelDefaultCommerceConsentService. getConsent(java.lang.String consentCode)Methods in de.hybris.platform.commerceservices.consent.impl with parameters of type ConsentModel Modifier and Type Method Description protected 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 ConsentModel Modifier and Type Method Description voidDefaultConsentPrepareInterceptor. onPrepare(ConsentModel consent, InterceptorContext ctx) -
Uses of ConsentModel in de.hybris.platform.commerceservices.event
Methods in de.hybris.platform.commerceservices.event that return ConsentModel Modifier and Type Method Description ConsentModelAbstractConsentEvent. getConsent()Methods in de.hybris.platform.commerceservices.event with parameters of type ConsentModel Modifier and Type Method Description voidAbstractConsentEvent. setConsent(ConsentModel consent) -
Uses of ConsentModel in de.hybris.platform.commerceservices.model
Methods in de.hybris.platform.commerceservices.model with parameters of type ConsentModel Modifier and Type Method Description java.lang.BooleanConsentActiveAttribute. get(ConsentModel model) -
Uses of ConsentModel in de.hybris.platform.personalizationyprofile.event
Methods in de.hybris.platform.personalizationyprofile.event with parameters of type ConsentModel Modifier and Type Method Description protected booleanCxCdsConsentWithdrawnEventListener. isProfileConsentWithdrawn(ConsentModel consent)
-