Uses of Class
de.hybris.platform.processing.jalo.Batch
-
Packages that use Batch Package Description de.hybris.platform.cronjob.jalo de.hybris.platform.impex.jalo de.hybris.platform.processing.jalo de.hybris.platform.solrfacetsearch.jalo de.hybris.y2ysync.jalo -
-
Uses of Batch in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo that return Batch Modifier and Type Method Description BatchGeneratedCronJobManager. createBatch(SessionContext ctx, java.util.Map attributeValues)BatchGeneratedCronJobManager. createBatch(java.util.Map attributeValues) -
Uses of Batch in de.hybris.platform.impex.jalo
Subclasses of Batch in de.hybris.platform.impex.jalo Modifier and Type Class Description classGeneratedImportBatchGenerated class for typeImportBatch.classImportBatch -
Uses of Batch in de.hybris.platform.processing.jalo
Subclasses of Batch in de.hybris.platform.processing.jalo Modifier and Type Class Description classGeneratedSimpleBatchGenerated class for typeSimpleBatch.classSimpleBatchFields in de.hybris.platform.processing.jalo with type parameters of type Batch Modifier and Type Field Description protected static OneToManyHandler<Batch>GeneratedDistributedProcess. BATCHESHANDLEROneToManyHandlerfor handling 1:n BATCHES's relation attributes from 'many' side.Methods in de.hybris.platform.processing.jalo that return types with arguments of type Batch Modifier and Type Method Description java.util.Collection<Batch>GeneratedDistributedProcess. getBatches()Generated method - Getter of theDistributedProcess.batchesattribute.java.util.Collection<Batch>GeneratedDistributedProcess. getBatches(SessionContext ctx)Generated method - Getter of theDistributedProcess.batchesattribute.Methods in de.hybris.platform.processing.jalo with parameters of type Batch Modifier and Type Method Description voidGeneratedDistributedProcess. addToBatches(SessionContext ctx, Batch value)Generated method - Addsvalueto batches.voidGeneratedDistributedProcess. addToBatches(Batch value)Generated method - Addsvalueto batches.voidGeneratedDistributedProcess. removeFromBatches(SessionContext ctx, Batch value)Generated method - Removesvaluefrom batches.voidGeneratedDistributedProcess. removeFromBatches(Batch value)Generated method - Removesvaluefrom batches.Method parameters in de.hybris.platform.processing.jalo with type arguments of type Batch Modifier and Type Method Description voidGeneratedDistributedProcess. setBatches(SessionContext ctx, java.util.Collection<Batch> value)Generated method - Setter of theDistributedProcess.batchesattribute.voidGeneratedDistributedProcess. setBatches(java.util.Collection<Batch> value)Generated method - Setter of theDistributedProcess.batchesattribute. -
Uses of Batch in de.hybris.platform.solrfacetsearch.jalo
Subclasses of Batch in de.hybris.platform.solrfacetsearch.jalo Modifier and Type Class Description classGeneratedSolrIndexerBatchGenerated class for typeSolrIndexerBatch.classSolrIndexerBatch -
Uses of Batch in de.hybris.y2ysync.jalo
Subclasses of Batch in de.hybris.y2ysync.jalo Modifier and Type Class Description classGeneratedY2YBatchGenerated class for typeY2YBatch.classY2YBatch
-