Uses of Interface
de.hybris.platform.commerceservices.consent.CommerceConsentService
Packages that use CommerceConsentService
Package
Description
-
Uses of CommerceConsentService in com.hybris.yprofile.common
Methods in com.hybris.yprofile.common with parameters of type CommerceConsentServiceModifier and TypeMethodDescriptionstatic Optional<ConsentModel>Utils.getActiveConsentModelForCustomerAndBaseSite(BaseSiteModel baseSiteModel, CustomerModel customerModel, CommerceConsentService commerceConsentService) Gets the active consent model for the given baseSite and user from theCommerceConsentService.static Optional<ConsentModel>Utils.getActiveConsentModelFromEvent(AbstractCommerceUserEvent event, CommerceConsentService commerceConsentService) Gets the active consent model for the base-site and customer pertaining to the event from theCommerceConsentService.static StringUtils.getActiveConsentReferenceForCustomerAndBaseSite(BaseSiteModel baseSiteModel, CustomerModel customerModel, CommerceConsentService commerceConsentService) Gets the ConsentReference from the consent model for the base-site and customer fromCommerceConsentService.static StringUtils.getActiveConsentReferenceFromEvent(AbstractCommerceUserEvent event, CommerceConsentService commerceConsentService) Gets the ConsentReference from the consent model for the base-site and customer of the event fromCommerceConsentService. -
Uses of CommerceConsentService in com.hybris.yprofile.consent.services
Methods in com.hybris.yprofile.consent.services that return CommerceConsentServiceMethods in com.hybris.yprofile.consent.services with parameters of type CommerceConsentServiceModifier and TypeMethodDescriptionvoidDefaultConsentService.setCommerceConsentService(CommerceConsentService commerceConsentService) -
Uses of CommerceConsentService in com.hybris.yprofile.listeners
Methods in com.hybris.yprofile.listeners that return CommerceConsentServiceModifier and TypeMethodDescriptionChangeUIDEventListener.getCommerceConsentService()ClosedAccountEventListener.getCommerceConsentService()ConsignmentEventListener.getCommerceConsentService()DeletedAddressEventListener.getCommerceConsentService()LoginSuccessEventListener.getCommerceConsentService()NewOrderEventListener.getCommerceConsentService()RegisterEventListener.getCommerceConsentService()ReturnOrderEventListener.getCommerceConsentService()SavedAddressEventListener.getCommerceConsentService()UpdatedProfileEventListener.getCommerceConsentService()Methods in com.hybris.yprofile.listeners with parameters of type CommerceConsentServiceModifier and TypeMethodDescriptionvoidChangeUIDEventListener.setCommerceConsentService(CommerceConsentService commerceConsentService) voidClosedAccountEventListener.setCommerceConsentService(CommerceConsentService commerceConsentService) voidConsignmentEventListener.setCommerceConsentService(CommerceConsentService commerceConsentService) voidDeletedAddressEventListener.setCommerceConsentService(CommerceConsentService commerceConsentService) voidLoginSuccessEventListener.setCommerceConsentService(CommerceConsentService commerceConsentService) voidNewOrderEventListener.setCommerceConsentService(CommerceConsentService commerceConsentService) voidRegisterEventListener.setCommerceConsentService(CommerceConsentService commerceConsentService) voidReturnOrderEventListener.setCommerceConsentService(CommerceConsentService commerceConsentService) voidSavedAddressEventListener.setCommerceConsentService(CommerceConsentService commerceConsentService) voidUpdatedProfileEventListener.setCommerceConsentService(CommerceConsentService commerceConsentService) -
Uses of CommerceConsentService in de.hybris.platform.commercefacades.consent.converters.populator
Methods in de.hybris.platform.commercefacades.consent.converters.populator that return CommerceConsentServiceModifier and TypeMethodDescriptionprotected CommerceConsentServiceConsentTemplatePopulator.getCommerceConsentService()Methods in de.hybris.platform.commercefacades.consent.converters.populator with parameters of type CommerceConsentServiceModifier and TypeMethodDescriptionvoidConsentTemplatePopulator.setCommerceConsentService(CommerceConsentService commerceConsentService) -
Uses of CommerceConsentService in de.hybris.platform.commercefacades.consent.impl
Methods in de.hybris.platform.commercefacades.consent.impl that return CommerceConsentServiceModifier and TypeMethodDescriptionprotected CommerceConsentServiceDefaultConsentFacade.getCommerceConsentService()Methods in de.hybris.platform.commercefacades.consent.impl with parameters of type CommerceConsentServiceModifier and TypeMethodDescriptionvoidDefaultConsentFacade.setCommerceConsentService(CommerceConsentService commerceConsentService) -
Uses of CommerceConsentService in de.hybris.platform.commerceservices.consent.impl
Classes in de.hybris.platform.commerceservices.consent.impl that implement CommerceConsentService -
Uses of CommerceConsentService in de.hybris.platform.commerceservices.customer.impl
Methods in de.hybris.platform.commerceservices.customer.impl that return CommerceConsentServiceModifier and TypeMethodDescriptionprotected CommerceConsentServiceDefaultCustomerAccountService.getCommerceConsentService()Methods in de.hybris.platform.commerceservices.customer.impl with parameters of type CommerceConsentServiceModifier and TypeMethodDescriptionvoidDefaultCustomerAccountService.setCommerceConsentService(CommerceConsentService commerceConsentService) -
Uses of CommerceConsentService in de.hybris.platform.personalizationservices.consent.impl
Methods in de.hybris.platform.personalizationservices.consent.impl that return CommerceConsentServiceModifier and TypeMethodDescriptionprotected CommerceConsentServiceDefaultCxConsentService.getCommerceConsentService()Methods in de.hybris.platform.personalizationservices.consent.impl with parameters of type CommerceConsentServiceModifier and TypeMethodDescriptionvoidDefaultCxConsentService.setCommerceConsentService(CommerceConsentService commerceConsentService)