public class ActionLinkQueryImpl extends AbstractQuery<ActionLinkQuery,ActionLink> implements ActionLinkQuery, CacheAwareQuery<ActionLinkEntity>
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
Query.NullHandlingOnOrder
Modifier and Type | Field and Description |
---|---|
protected String |
actionDefinitionId |
protected String |
actionInstanceId |
protected Date |
createdAfter |
protected Date |
createdBefore |
protected String |
id |
protected Set<String> |
ids |
protected String |
scopeId |
protected String |
scopeType |
commandContext, commandExecutor
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
Constructor and Description |
---|
ActionLinkQueryImpl() |
ActionLinkQueryImpl(CommandContext commandContext) |
ActionLinkQueryImpl(CommandExecutor commandExecutor) |
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
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
enhanceCachedValue
protected String id
protected String actionInstanceId
protected String actionDefinitionId
protected String scopeId
protected String scopeType
protected Date createdBefore
protected Date createdAfter
public ActionLinkQueryImpl()
public ActionLinkQueryImpl(CommandContext commandContext)
public ActionLinkQueryImpl(CommandExecutor commandExecutor)
public ActionLinkQueryImpl id(String id)
id
in interface ActionLinkQuery
public ActionLinkQueryImpl ids(Set<String> ids)
ids
in interface ActionLinkQuery
public ActionLinkQuery actionInstanceId(String actionInstanceId)
actionInstanceId
in interface ActionLinkQuery
public ActionLinkQueryImpl actionDefinitionId(String actionDefinitionId)
actionDefinitionId
in interface ActionLinkQuery
public ActionLinkQueryImpl scopeId(String scopeId)
scopeId
in interface ActionLinkQuery
public ActionLinkQueryImpl scopeType(String scopeType)
scopeType
in interface ActionLinkQuery
public ActionLinkQuery createdBefore(Date beforeTime)
createdBefore
in interface ActionLinkQuery
public ActionLinkQuery createdAfter(Date afterTime)
createdAfter
in interface ActionLinkQuery
public long executeCount(CommandContext commandContext)
executeCount
in class AbstractQuery<ActionLinkQuery,ActionLink>
public List<ActionLink> executeList(CommandContext commandContext)
executeList
in class AbstractQuery<ActionLinkQuery,ActionLink>
public String getId()
getId
in interface CacheAwareQuery<ActionLinkEntity>
public void setId(String id)
public String getActionInstanceId()
public void setActionInstanceId(String actionInstanceId)
public String getActionDefinitionId()
public void setActionDefinitionId(String actionDefinitionId)
public String getScopeId()
public void setScopeId(String scopeId)
public String getScopeType()
public void setScopeType(String scopeType)
public Date getCreatedBefore()
public void setCreatedBefore(Date createdBefore)
public Date getCreatedAfter()
public void setCreatedAfter(Date createdAfter)