ShippingMethodServiceDecorator
        ShippingMethodServiceDecorator.php
                :
        18
                 
    
                                        Abstract
        
        
                    
                Implements
                                    ShippingMethodServiceInterface                            
        
                Properties¶
                 $innerService
            ¶
        $innerService
            ¶
    
        
        ShippingMethodServiceDecorator.php
                :
        20
                 
    
        |  |  | 
Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        ShippingMethodServiceDecorator.php
                :
        22
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $innerService | ShippingMethodServiceInterface | - | - | 
                 createShippingMethod()
            ¶
createShippingMethod()
            ¶
    
        
        ShippingMethodServiceDecorator.php
                :
        54
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $createStruct | ShippingMethodCreateStruct | - | - | 
Return values
                 deleteShippingMethod()
            ¶
deleteShippingMethod()
            ¶
    
        
        ShippingMethodServiceDecorator.php
                :
        67
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $shippingMethod | ShippingMethodInterface | - | - | 
                 deleteShippingMethodTranslation()
            ¶
deleteShippingMethodTranslation()
            ¶
    
        
        ShippingMethodServiceDecorator.php
                :
        73
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $struct | ShippingMethodDeleteTranslationStruct | - | - | 
                 findShippingMethods()
            ¶
findShippingMethods()
            ¶
    
        
        ShippingMethodServiceDecorator.php
                :
        47
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $query | ShippingMethodQuery|null | null | - | 
| $prioritizedLanguages | array<string|int, mixed>|null | null | - | 
Return values
                 getShippingMethod()
            ¶
getShippingMethod()
            ¶
    
        
        ShippingMethodServiceDecorator.php
                :
        30
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $identifier | string | - | - | 
| $prioritizedLanguages | array<string|int, string>|null | null | - | 
Return values
                 getShippingMethodById()
            ¶
getShippingMethodById()
            ¶
    
        
        ShippingMethodServiceDecorator.php
                :
        40
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $id | int | - | - | 
| $prioritizedLanguages | array<string|int, string>|null | null | - | 
Return values
                 isShippingMethodUsed()
            ¶
isShippingMethodUsed()
            ¶
    
        
        ShippingMethodServiceDecorator.php
                :
        79
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $shippingMethod | ShippingMethodInterface | - | - | 
Return values
bool
                 newShippingMethodCreateStruct()
            ¶
newShippingMethodCreateStruct()
            ¶
    
        
        ShippingMethodServiceDecorator.php
                :
        85
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $identifier | string | - | - | 
Return values
                 newShippingMethodUpdateStruct()
            ¶
newShippingMethodUpdateStruct()
            ¶
    
        
        ShippingMethodServiceDecorator.php
                :
        91
                 
    
        |  |  | 
Return values
                 updateShippingMethod()
            ¶
updateShippingMethod()
            ¶
    
        
        ShippingMethodServiceDecorator.php
                :
        60
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $shippingMethod | ShippingMethodInterface | - | - | 
| $updateStruct | ShippingMethodUpdateStruct | - | - |