phpDocumentor

ParcelServiceRepositoryInterface
in

Interface ParcelServiceRepositoryInterface

Table of Contents

delete()  : mixed
Deletes a given parcel service.
findAll()  : ParcelServiceCollection
Returns a limited collection of parcel services.
findBy()  : ParcelServiceCollection
Returns a limited collection of parcel services found by the given search condition.
findById()  : ParcelServiceInterface|null
Returns a parcel services found by its ID.
save()  : ParcelServiceInterface
Saves a given parcel service.
update()  : ParcelServiceInterface
Updates a given parcel service.

Methods

findBy()

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

public findBy(ParcelServiceSearchCondition $searchCondition[, Pager|null $pager = null ][, array<string|int, mixed> $sorters = [] ]) : ParcelServiceCollection
Parameters
$searchCondition : ParcelServiceSearchCondition
$pager : Pager|null = null

(Optional) Pager object with pagination information

$sorters : array<string|int, mixed> = []

(Optional) array of Sorter objects with data sorting information

Return values
ParcelServiceCollection

Search results