ParcelTrackingCodeFinder

Extends \AbstractDataPaginator

Class ParcelTrackingCodeFinder

package

Default

Methods

ManufacturerReader constructor.

__construct(\CI_DB_query_builder $query_builder) 
inherited

Arguments

$query_builder

\CI_DB_query_builder

Translate an order by sql instruction into a array of Sorter

_translateOrderByStringIntoArrayOfSorter(\StringType|null $orderBy = null) : array
inherited

Arguments

$orderBy

\StringType|null

SQL instruction with fields to sort.

Response

array

of Sorter objects.

Returns parcel tracking code data by the given tracking code id.

find(\ParcelTrackingCodeId $id) : array

Arguments

$id

\ParcelTrackingCodeId

Id of searched parcel tracking code entry.

Response

array

Returns parcel tracking codes data by the given order id.

findByOrderId(\ParcelTrackingCodeOrderId $orderId) : array

Arguments

$orderId

\ParcelTrackingCodeOrderId

Id of order.

Response

array

Returns all parcel tracking code data.

getAll(\Pager|null $pager = null, array $sorters = array()) : array

Arguments

$pager

\Pager|null

(Optional) Pager object with pagination information

$sorters

array

(Optional) array of Sorter objects with data sorting information

Response

array

Properties