Uses of Class
de.hybris.platform.outboundsync.events.OutboundSyncEvent
Packages that use OutboundSyncEvent
Package
Description
-
Uses of OutboundSyncEvent in de.hybris.platform.outboundsync.events
Subclasses of OutboundSyncEvent in de.hybris.platform.outboundsync.eventsModifier and TypeClassDescriptionfinal classEvent is triggered for every item being processed after the job is aborted.final classEvent triggered for every item, for which synchronization has been attempted during a cron job run.final classEvent indicates that a single item change was not processed.classA base event class for all events that are related to synchronization of anOutboundItemDTOGroup.final classEvent triggered when the Outbound Synchronization Cron Job has been started.final classEvent is triggered after a systemic error occurred. -
Uses of OutboundSyncEvent in de.hybris.platform.outboundsync.job.impl
Classes in de.hybris.platform.outboundsync.job.impl with type parameters of type OutboundSyncEventModifier and TypeInterfaceDescriptioninterfaceOutboundSyncEventHandler<T extends OutboundSyncEvent>Handler for calculating anOutboundSyncStatebased on aOutboundSyncEventand, if it exists, aOutboundSyncStatewith the previous status.Methods in de.hybris.platform.outboundsync.job.impl with type parameters of type OutboundSyncEventModifier and TypeMethodDescription<T extends OutboundSyncEvent>
voidOutboundSyncJob.applyEvent(T event) Applies an event and recalculates state of the context outbound sync job.Methods in de.hybris.platform.outboundsync.job.impl with parameters of type OutboundSyncEventModifier and TypeMethodDescriptionvoidOutboundSyncJobStateAggregator.applyEvent(@NotNull OutboundSyncEvent event) -
Uses of OutboundSyncEvent in de.hybris.platform.outboundsync.listeners
Methods in de.hybris.platform.outboundsync.listeners with parameters of type OutboundSyncEventModifier and TypeMethodDescriptionvoidOutboundSyncEventListener.onEvent(OutboundSyncEvent event)