|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| create (array $integrationData) | |
| get ($integrationId) | |
| findByName ($integrationName) | |
| findByConsumerId ($consumerId) | |
| findActiveIntegrationByConsumerId ($consumerId) | |
| update (array $integrationData) | |
| delete ($integrationId) | |
| getSelectedResources ($integrationId) | |
Integration Service Interface
@api
Definition at line 16 of file IntegrationServiceInterface.php.
| create | ( | array | $integrationData | ) |
Create a new Integration
| array | $integrationData |
Implemented in IntegrationService.
| delete | ( | $integrationId | ) |
Delete an Integration.
| int | $integrationId |
Implemented in IntegrationService.
| findActiveIntegrationByConsumerId | ( | $consumerId | ) |
Get the details of an active Integration by consumer_id.
| int | $consumerId |
Implemented in IntegrationService.
| findByConsumerId | ( | $consumerId | ) |
Get the details of an Integration by consumer_id.
| int | $consumerId |
Implemented in IntegrationService.
| findByName | ( | $integrationName | ) |
Find Integration by name.
| string | $integrationName |
Implemented in IntegrationService.
| get | ( | $integrationId | ) |
Get the details of a specific Integration.
| int | $integrationId |
Implemented in IntegrationService.
| getSelectedResources | ( | $integrationId | ) |
Return an array of selected resources for an integration.
| int | $integrationId |
Implemented in IntegrationService.
| update | ( | array | $integrationData | ) |
Update an Integration.
| array | $integrationData |
Implemented in IntegrationService.