Uses of Class
de.hybris.platform.outboundsync.dto.OutboundItemDTOGroup
Packages that use OutboundItemDTOGroup
Package
Description
-
Uses of OutboundItemDTOGroup in de.hybris.platform.outboundsync
Methods in de.hybris.platform.outboundsync with parameters of type OutboundItemDTOGroupModifier and TypeMethodDescriptionBatchChannelCorrelationStrategy.correlationKey(OutboundItemDTOGroup dtoGroup) Method parameters in de.hybris.platform.outboundsync with type arguments of type OutboundItemDTOGroupModifier and TypeMethodDescriptionbooleanBatchReleaseStrategy.canMessagesBeReleased(Collection<OutboundItemDTOGroup> itemDTOGroups) Determines if a list of itemDTOGroups can be released from aggregation. -
Uses of OutboundItemDTOGroup in de.hybris.platform.outboundsync.activator
Method parameters in de.hybris.platform.outboundsync.activator with type arguments of type OutboundItemDTOGroupModifier and TypeMethodDescriptiondefault voidOutboundSyncService.syncBatch(Collection<OutboundItemDTOGroup> outboundItemDTOGroups) Consumes all DTOs and handles the message for each item based on the change type. -
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) Method parameters in de.hybris.platform.outboundsync.activator.impl with type arguments of type OutboundItemDTOGroupModifier and TypeMethodDescriptionvoidDefaultOutboundSyncService.syncBatch(Collection<OutboundItemDTOGroup> outboundItemDTOGroups) -
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 ofOutboundItemDTOstatic OutboundItemDTOGroupOutboundItemDTOGroup.from(Collection<OutboundItemDTO> outboundItemDTOs, OutboundItemFactory itemFactory, String changeId) Creates anOutboundItemDTOGroupfrom the given collection ofOutboundItemDTOand assigns a changeId unique code. -
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 eventConstructor parameters in de.hybris.platform.outboundsync.events with type arguments of type OutboundItemDTOGroupModifierConstructorDescriptionAbortedOutboundSyncEvent(PK cronJobPk, Collection<OutboundItemDTOGroup> groups) Instantiates this eventCompletedOutboundSyncEvent(@NotNull Collection<OutboundItemDTOGroup> groups, boolean success) Instantiates this event.protectedItemGroupOutboundSyncEvent(PK cronJobPk, Collection<OutboundItemDTOGroup> groups) SystemErrorOutboundSyncEvent(@NotNull PK cronJobPk, Collection<OutboundItemDTOGroup> groups) Instantiates this event -
Uses of OutboundItemDTOGroup in de.hybris.platform.outboundsync.exceptions
Methods in de.hybris.platform.outboundsync.exceptions that return OutboundItemDTOGroupModifier and TypeMethodDescriptionBatchResponseNotFoundException.getGroup()Gets the group that caused the exceptionConstructors in de.hybris.platform.outboundsync.exceptions with parameters of type OutboundItemDTOGroupModifierConstructorDescriptionConstructor for the exception -
Uses of OutboundItemDTOGroup in de.hybris.platform.outboundsync.job
Methods in de.hybris.platform.outboundsync.job with parameters of type OutboundItemDTOGroupModifier and TypeMethodDescriptionvoidBatchChangeSender.send(@NotNull OutboundItemDTOGroup change) Sends the root item dto group to the specified spring channel. -
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) -
Uses of OutboundItemDTOGroup in de.hybris.platform.outboundsync.router.impl
Methods in de.hybris.platform.outboundsync.router.impl that return OutboundItemDTOGroupModifier and TypeMethodDescriptionprotected OutboundItemDTOGroupDefaultOutboundSyncBatchRouter.asItemGroup(Collection<OutboundItemDTO> items)