| 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 |
|---|---|
List<Status> |
StatusHandler.getStatuses(long projectId) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskQuery.setStatus(Status status) |
void |
TaskHandler.updateStatus(Status stOld,
Status stNew) |
void |
TaskHandler.updateTaskOrder(long currentTaskId,
Status newStatus,
long[] orders) |
| 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,
int limit) |
List<Status> |
StatusDAOImpl.getStatuses(long projectId) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskDAOImpl.updateStatus(Status stOld,
Status stNew) |
void |
TaskDAOImpl.updateTaskOrder(long currentTaskId,
Status newStatus,
long[] orders) |
| Modifier and Type | Method and Description |
|---|---|
Status |
Status.clone() |
Status |
Task.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
Set<Status> |
Project.getStatus()
Deprecated.
|
| 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)
Deprecated.
|
| Constructor and Description |
|---|
Project(String name,
String description,
Set<Status> status,
Set<String> manager,
Set<String> participator) |
| Constructor and Description |
|---|
StatusDto(Status status) |
| Constructor and Description |
|---|
ProjectDto(String name,
String description,
HashSet<Status> statuses,
Set<String> managers,
Set<String> participators) |
| Modifier and Type | Method and Description |
|---|---|
Status |
StatusService.createStatus(Project project,
String status) |
Status |
StatusService.getDefaultStatus(long projectId)
Return the default status of the project which is ideally the first step in the project workflow.
|
Status |
StatusService.getStatus(long statusId)
Return the
Status with given statusId. |
Status |
StatusService.removeStatus(long statusId) |
Status |
StatusService.updateStatus(long statusId,
String statusName) |
| Modifier and Type | Method and Description |
|---|---|
List<Status> |
StatusService.getStatuses(long projectId)
Return the list of statuses from a project with given
projectId. |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskService.updateTaskOrder(long currentTaskId,
Status newStatus,
long[] orders) |
TaskBuilder |
TaskBuilder.withStatus(Status status) |
| Modifier and Type | Method and Description |
|---|---|
Status |
StatusServiceImpl.createStatus(Project project,
String name) |
Status |
StatusServiceImpl.getDefaultStatus(long projectId) |
Status |
StatusServiceImpl.getStatus(long statusId) |
Status |
StatusServiceImpl.removeStatus(long statusID) |
Status |
StatusServiceImpl.updateStatus(long id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Status> |
StatusServiceImpl.getStatuses(long projectId) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskServiceImpl.updateTaskOrder(long currentTaskId,
Status newStatus,
long[] orders) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskService.updateTaskOrder(long currentTaskId,
Status newStatus,
long[] orders) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskServiceImpl.updateTaskOrder(long currentTaskId,
Status newStatus,
long[] orders) |
| Modifier and Type | Method and Description |
|---|---|
Status |
StatusStorage.statusToEntity(StatusDto statusDto) |
| Modifier and Type | Method and Description |
|---|---|
List<Status> |
StatusStorage.listStatusToEntitys(List<StatusDto> status) |
| Modifier and Type | Method and Description |
|---|---|
StatusDto |
StatusStorage.statusToDTO(Status status) |
void |
TaskStorage.updateStatus(Status stOld,
Status stNew) |
void |
TaskStorage.updateTaskOrder(long currentTaskId,
Status newStatus,
long[] orders) |
| Modifier and Type | Method and Description |
|---|---|
List<StatusDto> |
StatusStorage.listStatusToDTOs(List<Status> status) |
| Modifier and Type | Method and Description |
|---|---|
Status |
StatusStorageImpl.statusToEntity(StatusDto statusDto) |
| Modifier and Type | Method and Description |
|---|---|
List<Status> |
StatusStorageImpl.listStatusToEntitys(List<StatusDto> status) |
| Modifier and Type | Method and Description |
|---|---|
StatusDto |
StatusStorageImpl.statusToDTO(Status status) |
void |
TaskStorageImpl.updateStatus(Status stOld,
Status stNew) |
void |
TaskStorageImpl.updateTaskOrder(long currentTaskId,
Status newStatus,
long[] orders) |
| Modifier and Type | Method and Description |
|---|---|
List<StatusDto> |
StatusStorageImpl.listStatusToDTOs(List<Status> status) |
| Modifier and Type | Method and Description |
|---|---|
static TaskQuery |
TaskUtil.buildTaskQuery(TaskQuery query,
String keyword,
List<Long> searchLabelIds,
Status status,
TaskUtil.DUE dueDate,
Priority priority,
List<String> searchAssignee,
Boolean showCompleted,
TimeZone timezone) |
static TaskQuery |
TaskUtil.buildTaskQuery(TaskQuery query,
String keyword,
List<Long> searchLabelIds,
Status status,
TaskUtil.DUE dueDate,
Priority priority,
List<String> searchAssignee,
List<String> searchCoworker,
List<String> searchWatcher,
Boolean showCompleted,
TimeZone timezone) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.