Uses of Interface
de.hybris.platform.impex.distributed.batch.BatchingImpExCRUDHandler
-
Packages that use BatchingImpExCRUDHandler Package Description de.hybris.platform.impex.distributed.batch.impl -
-
Uses of BatchingImpExCRUDHandler in de.hybris.platform.impex.distributed.batch.impl
Classes in de.hybris.platform.impex.distributed.batch.impl that implement BatchingImpExCRUDHandler Modifier and Type Class Description classAbstractBatchingCRUDHandlerclassBatchingDeleteHandlerclassBatchingInsertHandlerclassBatchingInsertUpdateHandlerclassBatchingUpdateHandlerMethods in de.hybris.platform.impex.distributed.batch.impl that return BatchingImpExCRUDHandler Modifier and Type Method Description BatchingImpExCRUDHandlerCRUDHandlerFactory. getHandlerFor(ProcessMode processMode)Methods in de.hybris.platform.impex.distributed.batch.impl with parameters of type BatchingImpExCRUDHandler Modifier and Type Method Description voidCRUDHandlerFactory. setDeleteHandler(BatchingImpExCRUDHandler deleteHandler)voidCRUDHandlerFactory. setInsertHandler(BatchingImpExCRUDHandler insertHandler)voidCRUDHandlerFactory. setInsertUpdateHandler(BatchingImpExCRUDHandler insertUpdateHandler)voidCRUDHandlerFactory. setUpdateHandler(BatchingImpExCRUDHandler updateHandler)
-