Uses of Class
de.hybris.platform.outboundsync.model.OutboundSyncRetryModel
-
Packages that use OutboundSyncRetryModel Package Description de.hybris.platform.outboundsync.retry de.hybris.platform.outboundsync.retry.impl -
-
Uses of OutboundSyncRetryModel in de.hybris.platform.outboundsync.retry
Methods in de.hybris.platform.outboundsync.retry that return OutboundSyncRetryModel Modifier and Type Method Description OutboundSyncRetryModelRetrySearchService. findRetry(OutboundItemDTOGroup outboundItemDTOGroup)FindsOutboundSyncRetryModelwith the parameters included inOutboundItemDTOGroupor throws {@throws SyncRetryNotFoundException} if no correspondingOutboundSyncRetryModelis found.OutboundSyncRetryModelRetryUpdateException. getRetry()Constructors in de.hybris.platform.outboundsync.retry with parameters of type OutboundSyncRetryModel Constructor Description RetryUpdateException(OutboundSyncRetryModel retry)Constructor for the exception -
Uses of OutboundSyncRetryModel in de.hybris.platform.outboundsync.retry.impl
Methods in de.hybris.platform.outboundsync.retry.impl that return OutboundSyncRetryModel Modifier and Type Method Description protected 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.OutboundSyncRetryModelDefaultRetrySearchService. 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 OutboundSyncRetryModel Modifier and Type Method Description protected OutboundSyncRetryModelDefaultSyncRetryService. changeForUnsuccessfulSyncAttempt(OutboundSyncRetryModel retry)Updates retry state and persists it.protected voidDefaultSyncRetryService. incrementRetryAttempt(OutboundSyncRetryModel retry)Deprecated, for removal: This API element is subject to removal in a future version.since 1905.08-CEP the implementation always usesDefaultSyncRetryService.changeForUnsuccessfulSyncAttempt(OutboundSyncRetryModel)protected voidDefaultSyncRetryService. markRetryAsMaxRetriesReached(OutboundSyncRetryModel retry)Deprecated, for removal: This API element is subject to removal in a future version.since 1905.08-CEP the implementation always usesDefaultSyncRetryService.changeForUnsuccessfulSyncAttempt(OutboundSyncRetryModel)protected voidDefaultSyncRetryService. updateRetry(OutboundSyncRetryModel retry)Persists the givenOutboundSyncRetryModel
-