19 private $quoteCollectionFactory;
24 private $searchResultsDataFactory;
29 private $extensionAttributesJoinProcessor;
38 \
Magento\Quote\Api\Data\CartSearchResultsInterfaceFactory $searchResultsDataFactory,
41 $this->quoteCollectionFactory = $quoteCollectionFactory;
42 $this->searchResultsDataFactory = $searchResultsDataFactory;
43 $this->extensionAttributesJoinProcessor = $extensionAttributesJoinProcessor;
53 $searchData = $this->searchResultsDataFactory->create();
__construct(\Magento\Quote\Model\ResourceModel\Quote\CollectionFactory $quoteCollectionFactory, \Magento\Quote\Api\Data\CartSearchResultsInterfaceFactory $searchResultsDataFactory, JoinProcessorInterface $extensionAttributesJoinProcessor)
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)