Uses of Class
de.hybris.platform.outboundsync.job.impl.OutboundSyncState
-
Packages that use OutboundSyncState Package Description de.hybris.platform.outboundsync.job.impl de.hybris.platform.outboundsync.job.impl.handlers -
-
Uses of OutboundSyncState in de.hybris.platform.outboundsync.job.impl
Methods in de.hybris.platform.outboundsync.job.impl that return OutboundSyncState Modifier and Type Method Description OutboundSyncStateOutboundSyncStateBuilder. build()@NotNull OutboundSyncStateOutboundSyncJob. getCurrentState()Retrieves state of the context job after the last event was applied.OutboundSyncStateOutboundSyncJobStateAggregator. getCurrentState()@NotNull OutboundSyncStateOutboundSyncEventHandler. handle(T event, @NotNull OutboundSyncState currentState)Handles the event and creates a newOutboundSyncStatethat is calculated based on the information received in aOutboundSyncEventand the current state if it exists.Methods in de.hybris.platform.outboundsync.job.impl with parameters of type OutboundSyncState Modifier and Type Method Description static OutboundSyncState.BuilderOutboundSyncState.Builder. from(@NotNull OutboundSyncState initialState)Deprecated, for removal: This API element is subject to removal in a future version.static OutboundSyncStateBuilderOutboundSyncStateBuilder. from(@NotNull OutboundSyncState initialState)Creates a new instance of this builder by initializing its state to the provided outbound sync state.@NotNull OutboundSyncStateOutboundSyncEventHandler. handle(T event, @NotNull OutboundSyncState currentState)Handles the event and creates a newOutboundSyncStatethat is calculated based on the information received in aOutboundSyncEventand the current state if it exists.booleanOutboundSyncState. isChangedFrom(OutboundSyncState prevState)Determines whether the job state changed beyond just a count change.protected voidDefaultOutboundSyncJobRegister. persistJobState(@NotNull OutboundSyncCronJobModel job, @NotNull OutboundSyncState state)voidDefaultOutboundSyncJobRegister. stateChanged(@NotNull OutboundSyncCronJobModel model, @NotNull OutboundSyncState state)voidOutboundSyncStateObserver. stateChanged(@NotNull OutboundSyncCronJobModel model, @NotNull OutboundSyncState state)Notifies the observer about the outbound sync job state change. -
Uses of OutboundSyncState in de.hybris.platform.outboundsync.job.impl.handlers
Methods in de.hybris.platform.outboundsync.job.impl.handlers that return OutboundSyncState Modifier and Type Method Description OutboundSyncStateAbortedOutboundSyncEventHandler. handle(AbortedOutboundSyncEvent event, OutboundSyncState currentState)OutboundSyncStateCompletedOutboundSyncEventHandler. handle(CompletedOutboundSyncEvent event, OutboundSyncState currentState)OutboundSyncStateIgnoredOutboundSyncEventHandler. handle(IgnoredOutboundSyncEvent event, OutboundSyncState currentState)OutboundSyncStateStartedOutboundSyncEventHandler. handle(StartedOutboundSyncEvent event, OutboundSyncState currentState)OutboundSyncStateSystemErrorOutboundSyncEventHandler. handle(SystemErrorOutboundSyncEvent event, OutboundSyncState currentState)Methods in de.hybris.platform.outboundsync.job.impl.handlers with parameters of type OutboundSyncState Modifier and Type Method Description OutboundSyncStateAbortedOutboundSyncEventHandler. handle(AbortedOutboundSyncEvent event, OutboundSyncState currentState)OutboundSyncStateCompletedOutboundSyncEventHandler. handle(CompletedOutboundSyncEvent event, OutboundSyncState currentState)OutboundSyncStateIgnoredOutboundSyncEventHandler. handle(IgnoredOutboundSyncEvent event, OutboundSyncState currentState)OutboundSyncStateStartedOutboundSyncEventHandler. handle(StartedOutboundSyncEvent event, OutboundSyncState currentState)OutboundSyncStateSystemErrorOutboundSyncEventHandler. handle(SystemErrorOutboundSyncEvent event, OutboundSyncState currentState)
-