Uses of Class
de.hybris.platform.outboundsync.dto.OutboundItemDTOBuilder
Packages that use OutboundItemDTOBuilder
-
Uses of OutboundItemDTOBuilder in de.hybris.platform.outboundsync.dto
Methods in de.hybris.platform.outboundsync.dto that return OutboundItemDTOBuilderModifier and TypeMethodDescriptionstatic OutboundItemDTOBuilderOutboundItemDTOBuilder.from(@NotNull OutboundItemDTO dto) static OutboundItemDTOBuilderOutboundItemDTOBuilder.outboundItemDTO()OutboundItemDTOBuilder.withBatch(boolean batch) OutboundItemDTOBuilder.withChannelConfiguration(OutboundChannelConfigurationModel model) Specifies the outbound channel configuration and all items that can be derived from the channel configuration, e.g.OutboundItemDTOBuilder.withChannelConfigurationPK(Long pk) OutboundItemDTOBuilder.withCronJobPK(@NotNull PK pk) OutboundItemDTOBuilder.withInfo(ChangeInfo info) OutboundItemDTOBuilder.withIntegrationObject(IntegrationObjectModel model) OutboundItemDTOBuilder.withIntegrationObjectPK(Long pk) OutboundItemDTOBuilder.withItem(OutboundItemChange itm) OutboundItemDTOBuilder.withRootItem(@NotNull OutboundItemChange item) OutboundItemDTOBuilder.withRootItemPK(Long pk) OutboundItemDTOBuilder.withSynchronizeDelete(boolean syncDelete)