Uses of Class
de.hybris.platform.processing.model.BatchModel
-
Packages that use BatchModel Package Description de.hybris.platform.impex.model Contains generated models for each type of de.hybris.platform.impex.jalo package.de.hybris.platform.processing.model Contains generated models for each type of de.hybris.platform.processing.jalo package.de.hybris.platform.solrfacetsearch.model Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package. -
-
Uses of BatchModel in de.hybris.platform.impex.model
Subclasses of BatchModel in de.hybris.platform.impex.model Modifier and Type Class Description classImportBatchModelGenerated model class for type ImportBatch first defined at extension impex. -
Uses of BatchModel in de.hybris.platform.processing.model
Subclasses of BatchModel in de.hybris.platform.processing.model Modifier and Type Class Description classSimpleBatchModelGenerated model class for type SimpleBatch first defined at extension processing.Methods in de.hybris.platform.processing.model that return BatchModel Modifier and Type Method Description BatchModelDistributedProcessWorkerTaskModel. 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 BatchModel Modifier and Type Method Description java.util.Collection<BatchModel>DistributedProcessModel. getBatches()Generated method - Getter of theDistributedProcess.batchesattribute defined at extensionprocessing.Method parameters in de.hybris.platform.processing.model with type arguments of type BatchModel Modifier and Type Method Description voidDistributedProcessModel. setBatches(java.util.Collection<BatchModel> value)Generated method - Setter ofDistributedProcess.batchesattribute defined at extensionprocessing. -
Uses of BatchModel in de.hybris.platform.solrfacetsearch.model
Subclasses of BatchModel in de.hybris.platform.solrfacetsearch.model Modifier and Type Class Description classSolrIndexerBatchModelGenerated model class for type SolrIndexerBatch first defined at extension solrfacetsearch.
-