Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
BookmarkRepositoryInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Ui\Api;
7 
15 {
23  public function save(\Magento\Ui\Api\Data\BookmarkInterface $bookmark);
24 
32  public function getById($bookmarkId);
33 
41  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
42 
50  public function delete(\Magento\Ui\Api\Data\BookmarkInterface $bookmark);
51 
60  public function deleteById($bookmarkId);
61 }
$searchCriteria
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
save(\Magento\Ui\Api\Data\BookmarkInterface $bookmark)