Uses of Interface
de.hybris.platform.outboundsync.job.OutboundItemFactory
-
-
Uses of OutboundItemFactory in de.hybris.platform.outboundsync.activator.impl
Methods in de.hybris.platform.outboundsync.activator.impl that return OutboundItemFactory Modifier and Type Method Description protected OutboundItemFactoryDefaultOutboundSyncService. getOutboundItemFactory()Methods in de.hybris.platform.outboundsync.activator.impl with parameters of type OutboundItemFactory Modifier and Type Method Description voidDefaultOutboundSyncService. setOutboundItemFactory(OutboundItemFactory factory) -
Uses of OutboundItemFactory in de.hybris.platform.outboundsync.dto
Methods in de.hybris.platform.outboundsync.dto with parameters of type OutboundItemFactory Modifier and Type Method Description static OutboundItemDTOGroupOutboundItemDTOGroup. from(java.util.Collection<OutboundItemDTO> outboundItemDTOs, OutboundItemFactory itemFactory)Creates anOutboundItemDTOGroupfrom the given collection ofOutboundItemDTO -
Uses of OutboundItemFactory in de.hybris.platform.outboundsync.job.impl
Classes in de.hybris.platform.outboundsync.job.impl that implement OutboundItemFactory Modifier and Type Class Description classDefaultOutboundItemFactoryDefault implementation of theOutboundItemFactory -
Uses of OutboundItemFactory in de.hybris.platform.outboundsync.router.impl
Methods in de.hybris.platform.outboundsync.router.impl that return OutboundItemFactory Modifier and Type Method Description protected OutboundItemFactoryRootItemPKPopulator. getItemFactory()Methods in de.hybris.platform.outboundsync.router.impl with parameters of type OutboundItemFactory Modifier and Type Method Description voidRootItemPKPopulator. setItemFactory(OutboundItemFactory factory)
-