Uses of Class
de.hybris.platform.commerceservices.model.consent.ConsentTemplateModel
-
Packages that use ConsentTemplateModel Package Description de.hybris.platform.commercefacades.consent.converters.populator de.hybris.platform.commercefacades.consent.impl 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.customer.impl de.hybris.platform.commerceservices.model.consent Contains generated models for each type of de.hybris.platform.commerceservices.jalo.consent package.de.hybris.platform.personalizationservices.configuration de.hybris.platform.personalizationservices.configuration.impl de.hybris.platform.personalizationservices.model.config 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 ConsentTemplateModel Modifier and Type Method Description voidConsentTemplatePopulator. 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 ConsentTemplateModel Modifier and Type Method Description protected Converter<ConsentTemplateModel,ConsentTemplateData>DefaultConsentFacade. getConsentTemplateConverter()Method parameters in de.hybris.platform.commercefacades.consent.impl with type arguments of type ConsentTemplateModel Modifier and Type Method Description voidDefaultConsentFacade. setConsentTemplateConverter(Converter<ConsentTemplateModel,ConsentTemplateData> consentTemplateConverter) -
Uses of ConsentTemplateModel in de.hybris.platform.commerceservices.consent
Methods in de.hybris.platform.commerceservices.consent that return ConsentTemplateModel Modifier and Type Method Description ConsentTemplateModelCommerceConsentService. getConsentTemplate(java.lang.String consentTemplateId, java.lang.Integer consentTemplateVersion, BaseSiteModel baseSite)Finds the consent template for the suppliedconsentTemplateId,consentTemplateVersionandbaseSite.ConsentTemplateModelCommerceConsentService. getLatestConsentTemplate(java.lang.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 ConsentTemplateModel Modifier and Type Method Description java.util.List<ConsentTemplateModel>CommerceConsentService. 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 ConsentTemplateModel Modifier and Type Method Description ConsentModelCommerceConsentService. 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 ConsentTemplateModel Modifier and Type Method Description ConsentTemplateModelConsentTemplateDao. findConsentTemplateByIdAndVersionAndSite(java.lang.String consentTemplateId, java.lang.Integer consentTemplateVersion, BaseSiteModel baseSite)Finds consent template for specified id, version and base site.ConsentTemplateModelConsentTemplateDao. findLatestConsentTemplateByIdAndSite(java.lang.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 ConsentTemplateModel Modifier and Type Method Description java.util.List<ConsentTemplateModel>ConsentTemplateDao. 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 ConsentTemplateModel Modifier and Type Method Description ConsentModelConsentDao. 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 ConsentTemplateModel Modifier and Type Method Description ConsentTemplateModelDefaultConsentTemplateDao. findConsentTemplateByIdAndVersionAndSite(java.lang.String consentTemplateId, java.lang.Integer consentTemplateVersion, BaseSiteModel baseSite)ConsentTemplateModelDefaultConsentTemplateDao. findLatestConsentTemplateByIdAndSite(java.lang.String consentTemplateId, BaseSiteModel baseSite)Methods in de.hybris.platform.commerceservices.consent.dao.impl that return types with arguments of type ConsentTemplateModel Modifier and Type Method Description java.util.List<ConsentTemplateModel>DefaultConsentTemplateDao. findConsentTemplatesBySite(BaseSiteModel baseSite)Methods in de.hybris.platform.commerceservices.consent.dao.impl with parameters of type ConsentTemplateModel Modifier and Type Method Description ConsentModelDefaultConsentDao. findConsentByCustomerAndConsentTemplate(CustomerModel customer, ConsentTemplateModel consentTemplate)protected java.util.Map<java.lang.String,java.lang.Object>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 ConsentTemplateModel Modifier and Type Method Description ConsentTemplateModelDefaultCommerceConsentService. getConsentTemplate(java.lang.String consentTemplateId, java.lang.Integer consentTemplateVersion, BaseSiteModel baseSite)ConsentTemplateModelDefaultCommerceConsentService. getLatestConsentTemplate(java.lang.String consentTemplateId, BaseSiteModel baseSite)Methods in de.hybris.platform.commerceservices.consent.impl that return types with arguments of type ConsentTemplateModel Modifier and Type Method Description java.util.List<ConsentTemplateModel>DefaultCommerceConsentService. getConsentTemplates(BaseSiteModel baseSite)Methods in de.hybris.platform.commerceservices.consent.impl with parameters of type ConsentTemplateModel Modifier and Type Method Description protected ConsentModelDefaultCommerceConsentService. createConsentModel(CustomerModel customer, ConsentTemplateModel consentTemplate)ConsentModelDefaultCommerceConsentService. 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 ConsentTemplateModel Modifier and Type Method Description protected java.util.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 ConsentTemplateModel Modifier and Type Method Description ConsentTemplateModelConsentModel. getConsentTemplate()Generated method - Getter of theConsent.consentTemplateattribute defined at extensioncommerceservices.Methods in de.hybris.platform.commerceservices.model.consent with parameters of type ConsentTemplateModel Modifier and Type Method Description voidConsentModel. setConsentTemplate(ConsentTemplateModel value)Generated method - Setter ofConsent.consentTemplateattribute defined at extensioncommerceservices.Constructors in de.hybris.platform.commerceservices.model.consent with parameters of type ConsentTemplateModel Constructor Description ConsentModel(java.lang.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(java.lang.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 ConsentTemplateModel Modifier and Type Method Description java.util.Set<ConsentTemplateModel>CxConfigurationService. getConsentTemplates()Retrieve ConsentTemplates for personalization for current base site.java.util.Set<ConsentTemplateModel>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 ConsentTemplateModel Modifier and Type Method Description java.util.Set<ConsentTemplateModel>DefaultCxConfigurationService. getConsentTemplates()java.util.Set<ConsentTemplateModel>DefaultCxConfigurationService. getConsentTemplates(BaseSiteModel baseSiteModel)Methods in de.hybris.platform.personalizationservices.configuration.impl with parameters of type ConsentTemplateModel Modifier and Type Method Description protected java.lang.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 ConsentTemplateModel Modifier and Type Method Description java.util.Set<ConsentTemplateModel>CxConfigModel. getConsentTemplates()Generated method - Getter of theCxConfig.consentTemplatesattribute defined at extensionpersonalizationservices.Method parameters in de.hybris.platform.personalizationservices.model.config with type arguments of type ConsentTemplateModel Modifier and Type Method Description voidCxConfigModel. setConsentTemplates(java.util.Set<ConsentTemplateModel> value)Generated method - Setter ofCxConfig.consentTemplatesattribute defined at extensionpersonalizationservices.
-