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 8. Read the updated version of this page
PrestaShop\PrestaShop\Core\Domain\Address\Command\AddCustomerAddressCommand
Adds new customer address
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Address\CommandHandler\AddCustomerAddressHandler Implements:
|
Return type | PrestaShop\PrestaShop\Core\Domain\Address\ValueObject\AddressId |
PrestaShop\PrestaShop\Core\Domain\Address\Command\AddManufacturerAddressCommand
Adds new address
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Address\CommandHandler\AddManufacturerAddressHandler Implements:
|
Return type | PrestaShop\PrestaShop\Core\Domain\Address\ValueObject\AddressId |
PrestaShop\PrestaShop\Core\Domain\Address\Command\BulkDeleteAddressCommand
Deletes addresses in bulk action
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Address\CommandHandler\BulkDeleteAddressHandler Implements:
|
Return type | void |
PrestaShop\PrestaShop\Core\Domain\Address\Command\DeleteAddressCommand
Deletes Address
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Address\CommandHandler\DeleteAddressHandler Implements:
|
Return type | void |
PrestaShop\PrestaShop\Core\Domain\Address\Command\EditCartAddressCommand
Class EditCartAddressCommand used to edit a cart address and then update the related field so that it uses the new duplicated address.
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Address\CommandHandler\EditCartAddressHandler Implements:
|
Return type | PrestaShop\PrestaShop\Core\Domain\Address\ValueObject\AddressId |
PrestaShop\PrestaShop\Core\Domain\Address\Command\EditCustomerAddressCommand
Command responsible for holding edits customer address data
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Address\CommandHandler\EditCustomerAddressHandler Implements:
|
Return type | PrestaShop\PrestaShop\Core\Domain\Address\ValueObject\AddressId |
PrestaShop\PrestaShop\Core\Domain\Address\Command\EditManufacturerAddressCommand
Edits manufacturer address
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Address\CommandHandler\EditManufacturerAddressHandler Implements:
|
Return type | void |
PrestaShop\PrestaShop\Core\Domain\Address\Command\EditOrderAddressCommand
Class EditOrderAddressCommand used to edit an order address and then update the related field so that it uses the new duplicated address.
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Address\CommandHandler\EditOrderAddressHandler Implements:
|
Return type | PrestaShop\PrestaShop\Core\Domain\Address\ValueObject\AddressId |
PrestaShop\PrestaShop\Core\Domain\Address\Command\SetRequiredFieldsForAddressCommand
Sets required fields for new address when adding
Command details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Address\CommandHandler\SetRequiredFieldsForAddressHandler Implements:
|
Return type | void |
PrestaShop\PrestaShop\Core\Domain\Address\Query\GetCustomerAddressForEditing
Gets customer address for editing
Query details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Address\QueryHandler\GetCustomerAddressForEditingHandler Implements:
|
Return type | PrestaShop\PrestaShop\Core\Domain\Address\QueryResult\EditableCustomerAddress |
PrestaShop\PrestaShop\Core\Domain\Address\Query\GetManufacturerAddressForEditing
Gets manufacturer address for editing
Query details | |
---|---|
Constructor parameters |
|
Handler class | PrestaShop\PrestaShop\Adapter\Address\QueryHandler\GetManufacturerAddressForEditingHandler Implements:
|
Return type | PrestaShop\PrestaShop\Core\Domain\Address\QueryResult\EditableManufacturerAddress |
PrestaShop\PrestaShop\Core\Domain\Address\Query\GetRequiredFieldsForAddress
Gets fields that are required for address
Query details | |
---|---|
Constructor parameters | |
Handler class | PrestaShop\PrestaShop\Adapter\Address\QueryHandler\GetRequiredFieldsForAddressHandler Implements:
|
Return type | string[] |