Uses of Class
de.hybris.platform.processing.model.SimpleBatchModel
-
Packages that use SimpleBatchModel Package Description de.hybris.platform.processing.distributed.simple de.hybris.platform.processing.distributed.simple.context de.hybris.platform.solrfacetsearch.indexer.workers.impl de.hybris.platform.solrfacetsearch.model Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package. -
-
Uses of SimpleBatchModel in de.hybris.platform.processing.distributed.simple
Methods in de.hybris.platform.processing.distributed.simple with parameters of type SimpleBatchModel Modifier and Type Method Description protected java.lang.StringSimpleScriptingDistributedProcessHandler. getScriptURI(SimpleBatchModel inputBatch)voidMultiValueTestBatchProcessor. process(SimpleBatchModel inputBatch)voidSimpleBatchProcessor. process(SimpleBatchModel inputBatch)voidTestBatchProcessor. process(SimpleBatchModel inputBatch)abstract voidSimpleAbstractDistributedProcessHandler. processBatch(SimpleBatchModel inputBatch)voidSimpleDistributedProcessHandler. processBatch(SimpleBatchModel inputBatch)voidSimpleScriptingDistributedProcessHandler. processBatch(SimpleBatchModel inputBatch) -
Uses of SimpleBatchModel in de.hybris.platform.processing.distributed.simple.context
Methods in de.hybris.platform.processing.distributed.simple.context with parameters of type SimpleBatchModel Modifier and Type Method Description protected DistributedProcessHandler.ModelWithDependencies<BatchModel>SimpleNextTurnContext. createInputBatch(SimpleBatchModel _inputBatch)protected DistributedProcessHandler.ModelWithDependencies<BatchModel>SimpleDistributedProcessInitializationContext. prepareInputBatch(SimpleBatchModel batch) -
Uses of SimpleBatchModel in de.hybris.platform.solrfacetsearch.indexer.workers.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.workers.impl with parameters of type SimpleBatchModel Modifier and Type Method Description voidDefaultIndexerBatchProcessor. process(SimpleBatchModel inputBatch) -
Uses of SimpleBatchModel in de.hybris.platform.solrfacetsearch.model
Subclasses of SimpleBatchModel in de.hybris.platform.solrfacetsearch.model Modifier and Type Class Description classSolrIndexerBatchModelGenerated model class for type SolrIndexerBatch first defined at extension solrfacetsearch.
-