ParcelServiceReadServiceInterface

Extends

Interface ParcelServiceReadService

package

Default

Methods

Returns a limited collection of parcel services.

getAll(\Pager $pager) : \ParcelServiceCollection

Arguments

$pager

\Pager

Response

\ParcelServiceCollection

Returns a collection of parcel services found be the given limited search condition.

getBy(\Pager $pager, \ParcelServiceSearchCondition $searchCondition) : \ParcelServiceCollection

Arguments

$pager

\Pager

Response

\ParcelServiceCollection

Returns a parcel service identified by its ID.

getById(\ParcelServiceId $parcelServiceId) : \ParcelServiceInterface

Arguments

$parcelServiceId

\ParcelServiceId

Response

\ParcelServiceInterface