public class PlatformIdentityInfoQueryImpl extends AbstractQuery<PlatformIdentityInfoQuery,PlatformIdentityInfo> implements PlatformIdentityInfoQuery, CacheAwareQuery<PlatformIdentityInfoEntity>
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.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, commandExecutordatabaseType, 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, singleResultaddOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlanguage, presence, state, subState, subType, theme, type, userDefinitionKeyasc, count, desc, list, listPage, orderBy, orderBy, singleResultenhanceCachedValueprotected 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 PlatformIdentityInfoQuerypublic PlatformIdentityInfoQuery userId(String userId)
userId in interface PlatformIdentityInfoQuerypublic PlatformIdentityInfoQuery tenantId(String tenantId)
tenantId in interface PlatformIdentityInfoQuerypublic PlatformIdentityInfoQuery name(String name)
name in interface PlatformIdentityInfoQuerypublic PlatformIdentityInfoQuery nameIn(Collection<String> names)
nameIn in interface PlatformIdentityInfoQuerypublic PlatformIdentityInfoQuery valueEquals(Object value)
valueEquals in interface PlatformIdentityInfoQuerypublic 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()