Skip to content

Commit

Permalink
Merge pull request #65 from magento2/revert-62-MAGETWO-44707
Browse files Browse the repository at this point in the history
MAGETWO-44707: Remove @api sign from CatalogInventory module
  • Loading branch information
Korshenko, Olexii(okorshenko) committed Oct 28, 2015
2 parents ba64a4f + 2640503 commit ccbfd27
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

/**
* Interface StockCollectionInterface
* @api
*/
interface StockCollectionInterface extends SearchResultsInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

/**
* Interface Stock
* @api
*/
interface StockInterface extends ExtensibleDataInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

/**
* Interface StockItemCollectionInterface
* @api
*/
interface StockItemCollectionInterface extends SearchResultsInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

/**
* Interface StockItem
* @api
*/
interface StockItemInterface extends ExtensibleDataInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

/**
* Stock Status collection interface
* @api
*/
interface StockStatusCollectionInterface extends SearchResultsInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

/**
* Interface StockStatusInterface
* @api
*/
interface StockStatusInterface extends ExtensibleDataInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

/**
* Interface StockConfigurationInterface
* @api
*/
interface StockConfigurationInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

/**
* Interface StockCriteriaInterface
* @api
*/
interface StockCriteriaInterface extends \Magento\Framework\Api\CriteriaInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

/**
* Interface StockIndexInterface
* @api
*/
interface StockIndexInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

/**
* Interface StockItemCriteriaInterface
* @api
*/
interface StockItemCriteriaInterface extends \Magento\Framework\Api\CriteriaInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

/**
* Interface StockItemRepository
* @api
*/
interface StockItemRepositoryInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

/**
* Interface StockManagementInterface
* @api
*/
interface StockManagementInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

/**
* Interface StockRegistryInterface
* @api
*/
interface StockRegistryInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

/**
* Interface StockRepositoryInterface
* @api
*/
interface StockRepositoryInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

/**
* Interface StockStateInterface
* @api
*/
interface StockStateInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

/**
* Interface StockStatusCriteriaInterface
* @api
*/
interface StockStatusCriteriaInterface extends \Magento\Framework\Api\CriteriaInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

/**
* Interface StockStatusRepositoryInterface
* @api
*/
interface StockStatusRepositoryInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

/**
* CatalogInventory Stock Indexer Interface
* @api
*/
interface StockInterface
{
Expand Down

0 comments on commit ccbfd27

Please sign in to comment.