| Package | Description |
|---|---|
| org.exoplatform.task.dao | |
| org.exoplatform.task.dao.jpa | |
| org.exoplatform.task.service | |
| org.exoplatform.task.service.impl |
| 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) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.