Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (EntityManager $entityManager, BulkSummaryInterfaceFactory $bulkSummaryFactory, CollectionFactory $operationCollectionFactory, BulkPublisherInterface $publisher, MetadataPool $metadataPool, ResourceConnection $resourceConnection, \Psr\Log\LoggerInterface $logger, UserContextInterface $userContext=null) | |
deleteBulk ($bulkId) | |
![]() | |
scheduleBulk ($bulkUuid, array $operations, $description, $userId=null) | |
Class BulkManagement
@SuppressWarnings(PHPMD.CouplingBetweenObjects)
Definition at line 24 of file BulkManagement.php.
__construct | ( | EntityManager | $entityManager, |
BulkSummaryInterfaceFactory | $bulkSummaryFactory, | ||
CollectionFactory | $operationCollectionFactory, | ||
BulkPublisherInterface | $publisher, | ||
MetadataPool | $metadataPool, | ||
ResourceConnection | $resourceConnection, | ||
\Psr\Log\LoggerInterface | $logger, | ||
UserContextInterface | $userContext = null |
||
) |
BulkManagement constructor.
EntityManager | $entityManager | |
BulkSummaryInterfaceFactory | $bulkSummaryFactory | |
CollectionFactory | $operationCollectionFactory | |
BulkPublisherInterface | $publisher | |
MetadataPool | $metadataPool | |
ResourceConnection | $resourceConnection | |
\Psr\Log\LoggerInterface | $logger | |
UserContextInterface | $userContext |
Definition at line 77 of file BulkManagement.php.
deleteBulk | ( | $bulkId | ) |