| Modifier and Type | Method and Description |
|---|---|
ProjectQuery |
ProjectQuery.setKeyword(String keyword) |
ProjectQuery |
ProjectQuery.setManager(List<String> managers) |
ProjectQuery |
ProjectQuery.setMembership(List<String> memberships) |
ProjectQuery |
ProjectQuery.setParent(Long parentId) |
ProjectQuery |
ProjectQuery.setParticipator(List<String> participators) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Project> |
ProjectHandler.findProjects(ProjectQuery query) |
<T> List<T> |
ProjectHandler.selectProjectField(ProjectQuery query,
String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Project> |
ProjectDAOImpl.findProjects(ProjectQuery query) |
<T> List<T> |
ProjectDAOImpl.selectProjectField(ProjectQuery query,
String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Project> |
ProjectService.findProjects(ProjectQuery query) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Project> |
ProjectServiceImpl.findProjects(ProjectQuery query) |
| Modifier and Type | Method and Description |
|---|---|
int |
ProjectService.countProjects(ProjectQuery query) |
List<ProjectDto> |
ProjectService.findProjects(ProjectQuery query,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
int |
ProjectServiceImpl.countProjects(ProjectQuery query) |
List<ProjectDto> |
ProjectServiceImpl.findProjects(ProjectQuery query,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
int |
ProjectStorage.countProjects(ProjectQuery query) |
List<ProjectDto> |
ProjectStorage.findProjects(ProjectQuery query,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
int |
ProjectStorageImpl.countProjects(ProjectQuery query) |
List<ProjectDto> |
ProjectStorageImpl.findProjects(ProjectQuery query,
int offset,
int limit) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.