public class GroupQueryImpl extends AbstractQuery<GroupQuery,Group> implements GroupQuery
ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected List<String> |
ids |
protected String |
name |
protected String |
nameLike |
protected String |
nameLikeIgnoreCase |
protected String |
type |
protected String |
userId |
protected List<String> |
userIds |
commandContext, commandExecutordatabaseType, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByColumnMap, orderByColumns, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
GroupQueryImpl() |
GroupQueryImpl(CommandContext commandContext) |
GroupQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(CommandContext commandContext) |
List<Group> |
executeList(CommandContext commandContext) |
String |
getId() |
List<String> |
getIds() |
String |
getName() |
String |
getNameLike() |
String |
getNameLikeIgnoreCase() |
String |
getType() |
String |
getUserId() |
List<String> |
getUserIds() |
GroupQuery |
groupId(String id) |
GroupQuery |
groupIds(List<String> ids) |
GroupQuery |
groupMember(String userId) |
GroupQuery |
groupMembers(List<String> userIds) |
GroupQuery |
groupName(String name) |
GroupQuery |
groupNameLike(String nameLike) |
GroupQuery |
groupNameLikeIgnoreCase(String nameLikeIgnoreCase) |
GroupQuery |
groupType(String type) |
GroupQuery |
orderByGroupId() |
GroupQuery |
orderByGroupName() |
GroupQuery |
orderByGroupType() |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected String id
protected String name
protected String nameLike
protected String nameLikeIgnoreCase
protected String type
protected String userId
public GroupQueryImpl()
public GroupQueryImpl(CommandContext commandContext)
public GroupQueryImpl(CommandExecutor commandExecutor)
public GroupQuery groupId(String id)
groupId in interface GroupQuerypublic GroupQuery groupIds(List<String> ids)
groupIds in interface GroupQuerypublic GroupQuery groupName(String name)
groupName in interface GroupQuerypublic GroupQuery groupNameLike(String nameLike)
groupNameLike in interface GroupQuerypublic GroupQuery groupNameLikeIgnoreCase(String nameLikeIgnoreCase)
groupNameLikeIgnoreCase in interface GroupQuerypublic GroupQuery groupType(String type)
groupType in interface GroupQuerypublic GroupQuery groupMember(String userId)
groupMember in interface GroupQuerypublic GroupQuery groupMembers(List<String> userIds)
groupMembers in interface GroupQuerypublic GroupQuery orderByGroupId()
orderByGroupId in interface GroupQuerypublic GroupQuery orderByGroupName()
orderByGroupName in interface GroupQuerypublic GroupQuery orderByGroupType()
orderByGroupType in interface GroupQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<GroupQuery,Group>public List<Group> executeList(CommandContext commandContext)
executeList in class AbstractQuery<GroupQuery,Group>public String getId()
public String getName()
public String getNameLike()
public String getNameLikeIgnoreCase()
public String getType()
public String getUserId()
Copyright © 2019 Flowable. All rights reserved.