Uses of Class
de.hybris.platform.processing.enums.BatchType
-
Packages that use BatchType Package Description de.hybris.platform.impex.model Contains generated models for each type of de.hybris.platform.impex.jalo package.de.hybris.platform.processing.distributed.simple.id de.hybris.platform.processing.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration 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.de.hybris.y2ysync.model Contains generated models for each type of de.hybris.y2ysync.jalo package. -
-
Uses of BatchType in de.hybris.platform.impex.model
Constructors in de.hybris.platform.impex.model with parameters of type BatchType Constructor Description ImportBatchModel(java.lang.String _executionId, java.lang.String _id, DistributedProcessModel _process, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersImportBatchModel(java.lang.String _executionId, java.lang.String _id, java.lang.String _importContentCode, java.lang.String _metadata, ItemModel _owner, DistributedProcessModel _process, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of BatchType in de.hybris.platform.processing.distributed.simple.id
Constructors in de.hybris.platform.processing.distributed.simple.id with parameters of type BatchType Constructor Description SimpleBatchID(BatchType batchType, java.lang.String postfix) -
Uses of BatchType in de.hybris.platform.processing.enums
Methods in de.hybris.platform.processing.enums that return BatchType Modifier and Type Method Description static BatchTypeBatchType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BatchType[]BatchType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BatchType in de.hybris.platform.processing.model
Methods in de.hybris.platform.processing.model that return BatchType Modifier and Type Method Description BatchTypeBatchModel. getType()Generated method - Getter of theBatch.typeattribute defined at extensionprocessing.Methods in de.hybris.platform.processing.model with parameters of type BatchType Modifier and Type Method Description voidBatchModel. setType(BatchType value)Generated method - Initial setter ofBatch.typeattribute defined at extensionprocessing.Constructors in de.hybris.platform.processing.model with parameters of type BatchType Constructor Description BatchModel(java.lang.String _executionId, java.lang.String _id, ItemModel _owner, DistributedProcessModel _process, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBatchModel(java.lang.String _executionId, java.lang.String _id, DistributedProcessModel _process, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleBatchModel(java.lang.String _executionId, java.lang.String _id, ItemModel _owner, DistributedProcessModel _process, int _retries, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleBatchModel(java.lang.String _executionId, java.lang.String _id, DistributedProcessModel _process, int _retries, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of BatchType in de.hybris.platform.solrfacetsearch.model
Constructors in de.hybris.platform.solrfacetsearch.model with parameters of type BatchType Constructor Description SolrIndexerBatchModel(java.lang.String _executionId, java.lang.String _id, ItemModel _owner, DistributedProcessModel _process, int _retries, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexerBatchModel(java.lang.String _executionId, java.lang.String _id, DistributedProcessModel _process, int _retries, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of BatchType in de.hybris.y2ysync.model
Constructors in de.hybris.y2ysync.model with parameters of type BatchType Constructor Description Y2YBatchModel(java.lang.String _executionId, boolean _finalize, java.lang.String _id, ItemModel _owner, DistributedProcessModel _process, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersY2YBatchModel(java.lang.String _executionId, java.lang.String _id, DistributedProcessModel _process, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-