Uses of Class
de.hybris.platform.outboundsync.dto.OutboundItemDTOGroup
Packages that use OutboundItemDTOGroup
Package
Description
-
Uses of OutboundItemDTOGroup in de.hybris.platform.outboundsync.activator.impl
Methods in de.hybris.platform.outboundsync.activator.impl with parameters of type OutboundItemDTOGroupModifier and TypeMethodDescriptionprotected voidDefaultOutboundSyncService.handleError(OutboundItemDTOGroup outboundItemDTOGroup) protected voidDefaultOutboundSyncService.handleResponse(org.springframework.http.ResponseEntity<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 OutboundItemDTOGroupModifier and TypeMethodDescriptionstatic OutboundItemDTOGroupOutboundItemDTOGroup.from(Collection<OutboundItemDTO> outboundItemDTOs, OutboundItemFactory itemFactory) Creates anOutboundItemDTOGroupfrom the given collection ofOutboundItemDTO -
Uses of OutboundItemDTOGroup in de.hybris.platform.outboundsync.events
Constructors in de.hybris.platform.outboundsync.events with parameters of type OutboundItemDTOGroupModifierConstructorDescriptionAbortedOutboundSyncEvent(PK cronJobPk, OutboundItemDTOGroup group) Instantiates this eventCompletedOutboundSyncEvent(@NotNull OutboundItemDTOGroup group, boolean success) Instantiates this event.protectedItemGroupOutboundSyncEvent(PK cronJobPk, OutboundItemDTOGroup group) SystemErrorOutboundSyncEvent(@NotNull PK cronJobPk, OutboundItemDTOGroup group) Instantiates this event -
Uses of OutboundItemDTOGroup in de.hybris.platform.outboundsync.retry
Methods in de.hybris.platform.outboundsync.retry with parameters of type OutboundItemDTOGroupModifier and TypeMethodDescriptionRetrySearchService.findRetry(OutboundItemDTOGroup outboundItemDTOGroup) FindsOutboundSyncRetryModelwith the parameters included inOutboundItemDTOGroupor throws 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 OutboundItemDTOGroupModifier and TypeMethodDescriptionprotected 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 theOutboundItembooleanDefaultSyncRetryService.handleSyncFailure(OutboundItemDTOGroup dtoGroup) voidDefaultSyncRetryService.handleSyncSuccess(OutboundItemDTOGroup outboundItemDTOGroup)