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 void
ChangeUIDEventListener. onSiteEvent(ChangeUIDEvent event)
protected boolean
ChangeUIDEventListener. 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 void
UIDPopulator. 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 void
ProfileTransactionService. 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 void
DefaultProfileTransactionService. 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 void
DefaultProfileTransactionService. setProfileUIDConverter(Converter<ChangeUIDEvent,UID> profileUIDConverter)
-