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.commercefacades.consent.converters.populator
Methods in de.hybris.platform.commercefacades.consent.converters.populator with parameters of type ConsentTemplateModelModifier and TypeMethodDescriptionvoidConsentTemplatePopulator.populate(ConsentTemplateModel source, ConsentTemplateData target) protected voidConsentTemplatePopulator.populateUserConsent(ConsentTemplateModel source, ConsentTemplateData target) -
Uses of ConsentTemplateModel in de.hybris.platform.commercefacades.consent.impl
Methods in de.hybris.platform.commercefacades.consent.impl that return types with arguments of type ConsentTemplateModelModifier and TypeMethodDescriptionprotected Converter<ConsentTemplateModel,ConsentTemplateData> DefaultConsentFacade.getConsentTemplateConverter()Method parameters in de.hybris.platform.commercefacades.consent.impl with type arguments of type ConsentTemplateModelModifier and TypeMethodDescriptionvoidDefaultConsentFacade.setConsentTemplateConverter(Converter<ConsentTemplateModel, ConsentTemplateData> consentTemplateConverter) -
Uses of ConsentTemplateModel in de.hybris.platform.commerceservices.consent
Methods in de.hybris.platform.commerceservices.consent that return ConsentTemplateModelModifier and TypeMethodDescriptionCommerceConsentService.getConsentTemplate(String consentTemplateId, Integer consentTemplateVersion, BaseSiteModel baseSite) Finds the consent template for the suppliedconsentTemplateId,consentTemplateVersionandbaseSite.CommerceConsentService.getLatestConsentTemplate(String consentTemplateId, BaseSiteModel baseSite) Finds the latest version of aConsentTemplatefor the givenconsentTemplateIdandbaseSite.Methods in de.hybris.platform.commerceservices.consent that return types with arguments of type ConsentTemplateModelModifier and TypeMethodDescriptionCommerceConsentService.getConsentTemplates(BaseSiteModel baseSite) Finds all the latest versions of consent templates for the givenbaseSite.Methods in de.hybris.platform.commerceservices.consent with parameters of type ConsentTemplateModelModifier and TypeMethodDescriptionCommerceConsentService.getActiveConsent(CustomerModel customer, ConsentTemplateModel consentTemplate) Finds the latest consent for the specified customer and consent template.voidCommerceConsentService.giveConsent(CustomerModel customer, ConsentTemplateModel consentTemplate) Gives consent for the specified customer and consent template.booleanCommerceConsentService.hasEffectivelyActiveConsent(CustomerModel customer, ConsentTemplateModel consentTemplate) Checks if a customer has a consent that has not been withdrawn for the specified consent template. -
Uses of ConsentTemplateModel in de.hybris.platform.commerceservices.consent.dao
Methods in de.hybris.platform.commerceservices.consent.dao that return ConsentTemplateModelModifier and TypeMethodDescriptionConsentTemplateDao.findConsentTemplateByIdAndVersionAndSite(String consentTemplateId, Integer consentTemplateVersion, BaseSiteModel baseSite) Finds consent template for specified id, version and base site.ConsentTemplateDao.findLatestConsentTemplateByIdAndSite(String consentTemplateId, BaseSiteModel baseSite) Finds the latest version of a consent template for a specified id and base site.Methods in de.hybris.platform.commerceservices.consent.dao that return types with arguments of type ConsentTemplateModelModifier and TypeMethodDescriptionConsentTemplateDao.findConsentTemplatesBySite(BaseSiteModel baseSite) Finds available consent templates (in the latest version) for a specified base site.Methods in de.hybris.platform.commerceservices.consent.dao with parameters of type ConsentTemplateModelModifier and TypeMethodDescriptionConsentDao.findConsentByCustomerAndConsentTemplate(CustomerModel customer, ConsentTemplateModel consentTemplate) Finds the latest consent for the specified customer and consent template. -
Uses of ConsentTemplateModel in de.hybris.platform.commerceservices.consent.dao.impl
Methods in de.hybris.platform.commerceservices.consent.dao.impl that return ConsentTemplateModelModifier and TypeMethodDescriptionDefaultConsentTemplateDao.findConsentTemplateByIdAndVersionAndSite(String consentTemplateId, Integer consentTemplateVersion, BaseSiteModel baseSite) DefaultConsentTemplateDao.findLatestConsentTemplateByIdAndSite(String consentTemplateId, BaseSiteModel baseSite) Methods in de.hybris.platform.commerceservices.consent.dao.impl that return types with arguments of type ConsentTemplateModelModifier and TypeMethodDescriptionDefaultConsentTemplateDao.findConsentTemplatesBySite(BaseSiteModel baseSite) Methods in de.hybris.platform.commerceservices.consent.dao.impl with parameters of type ConsentTemplateModelModifier and TypeMethodDescriptionDefaultConsentDao.findConsentByCustomerAndConsentTemplate(CustomerModel customer, ConsentTemplateModel consentTemplate) DefaultConsentDao.populateBasicQueryParams(CustomerModel customer, ConsentTemplateModel consentTemplate) -
Uses of ConsentTemplateModel in de.hybris.platform.commerceservices.consent.impl
Methods in de.hybris.platform.commerceservices.consent.impl that return ConsentTemplateModelModifier and TypeMethodDescriptionDefaultCommerceConsentService.getConsentTemplate(String consentTemplateId, Integer consentTemplateVersion, BaseSiteModel baseSite) DefaultCommerceConsentService.getLatestConsentTemplate(String consentTemplateId, BaseSiteModel baseSite) Methods in de.hybris.platform.commerceservices.consent.impl that return types with arguments of type ConsentTemplateModelModifier and TypeMethodDescriptionDefaultCommerceConsentService.getConsentTemplates(BaseSiteModel baseSite) Methods in de.hybris.platform.commerceservices.consent.impl with parameters of type ConsentTemplateModelModifier and TypeMethodDescriptionprotected ConsentModelDefaultCommerceConsentService.createConsentModel(CustomerModel customer, ConsentTemplateModel consentTemplate) DefaultCommerceConsentService.getActiveConsent(CustomerModel customer, ConsentTemplateModel consentTemplate) voidDefaultCommerceConsentService.giveConsent(CustomerModel customer, ConsentTemplateModel consentTemplate) booleanDefaultCommerceConsentService.hasEffectivelyActiveConsent(CustomerModel customer, ConsentTemplateModel consentTemplate) -
Uses of ConsentTemplateModel in de.hybris.platform.commerceservices.customer.impl
Methods in de.hybris.platform.commerceservices.customer.impl that return types with arguments of type ConsentTemplateModelModifier and TypeMethodDescriptionprotected List<ConsentTemplateModel>DefaultCustomerAccountService.populateAndGetSessionConsentsToRegisteredUser(CustomerModel customerModel, BaseSiteModel baseSiteModel) -
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.personalizationservices.configuration
Methods in de.hybris.platform.personalizationservices.configuration that return types with arguments of type ConsentTemplateModelModifier and TypeMethodDescriptionCxConfigurationService.getConsentTemplates()Retrieve ConsentTemplates for personalization for current base site.CxConfigurationService.getConsentTemplates(BaseSiteModel baseSiteModel) Retrieve ConsentTemplates for personalization for for given base site. -
Uses of ConsentTemplateModel in de.hybris.platform.personalizationservices.configuration.impl
Methods in de.hybris.platform.personalizationservices.configuration.impl that return types with arguments of type ConsentTemplateModelModifier and TypeMethodDescriptionDefaultCxConfigurationService.getConsentTemplates()DefaultCxConfigurationService.getConsentTemplates(BaseSiteModel baseSiteModel) Methods in de.hybris.platform.personalizationservices.configuration.impl with parameters of type ConsentTemplateModelModifier and TypeMethodDescriptionprotected StringCxConfigValidationInterceptor.getConsentTemplateFriendlyName(ConsentTemplateModel consentTemplate) -
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.