public class DbTenantQueryImpl extends TenantQueryImpl
AbstractQuery.ResultTypegroupId, id, ids, includingGroups, name, nameLike, userIdcommandExecutor, expressions, orderingProperties, resultType, SORTORDER_ASC, SORTORDER_DESC, validatorsauthCheck, databaseType, DEFAULT_ORDER_BY, firstResult, maxResults, orderBy, parameter, tenantCheck| Constructor and Description | 
|---|
DbTenantQueryImpl()  | 
DbTenantQueryImpl(CommandExecutor commandExecutor)  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
executeCount(CommandContext commandContext)  | 
List<Tenant> | 
executeList(CommandContext commandContext,
           Page page)
Executes the actual query to retrieve the list of results. 
 | 
protected DbReadOnlyIdentityServiceProvider | 
getIdentityProvider(CommandContext commandContext)  | 
getGroupId, getId, getIds, getName, getNameLike, getUserId, groupMember, includingGroupsOfUser, isIncludingGroups, orderByTenantId, orderByTenantName, tenantId, tenantIdIn, tenantName, tenantNameLike, userMemberaddExpression, addValidator, asc, checkQueryOk, count, desc, direction, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteList, execute, executeSingleResult, extend, getExpressions, getMethod, getOrderBy, getOrderingProperties, hasExcludingConditions, list, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, removeValidator, setCommandExecutor, setExpressions, setOrderingProperties, singleResult, validate, validategetAuthCheck, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, getTenantCheck, setAuthCheck, setDatabaseType, setFirstResult, setMaxResults, setOrderBy, setParameter, setTenantCheckpublic DbTenantQueryImpl()
public DbTenantQueryImpl(CommandExecutor commandExecutor)
public long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<TenantQuery,Tenant>public List<Tenant> executeList(CommandContext commandContext, Page page)
AbstractQueryexecuteList in class AbstractQuery<TenantQuery,Tenant>page - used if the results must be paged. If null, no paging will be applied.protected DbReadOnlyIdentityServiceProvider getIdentityProvider(CommandContext commandContext)
Copyright © 2017. All rights reserved.