Uses of Class
de.hybris.platform.commerceservices.model.consent.ConsentTemplateModel
Packages that use ConsentTemplateModel
Package
Description
Contains generated models for each type of de.hybris.platform.commerceservices.jalo.consent package.
Contains generated models for each type of de.hybris.platform.personalizationservices.jalo.config package.
-
Uses of ConsentTemplateModel in de.hybris.platform.commerceservices.model.consent
Methods in de.hybris.platform.commerceservices.model.consent that return ConsentTemplateModelModifier and TypeMethodDescriptionConsentModel.getConsentTemplate()Generated method - Getter of theConsent.consentTemplateattribute defined at extensioncommerceservices.Methods in de.hybris.platform.commerceservices.model.consent with parameters of type ConsentTemplateModelModifier and TypeMethodDescriptionvoidConsentModel.setConsentTemplate(ConsentTemplateModel value) Generated method - Setter ofConsent.consentTemplateattribute defined at extensioncommerceservices.Constructors in de.hybris.platform.commerceservices.model.consent with parameters of type ConsentTemplateModelModifierConstructorDescriptionConsentModel(String _code, ConsentTemplateModel _consentTemplate, CustomerModel _customer) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsentModel(String _code, ConsentTemplateModel _consentTemplate, CustomerModel _customer, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ConsentTemplateModel in de.hybris.platform.gigya.gigyaservices.consent
Methods in de.hybris.platform.gigya.gigyaservices.consent with parameters of type ConsentTemplateModelModifier and TypeMethodDescriptionvoidGigyaConsentService.giveConsent(CustomerModel customer, ConsentTemplateModel template, Date lastConsentModified) Method to give consent, it either creates a new consent model it it doesn't exist.voidGigyaConsentService.withdrawConsent(CustomerModel customer, ConsentTemplateModel template, Date lastConsentModified) Method to withdraw consent for the customer and consent template -
Uses of ConsentTemplateModel in de.hybris.platform.gigya.gigyaservices.consent.impl
Methods in de.hybris.platform.gigya.gigyaservices.consent.impl with parameters of type ConsentTemplateModelModifier and TypeMethodDescriptionvoidDefaultGigyaConsentService.giveConsent(CustomerModel customer, ConsentTemplateModel template, Date lastConsentModified) voidDefaultGigyaConsentService.withdrawConsent(CustomerModel customer, ConsentTemplateModel template, Date lastConsentModified) -
Uses of ConsentTemplateModel in de.hybris.platform.personalizationservices.model.config
Methods in de.hybris.platform.personalizationservices.model.config that return types with arguments of type ConsentTemplateModelModifier and TypeMethodDescriptionCxConfigModel.getConsentTemplates()Generated method - Getter of theCxConfig.consentTemplatesattribute defined at extensionpersonalizationservices.Method parameters in de.hybris.platform.personalizationservices.model.config with type arguments of type ConsentTemplateModelModifier and TypeMethodDescriptionvoidCxConfigModel.setConsentTemplates(Set<ConsentTemplateModel> value) Generated method - Setter ofCxConfig.consentTemplatesattribute defined at extensionpersonalizationservices.