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 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 voidDefaultSyncRetryService. incrementRetryAttempt(OutboundSyncRetryModel retry)Increments the retry attempt count by 1, and persists the updateprotected voidDefaultSyncRetryService. markRetryAsMaxRetriesReached(OutboundSyncRetryModel retry)Sets thesetReachedMaxRetries(Boolean)to true, and persists the update.protected voidDefaultSyncRetryService. updateRetry(OutboundSyncRetryModel retry)Persists the givenOutboundSyncRetryModel
-