Uses of Class
de.hybris.platform.processing.model.BatchModel
Packages that use BatchModel
Package
Description
Contains generated models for each type of de.hybris.platform.impex.jalo package.
Contains generated models for each type of de.hybris.platform.processing.jalo package.
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package.
Contains generated models for each type of de.hybris.y2ysync.jalo package.
-
Uses of BatchModel in de.hybris.platform.impex.distributed.process
Methods in de.hybris.platform.impex.distributed.process that return types with arguments of type BatchModelModifier and TypeMethodDescriptionDefaultDistributedImportProcessHandler.createResultBatch(BatchModel batch) ImportProcessInitializationContext.firstExecutionInputBatches()ImportProcessExecutionAnalysisContext.nextExecutionInputBatches()Methods in de.hybris.platform.impex.distributed.process with parameters of type BatchModelModifier and TypeMethodDescriptionDefaultDistributedImportProcessHandler.createResultBatch(BatchModel batch) -
Uses of BatchModel in de.hybris.platform.impex.model
Subclasses of BatchModel in de.hybris.platform.impex.modelModifier and TypeClassDescriptionclassGenerated model class for type ImportBatch first defined at extension impex. -
Uses of BatchModel in de.hybris.platform.processing.distributed.defaultimpl
Methods in de.hybris.platform.processing.distributed.defaultimpl that return types with arguments of type BatchModelModifier and TypeMethodDescriptionDistributedProcessHandler.createResultBatch(BatchModel inputBatch) TestDistributedProcessHandler.createResultBatch(BatchModel inputBatch) DistributedProcessHandler.ProcessInitializationContext.firstExecutionInputBatches()DistributedProcessHandler.ProcessCreationContext.initialBatches()DistributedProcessHandler.ProcessExecutionAnalysisContext.nextExecutionInputBatches()Methods in de.hybris.platform.processing.distributed.defaultimpl with parameters of type BatchModelModifier and TypeMethodDescriptionDistributedProcessHandler.createResultBatch(BatchModel inputBatch) TestDistributedProcessHandler.createResultBatch(BatchModel inputBatch) Scheduler.scheduleWorkerTask(BatchModel batch) -
Uses of BatchModel in de.hybris.platform.processing.distributed.simple
Methods in de.hybris.platform.processing.distributed.simple that return BatchModelModifier and TypeMethodDescriptionprotected BatchModelSimpleAbstractDistributedProcessHandler.prepareResultBatch()Methods in de.hybris.platform.processing.distributed.simple that return types with arguments of type BatchModelModifier and TypeMethodDescriptionSimpleAbstractDistributedProcessHandler.createResultBatch(BatchModel inputBatch) Methods in de.hybris.platform.processing.distributed.simple with parameters of type BatchModelModifier and TypeMethodDescriptionSimpleAbstractDistributedProcessHandler.createResultBatch(BatchModel inputBatch) -
Uses of BatchModel in de.hybris.platform.processing.distributed.simple.context
Methods in de.hybris.platform.processing.distributed.simple.context that return types with arguments of type BatchModelModifier and TypeMethodDescriptionSimpleNextTurnContext.createInputBatch(SimpleBatchModel _inputBatch) SimpleDistributedProcessInitializationContext.firstExecutionInputBatches()SimpleProcessCreationContext.initialBatches()SimpleAbstractTurnContext.nextExecutionInputBatches()SimpleDistributedProcessExecutionAnalysisContext.nextExecutionInputBatches()SimpleNextTurnContext.nextExecutionInputBatches()SimpleProcessCreationContext.prepareBatch(SimpleBatchCreationData data) SimpleDistributedProcessInitializationContext.prepareInputBatch(SimpleBatchModel batch) -
Uses of BatchModel in de.hybris.platform.processing.model
Subclasses of BatchModel in de.hybris.platform.processing.modelModifier and TypeClassDescriptionclassGenerated model class for type SimpleBatch first defined at extension processing.Methods in de.hybris.platform.processing.model that return BatchModelModifier and TypeMethodDescriptionDistributedProcessWorkerTaskModel.getContextItem()Generated method - Getter of theTask.contextItemattribute defined at extensionprocessingand redeclared at extensionprocessing.Methods in de.hybris.platform.processing.model that return types with arguments of type BatchModelModifier and TypeMethodDescriptionDistributedProcessModel.getBatches()Generated method - Getter of theDistributedProcess.batchesattribute defined at extensionprocessing.Method parameters in de.hybris.platform.processing.model with type arguments of type BatchModelModifier and TypeMethodDescriptionvoidDistributedProcessModel.setBatches(Collection<BatchModel> value) Generated method - Setter ofDistributedProcess.batchesattribute defined at extensionprocessing. -
Uses of BatchModel in de.hybris.platform.solrfacetsearch.indexer.strategies.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl that return BatchModelModifier and TypeMethodDescriptionprotected BatchModelDefaultIndexerDistributedProcessHandler.prepareResultBatch()Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl that return types with arguments of type BatchModelModifier and TypeMethodDescriptionDefaultIndexerProcessCreationContext.prepareBatch(SimpleBatchCreationData data) -
Uses of BatchModel in de.hybris.platform.solrfacetsearch.model
Subclasses of BatchModel in de.hybris.platform.solrfacetsearch.modelModifier and TypeClassDescriptionclassGenerated model class for type SolrIndexerBatch first defined at extension solrfacetsearch. -
Uses of BatchModel in de.hybris.y2ysync.model
Subclasses of BatchModel in de.hybris.y2ysync.modelModifier and TypeClassDescriptionclassGenerated model class for type Y2YBatch first defined at extension y2ysync. -
Uses of BatchModel in de.hybris.y2ysync.task.distributed
Methods in de.hybris.y2ysync.task.distributed that return BatchModelModifier and TypeMethodDescriptionBatchingExportProcessor.getResultBatch(Y2YBatchModel inputBatch) Methods in de.hybris.y2ysync.task.distributed that return types with arguments of type BatchModelModifier and TypeMethodDescriptionY2YSyncDistributedProcessHandler.createResultBatch(BatchModel inputBatch) Y2YSyncProcessInitializationContext.firstExecutionInputBatches()Y2YSyncProcessCreationContext.initialBatches()Y2YSyncProcessAnalysisContext.nextExecutionInputBatches()Methods in de.hybris.y2ysync.task.distributed with parameters of type BatchModelModifier and TypeMethodDescriptionY2YSyncDistributedProcessHandler.createResultBatch(BatchModel inputBatch)