Class OutboundItemDTOBuilder
java.lang.Object
de.hybris.platform.outboundsync.dto.OutboundItemDTOBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()static OutboundItemDTOBuilderfrom(@NotNull OutboundItemDTO dto) static OutboundItemDTOBuilderwithBatch(boolean batch) Specifies the outbound channel configuration and all items that can be derived from the channel configuration, e.g.withCronJobPK(@NotNull PK pk) withInfo(ChangeInfo info) withRootItem(@NotNull OutboundItemChange item) withRootItemPK(Long pk) withSynchronizeDelete(boolean syncDelete)
-
Method Details
-
outboundItemDTO
-
from
-
withBatch
-
withItem
-
withIntegrationObject
-
withRootItem
-
withIntegrationObjectPK
-
withChannelConfiguration
Specifies the outbound channel configuration and all items that can be derived from the channel configuration, e.g. integration object, etc.- Parameters:
model- model of the outbound channel configuration to include in the DTO- Returns:
- a builder with the channel configuration specified
-
withChannelConfigurationPK
-
withRootItemPK
-
withCronJobPK
-
withSynchronizeDelete
-
withInfo
-
build
-