Beispiel #1
0
 function __construct(\Magento\Store\Model\StoreManagerInterface $storeManager, \Magento\Catalog\Model\Product\Media\Config $mediaConfig, \Magento\Framework\Filesystem $filesystem, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->storeManager = $storeManager;
     $this->mediaConfig = $mediaConfig;
     $this->filesystem = $filesystem;
     parent::__construct($helperFactory, $modelFactory);
 }
 public function __construct(\Magento\Store\Model\StoreManagerInterface $storeManager, \Magento\Config\Model\Config $magentoConfig, \Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->storeManager = $storeManager;
     $this->magentoConfig = $magentoConfig;
     $this->activeRecordFactory = $activeRecordFactory;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #3
0
 public function __construct(\Magento\Tax\Model\ClassModelFactory $classModelFactory, \Magento\Tax\Model\Calculation\RateFactory $rateFactory, \Magento\Tax\Model\Calculation\RuleFactory $ruleFactory, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->classModelFactory = $classModelFactory;
     $this->rateFactory = $rateFactory;
     $this->ruleFactory = $ruleFactory;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #4
0
 function __construct(\Magento\Framework\App\ResourceConnection $resourceConnection, \Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory, \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->resourceConnection = $resourceConnection;
     $this->activeRecordFactory = $activeRecordFactory;
     $this->ebayFactory = $ebayFactory;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #5
0
 public function __construct(\Ess\M2ePro\Model\Magento\Product\StockItem $stockItem, \Magento\Framework\DB\Transaction $transaction, \Ess\M2ePro\Model\Order $order, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->stockItem = $stockItem;
     $this->transaction = $transaction;
     $this->order = $order;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #6
0
 public function __construct(\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory, \Ess\M2ePro\Model\Factory $modelFactory, \Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\ResourceConnection $resource)
 {
     parent::__construct($helperFactory, $modelFactory);
     $this->parentFactory = $parentFactory;
     $this->activeRecordFactory = $activeRecordFactory;
     $this->resource = $resource;
 }
Beispiel #7
0
 function __construct(\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory, \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory, \Magento\Store\Model\StoreManagerInterface $storeManager, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->activeRecordFactory = $activeRecordFactory;
     $this->parentFactory = $parentFactory;
     $this->storeManager = $storeManager;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #8
0
 public function __construct(\Magento\Customer\Model\CustomerFactory $customerFactory, \Magento\Customer\Model\AddressFactory $customerAddressFactory, \Magento\Sales\Model\Order\AddressFactory $addressFactory, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->customerFactory = $customerFactory;
     $this->customerAddressFactory = $customerAddressFactory;
     $this->addressFactory = $addressFactory;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #9
0
 public function __construct(\Magento\Framework\Filesystem $filesystem, \Magento\Catalog\Model\Product\Media\Config $productMediaConfig, \Magento\Directory\Model\CurrencyFactory $currencyFactory, \Ess\M2ePro\Model\Ebay\Order\Item $item, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->filesystem = $filesystem;
     $this->productMediaConfig = $productMediaConfig;
     $this->currencyFactory = $currencyFactory;
     $this->item = $item;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #10
0
 public function __construct(\Magento\Tax\Model\Calculation\RateFactory $calculationRateFactory, \Magento\Tax\Model\Config $taxConfig, \Magento\Store\Model\StoreManagerInterface $storeManager, \Magento\Tax\Model\Calculation $taxCalculation, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->calculationRateFactory = $calculationRateFactory;
     $this->taxConfig = $taxConfig;
     $this->taxCalculation = $taxCalculation;
     $this->storeManager = $storeManager;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #11
0
 public function __construct(\Ess\M2ePro\Model\Config\Manager\Module $moduleConfig, \Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory, \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory, \Ess\M2ePro\Model\Ebay\Order\Helper $orderHelper, array $data = [])
 {
     $this->moduleConfig = $moduleConfig;
     $this->activeRecordFactory = $activeRecordFactory;
     $this->ebayFactory = $ebayFactory;
     $this->helper = $orderHelper;
     parent::__construct($helperFactory, $modelFactory, $data);
 }
Beispiel #12
0
 public function __construct(\Ess\M2ePro\Model\Config\Manager\Synchronization $synchConfig, \Magento\Framework\App\ResourceConnection $resourceConnection, \Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory, \Magento\Framework\Event\ManagerInterface $eventManager, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->synchConfig = $synchConfig;
     $this->resourceConnection = $resourceConnection;
     $this->activeRecordFactory = $activeRecordFactory;
     $this->eventManager = $eventManager;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #13
0
 public function __construct(\Magento\Catalog\Model\ProductFactory $productFactory, \Magento\Eav\Model\Entity\AttributeFactory $attributeFactory, \Magento\Eav\Model\Entity\Attribute\SetFactory $attributeSetFactory, \Magento\Eav\Model\Entity\Attribute\GroupFactory $attributeGroupFactory, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->productFactory = $productFactory;
     $this->attributeFactory = $attributeFactory;
     $this->attributeSetFactory = $attributeSetFactory;
     $this->attributeGroupFactory = $attributeGroupFactory;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #14
0
 public function __construct(\Ess\M2ePro\Model\Magento\Tax\Helper $taxHelper, \Magento\Tax\Model\Config $taxConfigModel, \Magento\Quote\Model\Quote $quote, \Ess\M2ePro\Model\Order\Proxy $proxyOrder, \Magento\Tax\Model\Config $taxConfig, \Magento\Tax\Model\Calculation $calculation, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->taxHelper = $taxHelper;
     $this->quote = $quote;
     $this->proxyOrder = $proxyOrder;
     $this->taxConfig = $taxConfig;
     $this->calculation = $calculation;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #15
0
 public function __construct(\Magento\Catalog\Model\ProductFactory $productFactory, \Magento\Eav\Model\Entity\AttributeFactory $attributeFactory, \Magento\Catalog\Model\ResourceModel\Eav\AttributeFactory $catalogAttributeFactory, \Magento\Catalog\Helper\Product $productHelper, \Magento\Eav\Model\Adminhtml\System\Config\Source\Inputtype\ValidatorFactory $inputTypeValidatorFactory, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->productFactory = $productFactory;
     $this->attributeFactory = $attributeFactory;
     $this->catalogAttributeFactory = $catalogAttributeFactory;
     $this->productHelper = $productHelper;
     $this->inputTypeValidatorFactory = $inputTypeValidatorFactory;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #16
0
 public function __construct(\Magento\Eav\Model\Config $config, \Ess\M2ePro\Model\Config\Manager\Cache $cacheConfig, \Magento\Store\Model\StoreManagerInterface $storeManager, \Ess\M2ePro\Model\Factory $modelFactory, \Ess\M2ePro\Helper\Factory $helperFactory, \Magento\Framework\App\ResourceConnection $resource, \Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory, \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory)
 {
     $this->config = $config;
     $this->cacheConfig = $cacheConfig;
     $this->storeManager = $storeManager;
     $this->activeRecordFactory = $activeRecordFactory;
     $this->parentFactory = $parentFactory;
     $this->resource = $resource;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #17
0
 public function __construct(\Magento\Framework\Filesystem $filesystem, \Magento\Store\Model\StoreFactory $storeFactory, \Magento\CatalogInventory\Api\Data\StockItemInterfaceFactory $stockItemFactory, \Magento\Catalog\Model\Product\Media\Config $productMediaConfig, \Magento\Catalog\Model\ProductFactory $productFactory, \Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->filesystem = $filesystem;
     $this->storeFactory = $storeFactory;
     $this->stockItemFactory = $stockItemFactory;
     $this->productMediaConfig = $productMediaConfig;
     $this->productFactory = $productFactory;
     $this->helperFactory = $helperFactory;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #18
0
 public function __construct(\Ess\M2ePro\Model\Magento\Tax\Helper $taxHelper, \Magento\Catalog\Model\ProductFactory $productFactory, \Magento\Tax\Model\Calculation $calculation, \Magento\GiftMessage\Model\MessageFactory $messageFactory, \Magento\Quote\Model\Quote $quote, \Ess\M2ePro\Model\Order\Item\Proxy $proxyItem, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->taxHelper = $taxHelper;
     $this->productFactory = $productFactory;
     $this->calculation = $calculation;
     $this->messageFactory = $messageFactory;
     $this->quote = $quote;
     $this->proxyItem = $proxyItem;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #19
0
 public function __construct(\Magento\Catalog\Model\ProductFactory $productFactory, \Magento\Eav\Model\ResourceModel\Entity\Attribute\Option\CollectionFactory $entityOptionCollectionFactory, \Magento\Catalog\Model\ResourceModel\Product\Option\CollectionFactory $productOptionCollectionFactory, \Magento\Store\Model\StoreManagerInterface $storeManager, \Magento\Bundle\Model\OptionFactory $bundleOptionFactory, \Magento\Bundle\Model\ResourceModel\Selection\CollectionFactory $bundleSelectionCollectionFactory, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->productFactory = $productFactory;
     $this->entityOptionCollectionFactory = $entityOptionCollectionFactory;
     $this->productOptionCollectionFactory = $productOptionCollectionFactory;
     $this->storeManager = $storeManager;
     $this->bundleOptionFactory = $bundleOptionFactory;
     $this->bundleSelectionCollectionFactory = $bundleSelectionCollectionFactory;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #20
0
 public function __construct(\Magento\Customer\Api\Data\CustomerInterfaceFactory $customerDataFactory, \Magento\Customer\Api\Data\AddressInterfaceFactory $addressDataFactory, \Magento\Framework\Math\Random $mathRandom, \Magento\Customer\Model\CustomerFactory $customerFactory, \Magento\Customer\Model\AddressFactory $addressFactory, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory, \Magento\Framework\App\ResourceConnection $resourceConnection, array $data = [])
 {
     $this->customerDataFactory = $customerDataFactory;
     $this->addressDataFactory = $addressDataFactory;
     $this->mathRandom = $mathRandom;
     $this->customerFactory = $customerFactory;
     $this->addressFactory = $addressFactory;
     $this->helperFactory = $helperFactory;
     $this->resourceConnection = $resourceConnection;
     parent::__construct($helperFactory, $modelFactory, $data);
 }
Beispiel #21
0
 public function __construct(\Magento\Quote\Model\QuoteFactory $quoteFactory, \Magento\Checkout\Model\Session $checkoutSession, \Ess\M2ePro\Model\Order\Proxy $proxyOrder, \Ess\M2ePro\Model\Currency $currency, \Magento\Directory\Model\CurrencyFactory $magentoCurrencyFactory, \Ess\M2ePro\Model\Factory $modelFactory, \Magento\Tax\Model\Calculation $calculation, \Magento\Catalog\Model\ResourceModel\Product $productResource, \Ess\M2ePro\Helper\Factory $helperFactory)
 {
     $this->quoteFactory = $quoteFactory;
     $this->checkoutSession = $checkoutSession;
     $this->proxyOrder = $proxyOrder;
     $this->currency = $currency;
     $this->magentoCurrencyFactory = $magentoCurrencyFactory;
     $this->calculation = $calculation;
     $this->productResource = $productResource;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #22
0
 public function __construct(\Magento\Framework\Indexer\IndexerInterfaceFactory $indexerFactory, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->indexerFactory = $indexerFactory;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #23
0
 public function __construct(\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->activeRecordFactory = $activeRecordFactory;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #24
0
 function __construct(\Magento\Store\Model\StoreManagerInterface $storeManager, \Magento\Framework\App\Config\ScopeConfigInterface $config, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->storeManager = $storeManager;
     $this->config = $config;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #25
0
 function __construct(\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory, \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->activeRecordFactory = $activeRecordFactory;
     $this->ebayFactory = $ebayFactory;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #26
0
 public function __construct(\Magento\Sales\Model\Order\ShipmentFactory $shipmentFactory, \Magento\Framework\DB\Transaction $transaction, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->shipmentFactory = $shipmentFactory;
     $this->transaction = $transaction;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #27
0
 function __construct(\Magento\Framework\Code\NameBuilder $nameBuilder, \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->nameBuilder = $nameBuilder;
     $this->parentFactory = $parentFactory;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #28
0
 function __construct(\Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory, array $params = [])
 {
     $this->params = $params;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #29
0
 public function __construct(\Magento\Framework\App\ResourceConnection $resourceConnection, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory)
 {
     $this->resourceConnection = $resourceConnection;
     parent::__construct($helperFactory, $modelFactory);
 }
Beispiel #30
0
 public function __construct(\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory, \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory, \Ess\M2ePro\Helper\Factory $helperFactory, \Ess\M2ePro\Model\Factory $modelFactory, array $data = [])
 {
     $this->activeRecordFactory = $activeRecordFactory;
     $this->amazonFactory = $amazonFactory;
     parent::__construct($helperFactory, $modelFactory, $data);
 }