PrestaShop\PrestaShop\Core\Domain\Profile\Command\AddProfileCommand
Adds new profile
| Command details | |
|---|---|
| Constructor parameters | 
 | 
| Handler class | PrestaShop\PrestaShop\Adapter\Profile\CommandHandler\AddProfileHandlerImplements: 
 | 
| 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\BulkDeleteProfileHandlerImplements: 
 | 
| 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\DeleteProfileHandlerImplements: 
 | 
| Return type | void | 
PrestaShop\PrestaShop\Core\Domain\Profile\Command\EditProfileCommand
Edits existing Profile
| Command details | |
|---|---|
| Constructor parameters | 
 | 
| Handler class | PrestaShop\PrestaShop\Adapter\Profile\CommandHandler\EditProfileHandlerImplements: 
 | 
| 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\UpdateModulePermissionsHandlerImplements: 
 | 
| 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\UpdateTabPermissionsHandlerImplements: 
 | 
| 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\GetPermissionsForConfigurationHandlerImplements: 
 | 
| 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\GetProfileForEditingHandlerImplements: 
 | 
| Return type | PrestaShop\PrestaShop\Core\Domain\Profile\QueryResult\EditableProfile |