phpDocumentor

PackingSlipService
in package
implements PackingSlipServiceInterface

Class PackingSlipService

Interfaces, Classes and Traits

PackingSlipServiceInterface
Interface PackingSlipServiceInterface

Table of Contents

$fileStorage  : AbstractFileStorage
$packingSlipRepository  : PackingSlipRepositoryInterface
__construct()  : mixed
PackingSlipService constructor.
deletePackingSlipsByOrderId()  : mixed
Deletes all packing slips by a given order ID.
getPackingSlipsByOrderList()  : PackingSlipCollection
Gets all packing slips for all orders of the given list.

Properties

Methods

deletePackingSlipsByOrderId()

Deletes all packing slips by a given order ID.

public deletePackingSlipsByOrderId(IdType $orderId) : mixed
Parameters
$orderId : IdType
Tags
throws
InvalidArgumentException
Return values
mixed

Search results