| Modifier and Type | Class and Description |
|---|---|
static class |
OrderBy.ASC |
static class |
OrderBy.DESC |
| Modifier and Type | Method and Description |
|---|---|
List<OrderBy> |
Query.getOrderBy() |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Project> |
ProjectHandler.findAllByMembershipsAndKeyword(List<String> membership,
String keyword,
OrderBy order) |
org.exoplatform.commons.utils.ListAccess<Task> |
TaskHandler.findTasksByLabel(long labelId,
List<Long> projectIds,
String username,
OrderBy orderBy) |
| Modifier and Type | Method and Description |
|---|---|
void |
Query.setOrderBy(List<OrderBy> orderBy) |
| Constructor and Description |
|---|
Query(AggregateCondition aggCondition,
List<OrderBy> orderBy) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Project> |
ProjectDAOImpl.findAllByMembershipsAndKeyword(List<String> memberships,
String keyword,
OrderBy order) |
org.exoplatform.commons.utils.ListAccess<Task> |
TaskDAOImpl.findTasksByLabel(long labelId,
List<Long> projectIds,
String username,
OrderBy orderBy) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Project> |
ProjectService.findProjects(List<String> memberships,
String keyword,
OrderBy order) |
org.exoplatform.commons.utils.ListAccess<Task> |
TaskService.findTasksByLabel(long labelId,
List<Long> projectIds,
String username,
OrderBy orderBy) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Project> |
ProjectServiceImpl.findProjects(List<String> memberships,
String keyword,
OrderBy order) |
org.exoplatform.commons.utils.ListAccess<Task> |
TaskServiceImpl.findTasksByLabel(long labelId,
List<Long> projectIds,
String username,
OrderBy orderBy) |
| Modifier and Type | Method and Description |
|---|---|
int |
TaskService.countTasksByLabel(LabelDto label,
List<Long> projectIds,
String username,
OrderBy orderBy) |
List<ProjectDto> |
ProjectService.findProjects(List<String> memberships,
String keyword,
OrderBy order,
int offset,
int limit) |
List<TaskDto> |
TaskService.findTasksByLabel(LabelDto label,
List<Long> projectIds,
String username,
OrderBy orderBy,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
int |
TaskServiceImpl.countTasksByLabel(LabelDto label,
List<Long> projectIds,
String username,
OrderBy orderBy) |
List<ProjectDto> |
ProjectServiceImpl.findProjects(List<String> memberships,
String keyword,
OrderBy order,
int offset,
int limit) |
List<TaskDto> |
TaskServiceImpl.findTasksByLabel(LabelDto label,
List<Long> projectIds,
String username,
OrderBy orderBy,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
int |
TaskStorage.countTasksByLabel(LabelDto label,
List<Long> projectIds,
String username,
OrderBy orderBy) |
List<ProjectDto> |
ProjectStorage.findProjects(List<String> memberships,
String keyword,
OrderBy order,
int offset,
int limit) |
List<TaskDto> |
TaskStorage.findTasksByLabel(LabelDto label,
List<Long> projectIds,
String username,
OrderBy orderBy,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
int |
TaskStorageImpl.countTasksByLabel(LabelDto label,
List<Long> projectIds,
String username,
OrderBy orderBy) |
List<ProjectDto> |
ProjectStorageImpl.findProjects(List<String> memberships,
String keyword,
OrderBy order,
int offset,
int limit) |
List<TaskDto> |
TaskStorageImpl.findTasksByLabel(LabelDto label,
List<Long> projectIds,
String username,
OrderBy orderBy,
int offset,
int limit) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.