Uses of Interface
com.hybris.yprofile.consent.services.ConsentService
-
-
Uses of ConsentService in com.hybris.yprofile.consent.filters
Methods in com.hybris.yprofile.consent.filters that return ConsentService Modifier and Type Method Description ConsentServiceConsentLayerFilter. getConsentService()ConsentServiceOCCConsentLayerFilter. getConsentService()Methods in com.hybris.yprofile.consent.filters with parameters of type ConsentService Modifier and Type Method Description voidConsentLayerFilter. setConsentService(ConsentService consentService)voidOCCConsentLayerFilter. setConsentService(ConsentService consentService) -
Uses of ConsentService in com.hybris.yprofile.consent.services
Classes in com.hybris.yprofile.consent.services that implement ConsentService Modifier and Type Class Description classDefaultConsentServiceImplementation forConsentService. -
Uses of ConsentService in com.hybris.yprofile.listeners
Methods in com.hybris.yprofile.listeners that return ConsentService Modifier and Type Method Description ConsentServiceConsentWithdrawnEventListener. getConsentService()ConsentServiceLoginSuccessEventListener. getConsentService()ConsentServiceRegisterEventListener. getConsentService()Methods in com.hybris.yprofile.listeners with parameters of type ConsentService Modifier and Type Method Description voidConsentWithdrawnEventListener. setConsentService(ConsentService consentService)voidLoginSuccessEventListener. setConsentService(ConsentService consentService)voidRegisterEventListener. setConsentService(ConsentService consentService) -
Uses of ConsentService in com.hybris.yprofile.services.customer
Methods in com.hybris.yprofile.services.customer that return ConsentService Modifier and Type Method Description ConsentServiceProfileCustomerAccountService. getConsentService()Deprecated, for removal: This API element is subject to removal in a future version.ConsentServiceProfileCustomerFacade. getConsentService()Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.hybris.yprofile.services.customer with parameters of type ConsentService Modifier and Type Method Description voidProfileCustomerAccountService. setConsentService(ConsentService consentService)Deprecated, for removal: This API element is subject to removal in a future version.voidProfileCustomerFacade. setConsentService(ConsentService consentService)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ConsentService in com.hybris.yprofile.services.order
Methods in com.hybris.yprofile.services.order that return ConsentService Modifier and Type Method Description ConsentServiceProfilePlaceOrderMethodHook. getConsentService()Methods in com.hybris.yprofile.services.order with parameters of type ConsentService Modifier and Type Method Description voidProfilePlaceOrderMethodHook. setConsentService(ConsentService consentService) -
Uses of ConsentService in de.hybris.platform.personalizationyprofile.occ
Methods in de.hybris.platform.personalizationyprofile.occ that return ConsentService Modifier and Type Method Description protected ConsentServiceCdsCxOccInterceptor. getConsentService()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.personalizationyprofile.occ with parameters of type ConsentService Modifier and Type Method Description voidCdsCxOccInterceptor. setConsentService(ConsentService consentService)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ConsentService in de.hybris.platform.personalizationyprofile.strategy.impl
Methods in de.hybris.platform.personalizationyprofile.strategy.impl that return ConsentService Modifier and Type Method Description protected ConsentServiceCxProcessParameterConsentReferenceStrategy. getConsentService()protected ConsentServiceDefaultCxProfileIdentifierStrategy. getConsentService()protected ConsentServiceSimpleCxProfileIdentifierStrategy. getConsentService()Methods in de.hybris.platform.personalizationyprofile.strategy.impl with parameters of type ConsentService Modifier and Type Method Description voidCxProcessParameterConsentReferenceStrategy. setConsentService(ConsentService consentService)voidDefaultCxProfileIdentifierStrategy. setConsentService(ConsentService consentService)voidSimpleCxProfileIdentifierStrategy. setConsentService(ConsentService consentService)
-