PrestaShop\PrestaShop\Core\Domain\Profile\Command\AddProfileCommand
Adds new profile
| Command details | |
|---|---|
| Constructor parameters |
|
| Handler class | PrestaShop\PrestaShop\Adapter\Profile\CommandHandler\AddProfileHandler Implements:
|
| Return type | PrestaShop\PrestaShop\Core\Domain\Profile\ValueObject\ProfileId |
PrestaShop\PrestaShop\Core\Domain\Profile\Command\BulkDeleteProfileCommand
Class BulkDeleteProfileCommand is a command to bulk delete profiles by given ids.
| Command details | |
|---|---|
| Constructor parameters |
|
| Handler class | PrestaShop\PrestaShop\Adapter\Profile\CommandHandler\BulkDeleteProfileHandler Implements:
|
| Return type | void |
PrestaShop\PrestaShop\Core\Domain\Profile\Command\DeleteProfileCommand
Class DeleteProfileCommand is a command to delete profile by given id.
| Command details | |
|---|---|
| Constructor parameters |
|
| Handler class | PrestaShop\PrestaShop\Adapter\Profile\CommandHandler\DeleteProfileHandler Implements:
|
| Return type | void |
PrestaShop\PrestaShop\Core\Domain\Profile\Command\EditProfileCommand
Edits existing Profile
| Command details | |
|---|---|
| Constructor parameters |
|
| Handler class | PrestaShop\PrestaShop\Adapter\Profile\CommandHandler\EditProfileHandler Implements:
|
| Return type | void |
PrestaShop\PrestaShop\Core\Domain\Profile\Permission\Command\UpdateModulePermissionsCommand
Updates module permissions for employee's profile
| Command details | |
|---|---|
| Constructor parameters |
|
| Handler class | PrestaShop\PrestaShop\Adapter\Profile\Permission\CommandHandler\UpdateModulePermissionsHandler Implements:
|
| Return type | void |
PrestaShop\PrestaShop\Core\Domain\Profile\Permission\Command\UpdateTabPermissionsCommand
Updates tab permissions for employee's profile
| Command details | |
|---|---|
| Constructor parameters |
|
| Handler class | PrestaShop\PrestaShop\Adapter\Profile\Permission\CommandHandler\UpdateTabPermissionsHandler Implements:
|
| Return type | void |
PrestaShop\PrestaShop\Core\Domain\Profile\Permission\Query\GetPermissionsForConfiguration
Get profile permissons data for configuration
| Query details | |
|---|---|
| Constructor parameters |
|
| Handler class | PrestaShop\PrestaShop\Adapter\Profile\Permission\QueryHandler\GetPermissionsForConfigurationHandler Implements:
|
| Return type | PrestaShop\PrestaShop\Core\Domain\Profile\Permission\QueryResult\ConfigurablePermissions |
PrestaShop\PrestaShop\Core\Domain\Profile\Query\GetProfileForEditing
Get Profile data for editing
| Query details | |
|---|---|
| Constructor parameters |
|
| Handler class | PrestaShop\PrestaShop\Adapter\Profile\QueryHandler\GetProfileForEditingHandler Implements:
|
| Return type | PrestaShop\PrestaShop\Core\Domain\Profile\QueryResult\EditableProfile |