Uses of Class
de.hybris.platform.commerceservices.event.ChangeUIDEvent
-
Packages that use ChangeUIDEvent Package Description com.hybris.yprofile.listeners com.hybris.yprofile.populators com.hybris.yprofile.services com.hybris.yprofile.services.impl -
-
Uses of ChangeUIDEvent in com.hybris.yprofile.listeners
Methods in com.hybris.yprofile.listeners with parameters of type ChangeUIDEvent Modifier and Type Method Description protected 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 Modifier and Type Method Description voidUIDPopulator. populate(ChangeUIDEvent event, UID uid) -
Uses of ChangeUIDEvent in com.hybris.yprofile.services
Methods in com.hybris.yprofile.services with parameters of type ChangeUIDEvent Modifier and Type Method Description voidProfileTransactionService. sendUidChangedEvent(ChangeUIDEvent event, java.lang.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 ChangeUIDEvent Modifier and Type Method Description Converter<ChangeUIDEvent,UID>DefaultProfileTransactionService. getProfileUIDConverter()Methods in com.hybris.yprofile.services.impl with parameters of type ChangeUIDEvent Modifier and Type Method Description voidDefaultProfileTransactionService. sendUidChangedEvent(ChangeUIDEvent event, java.lang.String consentReferenceId)Send changed UID event to yprofile.Method parameters in com.hybris.yprofile.services.impl with type arguments of type ChangeUIDEvent Modifier and Type Method Description voidDefaultProfileTransactionService. setProfileUIDConverter(Converter<ChangeUIDEvent,UID> profileUIDConverter)
-