Uses of Class
de.hybris.platform.outboundsync.dto.OutboundItemDTOGroup
-
-
Uses of OutboundItemDTOGroup in de.hybris.platform.outboundsync.activator.impl
Methods in de.hybris.platform.outboundsync.activator.impl with parameters of type OutboundItemDTOGroup Modifier and Type Method Description protected voidDefaultOutboundSyncService. consumeChanges(OutboundItemDTOGroup outboundItemDTOGroup)protected voidDefaultOutboundSyncService. handleError(OutboundItemDTOGroup outboundItemDTOGroup)protected voidDefaultOutboundSyncService. handleResponse(org.springframework.http.ResponseEntity<java.util.Map> responseEntity, OutboundItemDTOGroup outboundItemDTOGroup)protected voidDefaultOutboundSyncService. handleSuccessfulSync(OutboundItemDTOGroup outboundItemDTOGroup) -
Uses of OutboundItemDTOGroup in de.hybris.platform.outboundsync.dto
Methods in de.hybris.platform.outboundsync.dto that return OutboundItemDTOGroup Modifier and Type Method Description static OutboundItemDTOGroupOutboundItemDTOGroup. from(java.util.Collection<OutboundItemDTO> outboundItemDTOs, OutboundItemFactory itemFactory)Creates anOutboundItemDTOGroupfrom the given collection ofOutboundItemDTO -
Uses of OutboundItemDTOGroup in de.hybris.platform.outboundsync.retry
Methods in de.hybris.platform.outboundsync.retry with parameters of type OutboundItemDTOGroup Modifier and Type Method Description booleanSyncRetryService. determineLastAttemptAndUpdateRetry(OutboundItemDTOGroup itemGroup)Deprecated, for removal: This API element is subject to removal in a future version.OutboundSyncRetryModelRetrySearchService. findRetry(OutboundItemDTOGroup outboundItemDTOGroup)FindsOutboundSyncRetryModelwith the parameters included inOutboundItemDTOGroupor throws {@throws SyncRetryNotFoundException} if no correspondingOutboundSyncRetryModelis found.booleanSyncRetryService. handleSyncFailure(OutboundItemDTOGroup dtoGroup)Handles an outbound synchronization failure for the specified DTO group.voidSyncRetryService. handleSyncSuccess(OutboundItemDTOGroup itemGroup)Performs the necessary operations in the retry table to handle a successful synchronization -
Uses of OutboundItemDTOGroup in de.hybris.platform.outboundsync.retry.impl
Methods in de.hybris.platform.outboundsync.retry.impl with parameters of type OutboundItemDTOGroup Modifier and Type Method Description protected OutboundSyncRetryModelDefaultSyncRetryService. createNewRetry(OutboundItemDTOGroup outboundItemDTOGroup)Creates a new instance of the retry record but does not persist it.booleanDefaultSyncRetryService. determineLastAttemptAndUpdateRetry(OutboundItemDTOGroup outboundItemDTOGroup)OutboundSyncRetryModelDefaultRetrySearchService. findRetry(OutboundItemDTOGroup outboundItemDTOGroup)protected OutboundSyncRetryModelDefaultSyncRetryService. findRetry(OutboundItemDTOGroup outboundItemDTOGroup)Searches the database for aOutboundSyncRetryModelthat contains the information in theOutboundItembooleanDefaultSyncRetryService. handleSyncFailure(OutboundItemDTOGroup dtoGroup)voidDefaultSyncRetryService. handleSyncSuccess(OutboundItemDTOGroup outboundItemDTOGroup)
-