Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-catalog-inventory
Api
StockItemCriteriaInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\CatalogInventory\Api
;
7
17
interface
StockItemCriteriaInterface
extends
\Magento\Framework\Api\CriteriaInterface
18
{
25
public
function
addCriteria
(\
Magento
\CatalogInventory\Api\
StockItemCriteriaInterface
$criteria);
26
33
public
function
setStockStatus
(
$storeId
=
null
);
34
41
public
function
setStockFilter
(
$stock
);
42
49
public
function
setScopeFilter
($scope);
50
57
public
function
setProductsFilter
(
$products
);
58
65
public
function
setManagedFilter
($isStockManagedInConfig);
66
74
public
function
setQtyFilter
($comparisonMethod, $qty);
75
}
$storeId
$storeId
Definition:
customer_review_with_rating.php:14
Magento\CatalogInventory\Api\StockItemCriteriaInterface
Definition:
StockItemCriteriaInterface.php:17
Magento\CatalogInventory\Api\StockItemCriteriaInterface\setScopeFilter
setScopeFilter($scope)
Magento\CatalogInventory\Api\StockItemCriteriaInterface\setManagedFilter
setManagedFilter($isStockManagedInConfig)
$products
$products
Definition:
products_for_search.php:14
Magento\Framework\Api\CriteriaInterface
Definition:
CriteriaInterface.php:11
Magento\CatalogInventory\Api\StockItemCriteriaInterface\setStockFilter
setStockFilter($stock)
Magento\CatalogInventory\Api\StockItemCriteriaInterface\setStockStatus
setStockStatus($storeId=null)
Magento
Magento\CatalogInventory\Api\StockItemCriteriaInterface\addCriteria
addCriteria(\Magento\CatalogInventory\Api\StockItemCriteriaInterface $criteria)
Magento\CatalogInventory\Api
Definition:
LowStockItemsTest.php:6
$stock
$stock
Definition:
product_alert.php:22
Magento\CatalogInventory\Api\StockItemCriteriaInterface\setQtyFilter
setQtyFilter($comparisonMethod, $qty)
Magento\CatalogInventory\Api\StockItemCriteriaInterface\setProductsFilter
setProductsFilter($products)