Interface CategoryRepositoryDeleterInterface
Interface CategoryRepositoryDeleterInterface
This interface defines methods for deleting category records from the database and is used in the category repository among the interfaces for writing and reading category records.
Direct known implementers
Package: Category\Interfaces
Category: System
Located at Services/Core/Category/Repositories/Deleter/Interfaces/CategoryRepositoryDeleterInterface.inc.php
Category: System
Located at Services/Core/Category/Repositories/Deleter/Interfaces/CategoryRepositoryDeleterInterface.inc.php
Methods summary
public
deleteRelatedProductsOfCategory( IdCollection $categoryIds )
:
Deletes related products of given category. All products that are only connected to the given category gets removed.