Class DefaultCustomerMasterConsentFacade

java.lang.Object
de.hybris.platform.commercefacades.consent.impl.DefaultConsentFacade
com.sap.platform.sapcustomerlookupservice.facade.impl.DefaultCustomerMasterConsentFacade
All Implemented Interfaces:
CustomerMasterConsentFacade, de.hybris.platform.commercefacades.consent.ConsentFacade

public class DefaultCustomerMasterConsentFacade extends de.hybris.platform.commercefacades.consent.impl.DefaultConsentFacade implements CustomerMasterConsentFacade
Default impl to give consent to registered user
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    giveConsentForEmailId(String emailId, String consentTemplateId, Integer consentTemplateVersion)
    Give consent for registered user in storefront.

    Methods inherited from class de.hybris.platform.commercefacades.consent.impl.DefaultConsentFacade

    getBaseSiteService, getCommerceConsentService, getConsentTemplateConverter, getConsentTemplatesWithConsents, getLatestConsentTemplate, getUserService, giveConsent, setBaseSiteService, setCommerceConsentService, setConsentTemplateConverter, setUserService, withdrawConsent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.hybris.platform.commercefacades.consent.ConsentFacade

    getConsentTemplatesWithConsents, getLatestConsentTemplate, giveConsent, withdrawConsent
  • Constructor Details

    • DefaultCustomerMasterConsentFacade

      public DefaultCustomerMasterConsentFacade()
  • Method Details