ShippingManager
class ShippingManager implements ShippingManagerInterface, BasicEntityManagerInterface, JQGridInterface
Class ShippingManager is injected as alligator.shipping_manager service. ShippingManager handles the logic for managed entity.
Traits
Trait JQGridManagerTrait
Properties
| protected ShippingRepository | $repository | ||
| protected ShippingEventContainer | $eventContainer |
Methods
mixed
searchForJQGRID(array $searchParams, array $sortParams = array(), array $additionalParams = array(), JQGridWrapper $jqGridWrapper = null)
No description
from JQGridManagerTrait
mixed
findAllForJQGRID(int $page, int $offset, array $sortParams, array $additionalParams = array(), JQGridWrapper $jqGridWrapper = null)
No description
from JQGridManagerTrait
mixed
getCountForJQGRID(array|null $searchParams = null, array|null $sortParams = null, array|null $additionalParams = array(), JQGridWrapper|null $jqGridWrapper = null)
No description
from JQGridManagerTrait
__construct(ShippingRepository $repository, ShippingEventContainer $eventContainer)
ShippingManager constructor.
QueryBuilder
findAllShippings()
No description
QueryBuilder|array
deleteShipping(array $array)
No description
mixed
getShippingFromDB(mixed $shipping)
No description
array
getAllShippingWithSelect()
Find all shipping providers
ShippingProvider|bool|Proxy|null|object
getReference(int $id)
Find shipping provider reference by id
array
getAllShippingErpCodes()
Find all shipping provider ids and codes
bool|string
saveCollection(array $collection)
Persist collection of shipping providers
Details
in JQGridManagerTrait at line 26
mixed
searchForJQGRID(array $searchParams, array $sortParams = array(), array $additionalParams = array(), JQGridWrapper $jqGridWrapper = null)
in JQGridManagerTrait at line 40
mixed
findAllForJQGRID(int $page, int $offset, array $sortParams, array $additionalParams = array(), JQGridWrapper $jqGridWrapper = null)
in JQGridManagerTrait at line 53
mixed
getCountForJQGRID(array|null $searchParams = null, array|null $sortParams = null, array|null $additionalParams = array(), JQGridWrapper|null $jqGridWrapper = null)
at line 42
__construct(ShippingRepository $repository, ShippingEventContainer $eventContainer)
ShippingManager constructor.
at line 51
QueryBuilder
findAllShippings()
at line 59
ShippingProvider
saveShipping(ShippingProvider $shipping)
at line 76
ShippingProvider
editShipping(ShippingProvider $shipping)
at line 94
QueryBuilder|array
deleteShipping(array $array)
at line 103
mixed
getShippingFromDB(mixed $shipping)
at line 116
array
getAllShippingWithSelect()
Find all shipping providers
at line 129
ShippingProvider|bool|Proxy|null|object
getReference(int $id)
Find shipping provider reference by id
at line 138
array
getAllShippingErpCodes()
Find all shipping provider ids and codes
at line 149
bool|string
saveCollection(array $collection)
Persist collection of shipping providers