Uses of Class
de.hybris.platform.outboundsync.dto.OutboundItem
-
Packages that use OutboundItem Package Description de.hybris.platform.outboundsync.dto de.hybris.platform.outboundsync.job de.hybris.platform.outboundsync.job.impl -
-
Uses of OutboundItem in de.hybris.platform.outboundsync.dto
Methods in de.hybris.platform.outboundsync.dto that return OutboundItem Modifier and Type Method Description OutboundItemOutboundItem.Builder. build() -
Uses of OutboundItem in de.hybris.platform.outboundsync.job
Methods in de.hybris.platform.outboundsync.job that return OutboundItem Modifier and Type Method Description OutboundItemOutboundItemFactory. createItem(OutboundItemDTO itemDto)Creates new instance of anOutboundItem -
Uses of OutboundItem in de.hybris.platform.outboundsync.job.impl
Methods in de.hybris.platform.outboundsync.job.impl that return OutboundItem Modifier and Type Method Description OutboundItemDefaultOutboundItemFactory. createItem(OutboundItemDTO itemDto)
-