Interface BatchingCollector
-
- All Superinterfaces:
ChangesCollector
- All Known Implementing Classes:
C4CBatchingCollector
,MediaBatchingCollector
public interface BatchingCollector extends ChangesCollector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<PK>
getPksOfBatches()
void
setId(java.lang.String id)
-
Methods inherited from interface de.hybris.deltadetection.ChangesCollector
collect, finish
-
-
-
-
Method Detail
-
getPksOfBatches
java.util.List<PK> getPksOfBatches()
-
setId
void setId(java.lang.String id)
-
-