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
framework-message-queue
Test
Unit
Code
Generator
_files
TRepositoryInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\MessageQueue\Code\Generator
;
7
11
interface
TRepositoryInterface
12
{
19
public
function
save
(\
Magento
\Framework\MessageQueue\Code\Generator\
TInterface
$t)
20
:
\Magento\Framework\MessageQueue\Code\Generator\TInterface
;
21
29
public
function
get
(
string
$attribute
,
int
$typeId =
null
)
30
: \
Magento
\Framework\MessageQueue\Code\Generator\
TInterface
;
31
38
public
function
getById
(
int
$tId) :
\Magento\Framework\MessageQueue\Code\Generator\TInterface
;
39
46
public
function
getList
(\
Magento
\Framework\Api\SearchCriteriaInterface
$searchCriteria
);
47
54
public
function
delete
(
\Magento\Framework\MessageQueue\Code\Generator\TInterface
$t) :
bool
;
55
62
public
function
deleteById
(
int
$tId) : bool;
63
}
$attribute
$attribute
Definition:
attribute_set_with_image_attribute.php:41
Magento\Framework\MessageQueue\Code\Generator
$searchCriteria
$searchCriteria
Definition:
order_rollback.php:16
Magento\Framework\MessageQueue\Code\Generator\TRepositoryInterface\getById
getById(int $tId)
Magento
Magento\Framework\MessageQueue\Code\Generator\TRepositoryInterface
Definition:
TRepositoryInterface.php:11
Magento\Framework\MessageQueue\Code\Generator\TRepositoryInterface\save
save(\Magento\Framework\MessageQueue\Code\Generator\TInterface $t)
Magento\Framework\MessageQueue\Code\Generator\TRepositoryInterface\getList
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
Magento\Framework\MessageQueue\Code\Generator\TInterface
Definition:
TInterface.php:8
Magento\Framework\MessageQueue\Code\Generator\TRepositoryInterface\deleteById
deleteById(int $tId)