UnionQuery.php
33 public static function execute(UnionQueryProvider $queryProvider, $buildDepth=BuildDepth::SINGLE, $orderby=null, PagingInfo $pagingInfo=null) {
119 private static function getCacheKey($ids, $buildDepth, $orderby=null, PagingInfo $pagingInfo=null) {
execute($queryId, $buildDepth, $orderby, $pagingInfo)
Execute a single query.
UnionQueryProvider is used to provide queries to a union query.
Definition: UnionQueryProvider.php:18
static getInstance($name, $dynamicConfiguration=[])
Definition: ObjectFactory.php:47
UnionQuery combines multiple query results to allow for sorting and paginating over different queries...
Definition: UnionQuery.php:23
PagingInfo contains information about a paged list.
Definition: PagingInfo.php:18
static execute(UnionQueryProvider $queryProvider, $buildDepth=BuildDepth::SINGLE, $orderby=null, PagingInfo $pagingInfo=null)
Execute the provided queries.
Definition: UnionQuery.php:33
ObjectFactory implements the service locator pattern by wrapping a Factory instance and providing sta...
Definition: ObjectFactory.php:24
ObjectComparator is used to compare persistent objects by given criterias.
Definition: ObjectComparator.php:47