| Package | Description |
|---|---|
| org.exoplatform.task.dao | |
| org.exoplatform.task.dao.jpa | |
| org.exoplatform.task.domain | |
| org.exoplatform.task.service | |
| org.exoplatform.task.service.impl |
| Modifier and Type | Method and Description |
|---|---|
Status |
StatusHandler.findByName(String name,
long projectID) |
Status |
StatusHandler.findHighestRankStatusByProject(long projectId) |
Status |
StatusHandler.findLowestRankStatusByProject(Long projectId) |
| Modifier and Type | Method and Description |
|---|---|
Status |
StatusDAOImpl.findByName(String name,
long projectID) |
Status |
StatusDAOImpl.findHighestRankStatusByProject(long projectId) |
Status |
StatusDAOImpl.findLowestRankStatusByProject(Long projectId) |
| Modifier and Type | Method and Description |
|---|---|
List<Status> |
StatusDAOImpl.findByNamedQuery(String query,
Map<String,Object> params) |
| Modifier and Type | Method and Description |
|---|---|
Status |
Status.clone(boolean cloneTask) |
Status |
Task.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
Set<Status> |
Project.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
int |
Status.compareTo(Status o) |
void |
Task.setStatus(Status status) |
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setStatus(Set<Status> status) |
| Constructor and Description |
|---|
Project(String name,
String description,
Set<Status> status,
Set<String> manager,
Set<String> participator) |
| Modifier and Type | Method and Description |
|---|---|
Status |
StatusService.createStatus(Project project,
String status) |
Status |
StatusService.deleteStatus(long statusID) |
Status |
StatusService.swapPosition(long statusID,
long otherID) |
Status |
StatusService.updateStatus(long id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
TaskBuilder |
TaskBuilder.withStatus(Status status) |
| Modifier and Type | Method and Description |
|---|---|
Status |
StatusServiceImpl.createStatus(Project project,
String name) |
Status |
StatusServiceImpl.deleteStatus(long statusID) |
Status |
StatusServiceImpl.swapPosition(long statusID,
long otherID) |
Status |
StatusServiceImpl.updateStatus(long id,
String name) |
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.