Uses of Class
de.hybris.platform.outboundsync.dto.OutboundItemDTO
-
-
Uses of OutboundItemDTO in de.hybris.platform.outboundsync
Methods in de.hybris.platform.outboundsync with parameters of type OutboundItemDTO Modifier and Type Method Description voidTestOutboundItemConsumer. consume(OutboundItemDTO outboundItemDTO)java.lang.StringRootItemChannelCorrelationStrategy. correlationKey(OutboundItemDTO dto) -
Uses of OutboundItemDTO in de.hybris.platform.outboundsync.activator
Methods in de.hybris.platform.outboundsync.activator with parameters of type OutboundItemDTO Modifier and Type Method Description voidOutboundItemConsumer. 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 OutboundItemDTO Modifier and Type Method Description voidOutboundSyncService. sync(java.util.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 OutboundItemDTO Modifier and Type Method Description voidDeltaDetectionOutboundItemConsumer. consume(OutboundItemDTO outboundItemDTO)voidDefaultDeleteOutboundSyncService. sync(OutboundItemDTO deletedItem)Method parameters in de.hybris.platform.outboundsync.activator.impl with type arguments of type OutboundItemDTO Modifier and Type Method Description voidDefaultOutboundSyncService. sync(java.util.Collection<OutboundItemDTO> outboundItemDTOs) -
Uses of OutboundItemDTO in de.hybris.platform.outboundsync.dto
Methods in de.hybris.platform.outboundsync.dto that return OutboundItemDTO Modifier and Type Method Description OutboundItemDTOOutboundItemDTO.Builder. build()Methods in de.hybris.platform.outboundsync.dto that return types with arguments of type OutboundItemDTO Modifier and Type Method Description java.util.Collection<OutboundItemDTO>OutboundItemDTOGroup. getOutboundItemDTOs()Retrieves a copy of the collection of OutboundItemDTOsMethods in de.hybris.platform.outboundsync.dto with parameters of type OutboundItemDTO Modifier and Type Method Description static OutboundItemDTO.BuilderOutboundItemDTO.Builder. from(OutboundItemDTO dto)Method parameters in de.hybris.platform.outboundsync.dto with type arguments of type OutboundItemDTO Modifier and Type Method Description static OutboundItemDTOGroupOutboundItemDTOGroup. from(java.util.Collection<OutboundItemDTO> outboundItemDTOs, OutboundItemFactory itemFactory)Creates anOutboundItemDTOGroupfrom the given collection ofOutboundItemDTO -
Uses of OutboundItemDTO in de.hybris.platform.outboundsync.job
Methods in de.hybris.platform.outboundsync.job that return types with arguments of type OutboundItemDTO Modifier and Type Method Description java.util.Optional<OutboundItemDTO>FilteringService. 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.java.util.Optional<OutboundItemDTO>SyncFilter. evaluate(OutboundItemDTO dto, IntegrationObjectModel io)Evaluates the filtering conditions against the specified item DTO.java.util.List<OutboundItemDTO>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 OutboundItemDTO Modifier and Type Method Description java.util.Optional<OutboundItemDTO>FilteringService. 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.OutboundItemOutboundItemFactory. createItem(OutboundItemDTO itemDto)Creates new instance of anOutboundItemjava.util.Optional<OutboundItemDTO>SyncFilter. 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 DTOjava.util.List<OutboundItemDTO>ItemPKPopulator. 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 OutboundItemDTO Modifier and Type Method Description java.util.Optional<OutboundItemDTO>DefaultFilteringService. 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.java.util.Optional<OutboundItemDTO>ChangeSyncFilter. evaluate(OutboundItemDTO dto, IntegrationObjectModel io)java.util.Optional<OutboundItemDTO>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 OutboundItemDTO Modifier and Type Method Description java.util.Optional<OutboundItemDTO>DefaultFilteringService. 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.OutboundItemDefaultOutboundItemFactory. createItem(OutboundItemDTO itemDto)java.util.Optional<OutboundItemDTO>ChangeSyncFilter. evaluate(OutboundItemDTO dto, IntegrationObjectModel io)java.util.Optional<OutboundItemDTO>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 Modifier and Type Method Description voidOutboundItemDTORouter. route(OutboundItemDTO itemDTO) -
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 OutboundItemDTO Modifier and Type Method Description java.util.List<OutboundItemDTO>RootItemPKPopulator. populatePK(OutboundItemDTO itemDto)Methods in de.hybris.platform.outboundsync.router.impl with parameters of type OutboundItemDTO Modifier and Type Method Description java.util.List<OutboundItemDTO>RootItemPKPopulator. populatePK(OutboundItemDTO itemDto)voidDefaultOutboundItemDTORouter. route(OutboundItemDTO itemDto)
-