ProductSearchLogManager
class ProductSearchLogManager implements BasicEntityManagerInterface, JQGridInterface
Class ProductSearchLogManager is injected as alligator.product_search_log.manager service. ProductSearchLogManager handles the logic for managed entity.
Traits
Trait JQGridManagerTrait
Properties
| protected ProductSearchLogRepository | $repository |
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
saveProductSearchLog(User|null $user, string $searchParam, boolean $hasResults)
Persist new product search log
array
getGraphData(bool $withResults, array $filters = [])
Find product search log with params and convert for graph representation
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 35
__construct(ProductSearchLogRepository $repository)
at line 48
ProductSearchLog|PrimaryKeyInterface
saveProductSearchLog(User|null $user, string $searchParam, boolean $hasResults)
Persist new product search log
at line 65
array
getGraphData(bool $withResults, array $filters = [])
Find product search log with params and convert for graph representation