Warning: You are browsing the documentation for PrestaShop 1.7, which is outdated.
You might want to read an updated version of this page for the current version, PrestaShop 9. Read the updated version of this page
PrestaShop\PrestaShop\Core\Domain\CustomerService\Command\ForwardCustomerThreadCommand
Forwards customer thread
| Command details | |
|---|---|
| Constructor parameters | |
| Handler class | PrestaShop\PrestaShop\Adapter\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\Adapter\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\GetCustomerThreadForViewing
Gets customer thread for viewing
| Query details | |
|---|---|
| Constructor parameters |
|
| Handler class | PrestaShop\PrestaShop\Adapter\CustomerService\QueryHandler\GetCustomerThreadForViewingHandler Implements:
|
| Return type | PrestaShop\PrestaShop\Core\Domain\CustomerService\QueryResult\CustomerThreadView |
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 |