PrestaShop\PrestaShop\Core\Domain\CustomerService\Command\BulkDeleteCustomerThreadCommand
__
| Command details | |
|---|---|
| Constructor parameters | 
  | 
| Handler class | PrestaShop\PrestaShop\Core\Domain\CustomerService\CommandHandler\BulkDeleteCustomerThreadHandler  Implements: 
  | 
| Return type | void | 
PrestaShop\PrestaShop\Core\Domain\CustomerService\Command\DeleteCustomerThreadCommand
__
| Command details | |
|---|---|
| Constructor parameters | 
  | 
| Handler class | PrestaShop\PrestaShop\Core\Domain\CustomerService\CommandHandler\DeleteCustomerThreadHandler  Implements: 
  | 
| Return type | void | 
PrestaShop\PrestaShop\Core\Domain\CustomerService\Command\ForwardCustomerThreadCommand
Forwards customer thread
| Command details | |
|---|---|
| Constructor parameters | |
| Handler class | PrestaShop\PrestaShop\Core\Domain\CustomerService\CommandHandler\ForwardCustomerThreadHandler  Implements: 
  | 
| Return type | void | 
PrestaShop\PrestaShop\Core\Domain\CustomerService\Command\ReplyToCustomerThreadCommand
Reply to given customer thread
| Command details | |
|---|---|
| Constructor parameters | 
  | 
| Handler class | PrestaShop\PrestaShop\Core\Domain\CustomerService\CommandHandler\ReplyToCustomerThreadHandler  Implements: 
  | 
| Return type | void | 
PrestaShop\PrestaShop\Core\Domain\CustomerService\Command\UpdateCustomerThreadStatusCommand
Updates customer thread with given status
| Command details | |
|---|---|
| Constructor parameters | 
  | 
| Handler class | PrestaShop\PrestaShop\Core\Domain\CustomerService\CommandHandler\UpdateCustomerThreadStatusHandler  Implements: 
  | 
| Return type | void | 
PrestaShop\PrestaShop\Core\Domain\CustomerService\Query\GetCustomerServiceSignature
Gets signature for replying in customer thread
| Query details | |
|---|---|
| Constructor parameters | 
  | 
| Handler class | PrestaShop\PrestaShop\Core\Domain\CustomerService\QueryHandler\GetCustomerServiceSignatureHandler  Implements: 
  | 
| Return type | string | 
PrestaShop\PrestaShop\Core\Domain\CustomerService\Query\GetCustomerThreadForViewing
Gets customer thread for viewing
| Query details | |
|---|---|
| Constructor parameters | 
  | 
| Handler class | PrestaShop\PrestaShop\Core\Domain\CustomerService\QueryHandler\GetCustomerThreadForViewingHandler  Implements: 
  | 
| Return type | PrestaShop\PrestaShop\Core\Domain\CustomerService\QueryResult\CustomerThreadView |