public class PlatformIdentityInfoQueryImpl extends AbstractQuery<PlatformIdentityInfoQuery,PlatformIdentityInfo> implements PlatformIdentityInfoQuery, CacheAwareQuery<PlatformIdentityInfoEntity>
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
Query.NullHandlingOnOrder
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
name |
protected Collection<String> |
names |
protected QueryVariableValue |
queryVariableValue |
protected String |
tenantId |
protected boolean |
tenantIdSet |
protected String |
userId |
commandContext, commandExecutor
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
Constructor and Description |
---|
PlatformIdentityInfoQueryImpl(CommandExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
protected void |
ensureVariableInitialized(CommandContext commandContext) |
long |
executeCount(CommandContext commandContext) |
List<PlatformIdentityInfo> |
executeList(CommandContext commandContext) |
String |
getId() |
String |
getName() |
Collection<String> |
getNames() |
QueryVariableValue |
getQueryVariableValue() |
String |
getTenantId() |
String |
getUserId() |
PlatformIdentityInfoQuery |
id(String id) |
boolean |
isTenantIdSet() |
PlatformIdentityInfoQuery |
name(String name) |
PlatformIdentityInfoQuery |
nameIn(Collection<String> names) |
PlatformIdentityInfoQuery |
tenantId(String tenantId) |
PlatformIdentityInfoQuery |
userId(String userId) |
PlatformIdentityInfoQuery |
valueEquals(Object value) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResult
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
language, presence, state, subState, subType, theme, type, userDefinitionKey
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
enhanceCachedValue
protected String id
protected String userId
protected String tenantId
protected boolean tenantIdSet
protected String name
protected Collection<String> names
protected QueryVariableValue queryVariableValue
public PlatformIdentityInfoQueryImpl(CommandExecutor commandExecutor)
public PlatformIdentityInfoQuery id(String id)
id
in interface PlatformIdentityInfoQuery
public PlatformIdentityInfoQuery userId(String userId)
userId
in interface PlatformIdentityInfoQuery
public PlatformIdentityInfoQuery tenantId(String tenantId)
tenantId
in interface PlatformIdentityInfoQuery
public PlatformIdentityInfoQuery name(String name)
name
in interface PlatformIdentityInfoQuery
public PlatformIdentityInfoQuery nameIn(Collection<String> names)
nameIn
in interface PlatformIdentityInfoQuery
public PlatformIdentityInfoQuery valueEquals(Object value)
valueEquals
in interface PlatformIdentityInfoQuery
public long executeCount(CommandContext commandContext)
executeCount
in class AbstractQuery<PlatformIdentityInfoQuery,PlatformIdentityInfo>
public List<PlatformIdentityInfo> executeList(CommandContext commandContext)
executeList
in class AbstractQuery<PlatformIdentityInfoQuery,PlatformIdentityInfo>
protected void ensureVariableInitialized(CommandContext commandContext)
public String getId()
getId
in interface CacheAwareQuery<PlatformIdentityInfoEntity>
public String getUserId()
public String getTenantId()
public boolean isTenantIdSet()
public String getName()
public Collection<String> getNames()
public QueryVariableValue getQueryVariableValue()