Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-signifyd
Api
CaseRepositoryInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Signifyd\Api
;
7
14
interface
CaseRepositoryInterface
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
}
Magento\Signifyd\Api
Definition:
CaseCreationServiceInterface.php:6
$id
$id
Definition:
fieldset.phtml:14
$case
$case
Definition:
approved_case.php:24
Magento\Signifyd\Api\CaseRepositoryInterface\getList
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
$searchCriteria
$searchCriteria
Definition:
order_rollback.php:16
Magento\Signifyd\Api\Data\CaseInterface
Definition:
CaseInterface.php:17
Magento\Signifyd\Api\CaseRepositoryInterface\getById
getById($id)
Magento\Signifyd\Api\CaseRepositoryInterface\save
save(\Magento\Signifyd\Api\Data\CaseInterface $case)
Magento
Magento\Signifyd\Api\CaseRepositoryInterface\getByCaseId
getByCaseId($caseId)
Magento\Signifyd\Api\CaseRepositoryInterface
Definition:
CaseRepositoryInterface.php:14