Uses of Class
de.hybris.platform.commerceservices.event.ChangeUIDEvent
Packages that use ChangeUIDEvent
Package
Description
-
Uses of ChangeUIDEvent in com.hybris.yprofile.listeners
Methods in com.hybris.yprofile.listeners with parameters of type ChangeUIDEventModifier and TypeMethodDescriptionprotected voidChangeUIDEventListener.onSiteEvent(ChangeUIDEvent event) protected booleanChangeUIDEventListener.shouldHandleEvent(ChangeUIDEvent event) -
Uses of ChangeUIDEvent in com.hybris.yprofile.populators
Methods in com.hybris.yprofile.populators with parameters of type ChangeUIDEvent -
Uses of ChangeUIDEvent in com.hybris.yprofile.services
Methods in com.hybris.yprofile.services with parameters of type ChangeUIDEventModifier and TypeMethodDescriptionvoidProfileTransactionService.sendUidChangedEvent(ChangeUIDEvent event, String consentReferenceId) Sends newUid updated event to Profile. -
Uses of ChangeUIDEvent in com.hybris.yprofile.services.impl
Methods in com.hybris.yprofile.services.impl that return types with arguments of type ChangeUIDEventMethods in com.hybris.yprofile.services.impl with parameters of type ChangeUIDEventModifier and TypeMethodDescriptionvoidDefaultProfileTransactionService.sendUidChangedEvent(ChangeUIDEvent event, String consentReferenceId) Send changed UID event to CDS.Method parameters in com.hybris.yprofile.services.impl with type arguments of type ChangeUIDEventModifier and TypeMethodDescriptionvoidDefaultProfileTransactionService.setProfileUIDConverter(Converter<ChangeUIDEvent, UID> profileUIDConverter)