Interface ProductCategoryLinkerInterface
Interface ProductCategoryLinkerInterface
Direct known implementers
Package: Product\Interfaces
Category: System
Located at Services/Core/Product/Repositories/Interfaces/ProductCategoryLinkerInterface.inc.php
Category: System
Located at Services/Core/Product/Repositories/Interfaces/ProductCategoryLinkerInterface.inc.php
Methods summary
public
changeProductLink( IdType $productId, IdType $currentCategoryId, IdType $newCategoryId )
:
Changes a link to a new category.
public
getProductLinks( IdType $productId )
: IdCollection
Returns the category Ids which are linked with given product id.
public
removeProductFromStartPage( IdType $productId )
: ProductRepositoryInterface|ProductCategoryLinkerInterface
public
addProductToStartPage( IdType $productId )
: ProductRepositoryInterface|ProductCategoryLinkerInterface