public class ActionLinkQueryImpl extends AbstractQuery<ActionLinkQuery,ActionLink> implements ActionLinkQuery, CacheAwareQuery<ActionLinkEntity>
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.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, commandExecutordatabaseType, 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, 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, waitasc, count, desc, list, listPage, orderBy, orderBy, singleResultenhanceCachedValueprotected 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 ActionLinkQuerypublic ActionLinkQueryImpl ids(Set<String> ids)
ids in interface ActionLinkQuerypublic ActionLinkQuery actionInstanceId(String actionInstanceId)
actionInstanceId in interface ActionLinkQuerypublic ActionLinkQueryImpl actionDefinitionId(String actionDefinitionId)
actionDefinitionId in interface ActionLinkQuerypublic ActionLinkQueryImpl scopeId(String scopeId)
scopeId in interface ActionLinkQuerypublic ActionLinkQueryImpl scopeType(String scopeType)
scopeType in interface ActionLinkQuerypublic ActionLinkQuery createdBefore(Date beforeTime)
createdBefore in interface ActionLinkQuerypublic ActionLinkQuery createdAfter(Date afterTime)
createdAfter in interface ActionLinkQuerypublic 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)