Uses of Class
de.hybris.platform.outboundsync.dto.OutboundItemDTO
Packages that use OutboundItemDTO
Package
Description
-
Uses of OutboundItemDTO in de.hybris.platform.outboundsync
Methods in de.hybris.platform.outboundsync with parameters of type OutboundItemDTOModifier and TypeMethodDescriptionvoidTestOutboundItemConsumer.consume(OutboundItemDTO outboundItemDTO) RootItemChannelCorrelationStrategy.correlationKey(OutboundItemDTO dto) -
Uses of OutboundItemDTO in de.hybris.platform.outboundsync.activator
Methods in de.hybris.platform.outboundsync.activator with parameters of type OutboundItemDTOModifier and TypeMethodDescriptionvoidOutboundItemConsumer.consume(OutboundItemDTO outboundItemDTO) Consumes the items in the outbound item DTO.voidDeleteOutboundSyncService.sync(OutboundItemDTO deletedItem) Synchronize the item deletionMethod parameters in de.hybris.platform.outboundsync.activator with type arguments of type OutboundItemDTOModifier and TypeMethodDescriptionvoidOutboundSyncService.sync(Collection<OutboundItemDTO> outboundItemDTOs) Consumes a DTO with the item changed information and handles the message based on the change type. -
Uses of OutboundItemDTO in de.hybris.platform.outboundsync.activator.impl
Methods in de.hybris.platform.outboundsync.activator.impl with parameters of type OutboundItemDTOModifier and TypeMethodDescriptionvoidDeltaDetectionOutboundItemConsumer.consume(OutboundItemDTO outboundItemDTO) voidDefaultDeleteOutboundSyncService.sync(OutboundItemDTO deletedItem) Method parameters in de.hybris.platform.outboundsync.activator.impl with type arguments of type OutboundItemDTOModifier and TypeMethodDescriptionvoidDefaultOutboundSyncService.sync(Collection<OutboundItemDTO> outboundItemDTOs) -
Uses of OutboundItemDTO in de.hybris.platform.outboundsync.dto
Methods in de.hybris.platform.outboundsync.dto that return OutboundItemDTOModifier and TypeMethodDescriptionOutboundItemDTO.Builder.build()Deprecated, for removal: This API element is subject to removal in a future version.OutboundItemDTOBuilder.build()Methods in de.hybris.platform.outboundsync.dto that return types with arguments of type OutboundItemDTOModifier and TypeMethodDescriptionOutboundItemDTOGroup.getOutboundItemDTOs()Retrieves a copy of the collection of OutboundItemDTOsMethods in de.hybris.platform.outboundsync.dto with parameters of type OutboundItemDTOModifier and TypeMethodDescriptionstatic OutboundItemDTO.BuilderOutboundItemDTO.Builder.from(OutboundItemDTO dto) Deprecated, for removal: This API element is subject to removal in a future version.static OutboundItemDTOBuilderOutboundItemDTOBuilder.from(@NotNull OutboundItemDTO dto) Method parameters in de.hybris.platform.outboundsync.dto with type arguments of type OutboundItemDTOModifier and TypeMethodDescriptionstatic OutboundItemDTOGroupOutboundItemDTOGroup.from(Collection<OutboundItemDTO> outboundItemDTOs, OutboundItemFactory itemFactory) Creates anOutboundItemDTOGroupfrom the given collection ofOutboundItemDTO -
Uses of OutboundItemDTO in de.hybris.platform.outboundsync.events
Methods in de.hybris.platform.outboundsync.events with parameters of type OutboundItemDTOModifier and TypeMethodDescriptionstatic CompletedOutboundSyncEventCompletedOutboundSyncEvent.successfulSync(OutboundItemDTO item) Creates an instance of theCompletedOutboundSyncEventfor successful synchronization of a single item.Constructors in de.hybris.platform.outboundsync.events with parameters of type OutboundItemDTOModifierConstructorDescriptionIgnoredOutboundSyncEvent(@NotNull OutboundItemDTO item) Instantiates this event -
Uses of OutboundItemDTO in de.hybris.platform.outboundsync.job
Methods in de.hybris.platform.outboundsync.job that return types with arguments of type OutboundItemDTOModifier and TypeMethodDescriptionFilteringService.applyFilters(@NotNull OutboundItemDTO dto, @NotNull IntegrationObjectModel io) Searches for an applicableSyncFilterfrom the syncFilterList and calls evaluate on the first applicable filter if any is found.SyncFilter.evaluate(OutboundItemDTO dto, IntegrationObjectModel io) Evaluates the filtering conditions against the specified item DTO.ItemPKPopulator.populatePK(OutboundItemDTO itemDTO) Populates the pk with the root item pk for the integrationObject under concernMethods in de.hybris.platform.outboundsync.job with parameters of type OutboundItemDTOModifier and TypeMethodDescriptionFilteringService.applyFilters(@NotNull OutboundItemDTO dto, @NotNull IntegrationObjectModel io) Searches for an applicableSyncFilterfrom the syncFilterList and calls evaluate on the first applicable filter if any is found.OutboundItemFactory.createItem(OutboundItemDTO itemDto) Creates new instance of anOutboundItemSyncFilter.evaluate(OutboundItemDTO dto, IntegrationObjectModel io) Evaluates the filtering conditions against the specified item DTO.booleanSyncFilter.isApplicable(OutboundItemDTO dto) If the evaluate method is applicable for the given outbound item DTOItemPKPopulator.populatePK(OutboundItemDTO itemDTO) Populates the pk with the root item pk for the integrationObject under concernvoidItemChangeSender.send(@NotNull OutboundItemDTO change) Send out anItemChangeSendervoidRootItemChangeSender.sendPopulatedItem(@NotNull OutboundItemDTO change) Consume theOutboundItemDTO -
Uses of OutboundItemDTO in de.hybris.platform.outboundsync.job.impl
Methods in de.hybris.platform.outboundsync.job.impl that return types with arguments of type OutboundItemDTOModifier and TypeMethodDescriptionDefaultFilteringService.applyFilters(@NotNull OutboundItemDTO dto, @NotNull IntegrationObjectModel io) Searches for an applicableSyncFilterfrom the syncFilterList and calls evaluate on the first applicable filter if any is found.ChangeSyncFilter.evaluate(OutboundItemDTO dto, IntegrationObjectModel io) DeleteSyncFilter.evaluate(OutboundItemDTO dto, IntegrationObjectModel io) Evaluates the filtering conditions against the specified item DTO.Methods in de.hybris.platform.outboundsync.job.impl with parameters of type OutboundItemDTOModifier and TypeMethodDescriptionDefaultFilteringService.applyFilters(@NotNull OutboundItemDTO dto, @NotNull IntegrationObjectModel io) Searches for an applicableSyncFilterfrom the syncFilterList and calls evaluate on the first applicable filter if any is found.DefaultOutboundItemFactory.createItem(OutboundItemDTO itemDto) ChangeSyncFilter.evaluate(OutboundItemDTO dto, IntegrationObjectModel io) DeleteSyncFilter.evaluate(OutboundItemDTO dto, IntegrationObjectModel io) Evaluates the filtering conditions against the specified item DTO.booleanChangeSyncFilter.isApplicable(OutboundItemDTO dto) booleanDeleteSyncFilter.isApplicable(OutboundItemDTO dto) -
Uses of OutboundItemDTO in de.hybris.platform.outboundsync.router
Methods in de.hybris.platform.outboundsync.router with parameters of type OutboundItemDTO -
Uses of OutboundItemDTO in de.hybris.platform.outboundsync.router.impl
Methods in de.hybris.platform.outboundsync.router.impl that return types with arguments of type OutboundItemDTOMethods in de.hybris.platform.outboundsync.router.impl with parameters of type OutboundItemDTOModifier and TypeMethodDescriptionRootItemPKPopulator.populatePK(OutboundItemDTO itemDto) voidDefaultOutboundItemDTORouter.route(OutboundItemDTO itemDto)