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-catalog
Api
Data
ProductFrontendActionInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Catalog\Api\Data
;
7
14
interface
ProductFrontendActionInterface
15
{
22
public
function
getActionId
();
23
31
public
function
setActionId
($actionId);
32
39
public
function
getVisitorId
();
40
48
public
function
setVisitorId
($visitorId);
49
56
public
function
getCustomerId
();
57
65
public
function
setCustomerId
(
$customerId
);
66
73
public
function
getProductId
();
74
82
public
function
setProductId
(
$productId
);
83
90
public
function
getTypeId
();
91
99
public
function
setTypeId
($typeId);
100
107
public
function
getAddedAt
();
108
116
public
function
setAddedAt
($addedAt);
117
}
Magento\Catalog\Api\Data\ProductFrontendActionInterface\setActionId
setActionId($actionId)
Magento\Catalog\Api\Data\ProductFrontendActionInterface\getVisitorId
getVisitorId()
$productId
$productId
Definition:
website_attribute_sync.php:26
Magento\Catalog\Api\Data\ProductFrontendActionInterface
Definition:
ProductFrontendActionInterface.php:14
Magento\Catalog\Api\Data\ProductFrontendActionInterface\getProductId
getProductId()
Magento\Catalog\Api\Data
Definition:
BasePriceInterface.php:7
Magento\Catalog\Api\Data\ProductFrontendActionInterface\getAddedAt
getAddedAt()
Magento\Catalog\Api\Data\ProductFrontendActionInterface\setTypeId
setTypeId($typeId)
Magento\Catalog\Api\Data\ProductFrontendActionInterface\getTypeId
getTypeId()
Magento\Catalog\Api\Data\ProductFrontendActionInterface\setProductId
setProductId($productId)
$customerId
$customerId
Definition:
quote_with_customer.php:16
Magento\Catalog\Api\Data\ProductFrontendActionInterface\setVisitorId
setVisitorId($visitorId)
Magento\Catalog\Api\Data\ProductFrontendActionInterface\getCustomerId
getCustomerId()
Magento\Catalog\Api\Data\ProductFrontendActionInterface\setCustomerId
setCustomerId($customerId)
Magento\Catalog\Api\Data\ProductFrontendActionInterface\getActionId
getActionId()
Magento\Catalog\Api\Data\ProductFrontendActionInterface\setAddedAt
setAddedAt($addedAt)