Skip to content
Snippets Groups Projects
Commit 2640503c authored by Korshenko, Olexii(okorshenko)'s avatar Korshenko, Olexii(okorshenko)
Browse files

Revert "MAGETWO-44707: Remove @api sign from CatalogInventory module"

parent ba64a4fc
No related merge requests found
Showing
with 18 additions and 0 deletions
...@@ -13,6 +13,7 @@ use Magento\Framework\Api\SearchResultsInterface; ...@@ -13,6 +13,7 @@ use Magento\Framework\Api\SearchResultsInterface;
/** /**
* Interface StockCollectionInterface * Interface StockCollectionInterface
* @api
*/ */
interface StockCollectionInterface extends SearchResultsInterface interface StockCollectionInterface extends SearchResultsInterface
{ {
......
...@@ -9,6 +9,7 @@ use Magento\Framework\Api\ExtensibleDataInterface; ...@@ -9,6 +9,7 @@ use Magento\Framework\Api\ExtensibleDataInterface;
/** /**
* Interface Stock * Interface Stock
* @api
*/ */
interface StockInterface extends ExtensibleDataInterface interface StockInterface extends ExtensibleDataInterface
{ {
......
...@@ -13,6 +13,7 @@ use Magento\Framework\Api\SearchResultsInterface; ...@@ -13,6 +13,7 @@ use Magento\Framework\Api\SearchResultsInterface;
/** /**
* Interface StockItemCollectionInterface * Interface StockItemCollectionInterface
* @api
*/ */
interface StockItemCollectionInterface extends SearchResultsInterface interface StockItemCollectionInterface extends SearchResultsInterface
{ {
......
...@@ -9,6 +9,7 @@ use Magento\Framework\Api\ExtensibleDataInterface; ...@@ -9,6 +9,7 @@ use Magento\Framework\Api\ExtensibleDataInterface;
/** /**
* Interface StockItem * Interface StockItem
* @api
*/ */
interface StockItemInterface extends ExtensibleDataInterface interface StockItemInterface extends ExtensibleDataInterface
{ {
......
...@@ -9,6 +9,7 @@ use Magento\Framework\Api\SearchResultsInterface; ...@@ -9,6 +9,7 @@ use Magento\Framework\Api\SearchResultsInterface;
/** /**
* Stock Status collection interface * Stock Status collection interface
* @api
*/ */
interface StockStatusCollectionInterface extends SearchResultsInterface interface StockStatusCollectionInterface extends SearchResultsInterface
{ {
......
...@@ -9,6 +9,7 @@ use Magento\Framework\Api\ExtensibleDataInterface; ...@@ -9,6 +9,7 @@ use Magento\Framework\Api\ExtensibleDataInterface;
/** /**
* Interface StockStatusInterface * Interface StockStatusInterface
* @api
*/ */
interface StockStatusInterface extends ExtensibleDataInterface interface StockStatusInterface extends ExtensibleDataInterface
{ {
......
...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api; ...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api;
/** /**
* Interface StockConfigurationInterface * Interface StockConfigurationInterface
* @api
*/ */
interface StockConfigurationInterface interface StockConfigurationInterface
{ {
......
...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api; ...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api;
/** /**
* Interface StockCriteriaInterface * Interface StockCriteriaInterface
* @api
*/ */
interface StockCriteriaInterface extends \Magento\Framework\Api\CriteriaInterface interface StockCriteriaInterface extends \Magento\Framework\Api\CriteriaInterface
{ {
......
...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api; ...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api;
/** /**
* Interface StockIndexInterface * Interface StockIndexInterface
* @api
*/ */
interface StockIndexInterface interface StockIndexInterface
{ {
......
...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api; ...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api;
/** /**
* Interface StockItemCriteriaInterface * Interface StockItemCriteriaInterface
* @api
*/ */
interface StockItemCriteriaInterface extends \Magento\Framework\Api\CriteriaInterface interface StockItemCriteriaInterface extends \Magento\Framework\Api\CriteriaInterface
{ {
......
...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api; ...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api;
/** /**
* Interface StockItemRepository * Interface StockItemRepository
* @api
*/ */
interface StockItemRepositoryInterface interface StockItemRepositoryInterface
{ {
......
...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api; ...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api;
/** /**
* Interface StockManagementInterface * Interface StockManagementInterface
* @api
*/ */
interface StockManagementInterface interface StockManagementInterface
{ {
......
...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api; ...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api;
/** /**
* Interface StockRegistryInterface * Interface StockRegistryInterface
* @api
*/ */
interface StockRegistryInterface interface StockRegistryInterface
{ {
......
...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api; ...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api;
/** /**
* Interface StockRepositoryInterface * Interface StockRepositoryInterface
* @api
*/ */
interface StockRepositoryInterface interface StockRepositoryInterface
{ {
......
...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api; ...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api;
/** /**
* Interface StockStateInterface * Interface StockStateInterface
* @api
*/ */
interface StockStateInterface interface StockStateInterface
{ {
......
...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api; ...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api;
/** /**
* Interface StockStatusCriteriaInterface * Interface StockStatusCriteriaInterface
* @api
*/ */
interface StockStatusCriteriaInterface extends \Magento\Framework\Api\CriteriaInterface interface StockStatusCriteriaInterface extends \Magento\Framework\Api\CriteriaInterface
{ {
......
...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api; ...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Api;
/** /**
* Interface StockStatusRepositoryInterface * Interface StockStatusRepositoryInterface
* @api
*/ */
interface StockStatusRepositoryInterface interface StockStatusRepositoryInterface
{ {
......
...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Model\ResourceModel\Indexer\Stock; ...@@ -7,6 +7,7 @@ namespace Magento\CatalogInventory\Model\ResourceModel\Indexer\Stock;
/** /**
* CatalogInventory Stock Indexer Interface * CatalogInventory Stock Indexer Interface
* @api
*/ */
interface StockInterface interface StockInterface
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment