CustomerGroupServiceDecorator
CustomerGroupServiceDecorator.php
:
18
Abstract
Implements
CustomerGroupServiceInterface
Properties¶
$innerService
¶
CustomerGroupServiceDecorator.php
:
20
|
|
|
Methods¶
__construct()
¶
CustomerGroupServiceDecorator.php
:
22
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $innerService | CustomerGroupServiceInterface | - | - |
canBeDeleted()
¶
CustomerGroupServiceDecorator.php
:
62
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $customerGroup | CustomerGroupInterface | - | - |
Return values
bool
createCustomerGroup()
¶
CustomerGroupServiceDecorator.php
:
27
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $createStruct | CustomerGroupCreateStruct | - | - |
Return values
deleteCustomerGroup()
¶
CustomerGroupServiceDecorator.php
:
32
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $customerGroup | CustomerGroupInterface | - | - |
deleteCustomerGroupTranslation()
¶
CustomerGroupServiceDecorator.php
:
37
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $struct | CustomerGroupDeleteTranslationStruct | - | - |
findCustomerGroups()
¶
CustomerGroupServiceDecorator.php
:
47
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $query | CustomerGroupQuery|null | null | - |
Return values
getCustomerGroup()
¶
CustomerGroupServiceDecorator.php
:
52
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $id | int | - | - |
| $prioritizedLanguages | array<string|int, mixed>|null | null | - |
Return values
getCustomerGroupByIdentifier()
¶
CustomerGroupServiceDecorator.php
:
42
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
| $prioritizedLanguages | array<string|int, mixed>|null | null | - |
Return values
updateCustomerGroup()
¶
CustomerGroupServiceDecorator.php
:
57
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $updateStruct | CustomerGroupUpdateStruct | - | - |