Class TestBatchProcessor
- java.lang.Object
-
- de.hybris.platform.processing.distributed.simple.TestBatchProcessor
-
- All Implemented Interfaces:
SimpleBatchProcessor
- Direct Known Subclasses:
CompletelyFailingBatchProcessor
,SometimesFailingBatchProcessor
public class TestBatchProcessor extends java.lang.Object implements SimpleBatchProcessor
-
-
Constructor Summary
Constructors Constructor Description TestBatchProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<PK>
asList(java.lang.Object ctx)
void
process(SimpleBatchModel inputBatch)
void
setModelService(ModelService modelService)
-
-
-
Method Detail
-
process
public void process(SimpleBatchModel inputBatch)
- Specified by:
process
in interfaceSimpleBatchProcessor
-
asList
protected java.util.List<PK> asList(java.lang.Object ctx)
-
setModelService
public void setModelService(ModelService modelService)
-
-