Skip to content

Commit ccbfd27

Browse files
author
Korshenko, Olexii(okorshenko)
committed
Merge pull request #65 from magento2/revert-62-MAGETWO-44707
MAGETWO-44707: Remove @api sign from CatalogInventory module
2 parents ba64a4f + 2640503 commit ccbfd27

18 files changed

+18
-0
lines changed

app/code/Magento/CatalogInventory/Api/Data/StockCollectionInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
/**
1515
* Interface StockCollectionInterface
16+
* @api
1617
*/
1718
interface StockCollectionInterface extends SearchResultsInterface
1819
{

app/code/Magento/CatalogInventory/Api/Data/StockInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* Interface Stock
12+
* @api
1213
*/
1314
interface StockInterface extends ExtensibleDataInterface
1415
{

app/code/Magento/CatalogInventory/Api/Data/StockItemCollectionInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
/**
1515
* Interface StockItemCollectionInterface
16+
* @api
1617
*/
1718
interface StockItemCollectionInterface extends SearchResultsInterface
1819
{

app/code/Magento/CatalogInventory/Api/Data/StockItemInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* Interface StockItem
12+
* @api
1213
*/
1314
interface StockItemInterface extends ExtensibleDataInterface
1415
{

app/code/Magento/CatalogInventory/Api/Data/StockStatusCollectionInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* Stock Status collection interface
12+
* @api
1213
*/
1314
interface StockStatusCollectionInterface extends SearchResultsInterface
1415
{

app/code/Magento/CatalogInventory/Api/Data/StockStatusInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* Interface StockStatusInterface
12+
* @api
1213
*/
1314
interface StockStatusInterface extends ExtensibleDataInterface
1415
{

app/code/Magento/CatalogInventory/Api/StockConfigurationInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
/**
99
* Interface StockConfigurationInterface
10+
* @api
1011
*/
1112
interface StockConfigurationInterface
1213
{

app/code/Magento/CatalogInventory/Api/StockCriteriaInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
/**
99
* Interface StockCriteriaInterface
10+
* @api
1011
*/
1112
interface StockCriteriaInterface extends \Magento\Framework\Api\CriteriaInterface
1213
{

app/code/Magento/CatalogInventory/Api/StockIndexInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
/**
99
* Interface StockIndexInterface
10+
* @api
1011
*/
1112
interface StockIndexInterface
1213
{

app/code/Magento/CatalogInventory/Api/StockItemCriteriaInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
/**
99
* Interface StockItemCriteriaInterface
10+
* @api
1011
*/
1112
interface StockItemCriteriaInterface extends \Magento\Framework\Api\CriteriaInterface
1213
{

app/code/Magento/CatalogInventory/Api/StockItemRepositoryInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
/**
99
* Interface StockItemRepository
10+
* @api
1011
*/
1112
interface StockItemRepositoryInterface
1213
{

app/code/Magento/CatalogInventory/Api/StockManagementInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
/**
99
* Interface StockManagementInterface
10+
* @api
1011
*/
1112
interface StockManagementInterface
1213
{

app/code/Magento/CatalogInventory/Api/StockRegistryInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
/**
99
* Interface StockRegistryInterface
10+
* @api
1011
*/
1112
interface StockRegistryInterface
1213
{

app/code/Magento/CatalogInventory/Api/StockRepositoryInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
/**
99
* Interface StockRepositoryInterface
10+
* @api
1011
*/
1112
interface StockRepositoryInterface
1213
{

app/code/Magento/CatalogInventory/Api/StockStateInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
/**
99
* Interface StockStateInterface
10+
* @api
1011
*/
1112
interface StockStateInterface
1213
{

app/code/Magento/CatalogInventory/Api/StockStatusCriteriaInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
/**
99
* Interface StockStatusCriteriaInterface
10+
* @api
1011
*/
1112
interface StockStatusCriteriaInterface extends \Magento\Framework\Api\CriteriaInterface
1213
{

app/code/Magento/CatalogInventory/Api/StockStatusRepositoryInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
/**
99
* Interface StockStatusRepositoryInterface
10+
* @api
1011
*/
1112
interface StockStatusRepositoryInterface
1213
{

app/code/Magento/CatalogInventory/Model/ResourceModel/Indexer/Stock/StockInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
/**
99
* CatalogInventory Stock Indexer Interface
10+
* @api
1011
*/
1112
interface StockInterface
1213
{

0 commit comments

Comments
 (0)