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 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.Method 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)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.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 OutboundItemOutboundItemFactory. createItem(OutboundItemDTO itemDto)Creates new instance of anOutboundItemjava.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 with parameters of type OutboundItemDTO Modifier and Type Method Description OutboundItemDefaultOutboundItemFactory. createItem(OutboundItemDTO itemDto) -
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)
-