Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CaseRepositoryInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Signifyd\Api;
7 
15 {
23  public function save(\Magento\Signifyd\Api\Data\CaseInterface $case);
24 
32  public function getById($id);
33 
41  public function getByCaseId($caseId);
42 
50  public function delete(\Magento\Signifyd\Api\Data\CaseInterface $case);
51 
59  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
60 }
$id
Definition: fieldset.phtml:14
$case
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
$searchCriteria
save(\Magento\Signifyd\Api\Data\CaseInterface $case)