Uses of Class
de.hybris.platform.directpersistence.impl.BatchGroup
-
Packages that use BatchGroup Package Description de.hybris.platform.directpersistence.impl -
-
Uses of BatchGroup in de.hybris.platform.directpersistence.impl
Methods in de.hybris.platform.directpersistence.impl that return types with arguments of type BatchGroup Modifier and Type Method Description java.util.Map<java.lang.String,BatchGroup>DefaultBatchCollector. getBatchGroups()protected java.util.Map<java.lang.String,BatchGroup>DefaultBatchCollector. preProcess(java.util.Map<java.lang.String,BatchGroup> batchGroups)Allows to do any pre-process phase before batch groups will be processed.protected java.util.Map<java.lang.String,BatchGroup>OracleBatchCollector. preProcess(java.util.Map<java.lang.String,BatchGroup> batchGroups)Method parameters in de.hybris.platform.directpersistence.impl with type arguments of type BatchGroup Modifier and Type Method Description protected java.util.Map<java.lang.String,BatchGroup>DefaultBatchCollector. preProcess(java.util.Map<java.lang.String,BatchGroup> batchGroups)Allows to do any pre-process phase before batch groups will be processed.protected java.util.Map<java.lang.String,BatchGroup>OracleBatchCollector. preProcess(java.util.Map<java.lang.String,BatchGroup> batchGroups)
-