Uses of Class
de.hybris.platform.outboundsync.model.OutboundSyncRetryModel
Packages that use OutboundSyncRetryModel
Package
Description
-
Uses of OutboundSyncRetryModel in de.hybris.platform.outboundsync.retry
Methods in de.hybris.platform.outboundsync.retry that return OutboundSyncRetryModelModifier and TypeMethodDescriptionRetrySearchService.findRetry(OutboundItemDTOGroup outboundItemDTOGroup) FindsOutboundSyncRetryModelwith the parameters included inOutboundItemDTOGroupor throws if no correspondingOutboundSyncRetryModelis found.RetryUpdateException.getRetry()Constructors in de.hybris.platform.outboundsync.retry with parameters of type OutboundSyncRetryModelModifierConstructorDescriptionConstructor for the exception -
Uses of OutboundSyncRetryModel in de.hybris.platform.outboundsync.retry.impl
Methods in de.hybris.platform.outboundsync.retry.impl that return OutboundSyncRetryModelModifier and TypeMethodDescriptionprotected OutboundSyncRetryModelDefaultSyncRetryService.changeForUnsuccessfulSyncAttempt(OutboundSyncRetryModel retry) Updates retry state and persists it.protected OutboundSyncRetryModelDefaultSyncRetryService.createNewRetry(OutboundItemDTOGroup outboundItemDTOGroup) Creates a new instance of the retry record but does not persist it.DefaultRetrySearchService.findRetry(OutboundItemDTOGroup outboundItemDTOGroup) protected OutboundSyncRetryModelDefaultSyncRetryService.findRetry(OutboundItemDTOGroup outboundItemDTOGroup) Searches the database for aOutboundSyncRetryModelthat contains the information in theOutboundItemMethods in de.hybris.platform.outboundsync.retry.impl with parameters of type OutboundSyncRetryModelModifier and TypeMethodDescriptionprotected OutboundSyncRetryModelDefaultSyncRetryService.changeForUnsuccessfulSyncAttempt(OutboundSyncRetryModel retry) Updates retry state and persists it.protected voidDefaultSyncRetryService.updateRetry(OutboundSyncRetryModel retry) Persists the givenOutboundSyncRetryModel