ActionDictionary
Table of Contents
Constants
- ACTION_CATALOG_EXPORT_EDIT = 'catalog_export_edit'
- ACTION_CATALOG_EXPORT_EXECUTION = 'catalog_export_exec'
- ACTION_CATALOG_IMPORT_EDIT = 'catalog_import_edit'
- ACTION_CATALOG_IMPORT_EXECUTION = 'catalog_import_exec'
- ACTION_CATALOG_READ = 'catalog_read'
- The right to access the catalog and the module settings
- ACTION_CATALOG_RIGHTS_EDIT = 'catalog_rights_edit'
- ACTION_CATALOG_SETTINGS_ACCESS = 'catalog_settings'
- ACTION_CATALOG_VIEW = 'catalog_view'
- The right to access the catalog (without access the module settings).
- ACTION_DEAL_PRODUCT_RESERVE = 'catalog_deal_product_reserve'
- ACTION_INVENTORY_MANAGEMENT_ACCESS = 'catalog_inventory_management_access'
- ACTION_MEASURE_EDIT = 'catalog_measure'
- ACTION_PRICE_EDIT = 'catalog_price'
- ACTION_PRICE_ENTITY_EDIT = 'catalog_entity_price'
- ACTION_PRICE_GROUP_EDIT = 'catalog_group'
- ACTION_PRODUCT_ADD = 'catalog_product_add'
- ACTION_PRODUCT_CARD_EDIT = 'catalog_product_card_edit'
- ACTION_PRODUCT_CARD_SETTINGS_FOR_USERS_SET = 'catalog_product_card_settings_for_users_set'
- ACTION_PRODUCT_DELETE = 'catalog_product_delete'
- ACTION_PRODUCT_DISCOUNT_SET = 'catalog_discount'
- ACTION_PRODUCT_EDIT = 'catalog_product_edit'
- ACTION_PRODUCT_PRICE_EXTRA_EDIT = 'catalog_extra'
- ACTION_PRODUCT_PUBLIC_VISIBILITY_SET = 'catalog_product_public_visibility_set'
- ACTION_PRODUCT_PURCHASE_INFO_VIEW = 'catalog_purchas_info'
- ACTION_PRODUCT_VIEW = 'catalog_product_view'
- ACTION_RESERVED_SETTINGS_ACCESS = 'catalog_setting_access'
- ACTION_SELL_NEGATIVE_COMMODITIES_SETTINGS_EDIT = 'catalog_sell_negative_commodities_settings_edit'
- ACTION_STORE_ANALYTIC_VIEW = 'catalog_store_analytic'
- ACTION_STORE_DOCUMENT_ALLOW_NEGATION_PRODUCT_QUANTITY = 'catalog_store_document_allow_negation_product_quantity'
- ACTION_STORE_DOCUMENT_CANCEL = 'catalog_store_document_cancel'
- ACTION_STORE_DOCUMENT_CARD_EDIT = 'catalog_document_card_edit'
- ACTION_STORE_DOCUMENT_CONDUCT = 'catalog_store_document_conduct'
- ACTION_STORE_DOCUMENT_DELETE = 'catalog_store_document_delete'
- ACTION_STORE_DOCUMENT_MODIFY = 'catalog_store_document_modify'
- ACTION_STORE_DOCUMENT_PERFORM = 'catalog_store_document_perform'
- ACTION_STORE_DOCUMENT_VIEW = 'catalog_store_document_view'
- ACTION_STORE_MODIFY = 'catalog_store_modify'
- ACTION_STORE_PRODUCT_RESERVE = 'catalog_store_product_reserve'
- ACTION_STORE_VIEW = 'catalog_store'
- ACTION_VAT_EDIT = 'catalog_vat'
- PREFIX = "ACTION_"
Methods
- getActionPermissionMap() : array<string|int, mixed>
- permission on action
- getActionRuleName() : string|null
- get action name by string value
- getLegacyMap() : array<string|int, mixed>
- getStoreDocumentActionPermissionMap() : array<string|int, mixed>
Constants
ACTION_CATALOG_EXPORT_EDIT
public
mixed
ACTION_CATALOG_EXPORT_EDIT
= 'catalog_export_edit'
ACTION_CATALOG_EXPORT_EXECUTION
public
mixed
ACTION_CATALOG_EXPORT_EXECUTION
= 'catalog_export_exec'
ACTION_CATALOG_IMPORT_EDIT
public
mixed
ACTION_CATALOG_IMPORT_EDIT
= 'catalog_import_edit'
ACTION_CATALOG_IMPORT_EXECUTION
public
mixed
ACTION_CATALOG_IMPORT_EXECUTION
= 'catalog_import_exec'
ACTION_CATALOG_READ
The right to access the catalog and the module settings
public
mixed
ACTION_CATALOG_READ
= 'catalog_read'
ACTION_CATALOG_RIGHTS_EDIT
public
mixed
ACTION_CATALOG_RIGHTS_EDIT
= 'catalog_rights_edit'
ACTION_CATALOG_SETTINGS_ACCESS
public
mixed
ACTION_CATALOG_SETTINGS_ACCESS
= 'catalog_settings'
ACTION_CATALOG_VIEW
The right to access the catalog (without access the module settings).
public
mixed
ACTION_CATALOG_VIEW
= 'catalog_view'
Used only in legacy.
ACTION_DEAL_PRODUCT_RESERVE
public
mixed
ACTION_DEAL_PRODUCT_RESERVE
= 'catalog_deal_product_reserve'
ACTION_INVENTORY_MANAGEMENT_ACCESS
public
mixed
ACTION_INVENTORY_MANAGEMENT_ACCESS
= 'catalog_inventory_management_access'
ACTION_MEASURE_EDIT
public
mixed
ACTION_MEASURE_EDIT
= 'catalog_measure'
ACTION_PRICE_EDIT
public
mixed
ACTION_PRICE_EDIT
= 'catalog_price'
ACTION_PRICE_ENTITY_EDIT
public
mixed
ACTION_PRICE_ENTITY_EDIT
= 'catalog_entity_price'
ACTION_PRICE_GROUP_EDIT
public
mixed
ACTION_PRICE_GROUP_EDIT
= 'catalog_group'
ACTION_PRODUCT_ADD
public
mixed
ACTION_PRODUCT_ADD
= 'catalog_product_add'
ACTION_PRODUCT_CARD_EDIT
public
mixed
ACTION_PRODUCT_CARD_EDIT
= 'catalog_product_card_edit'
ACTION_PRODUCT_CARD_SETTINGS_FOR_USERS_SET
public
mixed
ACTION_PRODUCT_CARD_SETTINGS_FOR_USERS_SET
= 'catalog_product_card_settings_for_users_set'
ACTION_PRODUCT_DELETE
public
mixed
ACTION_PRODUCT_DELETE
= 'catalog_product_delete'
ACTION_PRODUCT_DISCOUNT_SET
public
mixed
ACTION_PRODUCT_DISCOUNT_SET
= 'catalog_discount'
ACTION_PRODUCT_EDIT
public
mixed
ACTION_PRODUCT_EDIT
= 'catalog_product_edit'
ACTION_PRODUCT_PRICE_EXTRA_EDIT
public
mixed
ACTION_PRODUCT_PRICE_EXTRA_EDIT
= 'catalog_extra'
ACTION_PRODUCT_PUBLIC_VISIBILITY_SET
public
mixed
ACTION_PRODUCT_PUBLIC_VISIBILITY_SET
= 'catalog_product_public_visibility_set'
ACTION_PRODUCT_PURCHASE_INFO_VIEW
public
mixed
ACTION_PRODUCT_PURCHASE_INFO_VIEW
= 'catalog_purchas_info'
ACTION_PRODUCT_VIEW
use ACTION_CATALOG_READ
instead.
public
mixed
ACTION_PRODUCT_VIEW
= 'catalog_product_view'
ACTION_RESERVED_SETTINGS_ACCESS
public
mixed
ACTION_RESERVED_SETTINGS_ACCESS
= 'catalog_setting_access'
ACTION_SELL_NEGATIVE_COMMODITIES_SETTINGS_EDIT
public
mixed
ACTION_SELL_NEGATIVE_COMMODITIES_SETTINGS_EDIT
= 'catalog_sell_negative_commodities_settings_edit'
ACTION_STORE_ANALYTIC_VIEW
public
mixed
ACTION_STORE_ANALYTIC_VIEW
= 'catalog_store_analytic'
ACTION_STORE_DOCUMENT_ALLOW_NEGATION_PRODUCT_QUANTITY
public
mixed
ACTION_STORE_DOCUMENT_ALLOW_NEGATION_PRODUCT_QUANTITY
= 'catalog_store_document_allow_negation_product_quantity'
ACTION_STORE_DOCUMENT_CANCEL
public
mixed
ACTION_STORE_DOCUMENT_CANCEL
= 'catalog_store_document_cancel'
ACTION_STORE_DOCUMENT_CARD_EDIT
public
mixed
ACTION_STORE_DOCUMENT_CARD_EDIT
= 'catalog_document_card_edit'
ACTION_STORE_DOCUMENT_CONDUCT
public
mixed
ACTION_STORE_DOCUMENT_CONDUCT
= 'catalog_store_document_conduct'
ACTION_STORE_DOCUMENT_DELETE
public
mixed
ACTION_STORE_DOCUMENT_DELETE
= 'catalog_store_document_delete'
ACTION_STORE_DOCUMENT_MODIFY
public
mixed
ACTION_STORE_DOCUMENT_MODIFY
= 'catalog_store_document_modify'
ACTION_STORE_DOCUMENT_PERFORM
public
mixed
ACTION_STORE_DOCUMENT_PERFORM
= 'catalog_store_document_perform'
ACTION_STORE_DOCUMENT_VIEW
public
mixed
ACTION_STORE_DOCUMENT_VIEW
= 'catalog_store_document_view'
ACTION_STORE_MODIFY
public
mixed
ACTION_STORE_MODIFY
= 'catalog_store_modify'
ACTION_STORE_PRODUCT_RESERVE
public
mixed
ACTION_STORE_PRODUCT_RESERVE
= 'catalog_store_product_reserve'
ACTION_STORE_VIEW
public
mixed
ACTION_STORE_VIEW
= 'catalog_store'
ACTION_VAT_EDIT
public
mixed
ACTION_VAT_EDIT
= 'catalog_vat'
PREFIX
public
mixed
PREFIX
= "ACTION_"
Methods
getActionPermissionMap()
permission on action
public
static getActionPermissionMap() : array<string|int, mixed>
Return values
array<string|int, mixed>getActionRuleName()
get action name by string value
public
static getActionRuleName(string $value) : string|null
Parameters
- $value : string
-
string value of action
Tags
Return values
string|nullgetLegacyMap()
public
static getLegacyMap() : array<string|int, mixed>
Return values
array<string|int, mixed>getStoreDocumentActionPermissionMap()
public
static getStoreDocumentActionPermissionMap() : array<string|int, mixed>