Uses of Interface
de.hybris.platform.outboundsync.dto.OutboundItemChange
-
Packages that use OutboundItemChange Package Description de.hybris.platform.outboundsync.dto de.hybris.platform.outboundsync.dto.impl -
-
Uses of OutboundItemChange in de.hybris.platform.outboundsync.dto
Methods in de.hybris.platform.outboundsync.dto that return OutboundItemChange Modifier and Type Method Description OutboundItemChangeOutboundItem. getItem()OutboundItemChangeOutboundItemDTO. getItem()Methods in de.hybris.platform.outboundsync.dto with parameters of type OutboundItemChange Modifier and Type Method Description OutboundItemDTO.BuilderOutboundItemDTO.Builder. withItem(OutboundItemChange item)OutboundItem.BuilderOutboundItem.Builder. withItemChange(OutboundItemChange change) -
Uses of OutboundItemChange in de.hybris.platform.outboundsync.dto.impl
Classes in de.hybris.platform.outboundsync.dto.impl that implement OutboundItemChange Modifier and Type Class Description classDeltaDetectionOutboundItemChangeAn implementation of anOutboundItemChangefor items provided by deltadetection extension
-