@Generated(value={}) public class TaskController_ extends Object
| Modifier and Type | Field and Description |
|---|---|
static juzu.impl.plugin.controller.descriptor.ControllerDescriptor |
DESCRIPTOR |
| Constructor and Description |
|---|
TaskController_() |
| Modifier and Type | Method and Description |
|---|---|
static juzu.request.Phase.Resource.Dispatch |
clone(Long id) |
static juzu.request.Phase.Resource.Dispatch |
comment(Long taskId,
String comment) |
static juzu.request.Phase.Resource.Dispatch |
createStatus(String space_group_id,
String name,
Long projectId) |
static juzu.request.Phase.Resource.Dispatch |
createTask(Long projectId,
Long labelId,
String taskInput,
String filter) |
static juzu.request.Phase.Resource.Dispatch |
createTaskInListView(String space_group_id,
String taskTitle,
Long projectId,
Long statusId,
String assignee,
String viewType,
String groupBy,
String orderBy) |
static juzu.request.Phase.Resource.Dispatch |
delete(Long id) |
static juzu.request.Phase.Resource.Dispatch |
deleteComment(Long commentId) |
static juzu.request.Phase.Resource.Dispatch |
detail(Long id) |
static juzu.request.Phase.Resource.Dispatch |
findLabelByTask(Long taskId) |
static juzu.request.Phase.Resource.Dispatch |
listTasks(String space_group_id,
Long projectId,
Long labelId,
String filterLabelIds,
String statusId,
String dueDate,
String priority,
String assignee,
Boolean showCompleted,
String keyword,
String groupBy,
String orderBy,
String filter,
String viewType,
Integer page) |
static juzu.request.Phase.Resource.Dispatch |
loadAllComments(Long taskId) |
static juzu.request.Phase.Resource.Dispatch |
openConfirmDeleteTask(Long id) |
static juzu.request.Phase.Resource.Dispatch |
removeStatus(String space_group_id,
Long statusId) |
static juzu.request.Phase.Resource.Dispatch |
renderTaskComments(Long id,
Boolean loadAllComment) |
static juzu.request.Phase.Resource.Dispatch |
renderTaskLogs(Long taskId) |
static juzu.request.Phase.Resource.Dispatch |
saveDragAndDropTask(Long taskId,
Long newStatusId,
String groupBy,
String oldGroup,
String newGroup,
Boolean needUpdateOrder,
Long[] orders) |
static juzu.request.Phase.Resource.Dispatch |
saveTaskInfo(Long taskId,
String name,
String[] value) |
static juzu.request.Phase.Resource.Dispatch |
updateCompleted(Long taskId,
Boolean completed) |
public static final juzu.impl.plugin.controller.descriptor.ControllerDescriptor DESCRIPTOR
public static juzu.request.Phase.Resource.Dispatch createTask(Long projectId, Long labelId, String taskInput, String filter)
public static juzu.request.Phase.Resource.Dispatch saveDragAndDropTask(Long taskId, Long newStatusId, String groupBy, String oldGroup, String newGroup, Boolean needUpdateOrder, Long[] orders)
public static juzu.request.Phase.Resource.Dispatch createTaskInListView(String space_group_id, String taskTitle, Long projectId, Long statusId, String assignee, String viewType, String groupBy, String orderBy)
public static juzu.request.Phase.Resource.Dispatch deleteComment(Long commentId)
public static juzu.request.Phase.Resource.Dispatch saveTaskInfo(Long taskId, String name, String[] value)
public static juzu.request.Phase.Resource.Dispatch updateCompleted(Long taskId, Boolean completed)
public static juzu.request.Phase.Resource.Dispatch loadAllComments(Long taskId)
public static juzu.request.Phase.Resource.Dispatch clone(Long id)
public static juzu.request.Phase.Resource.Dispatch renderTaskLogs(Long taskId)
public static juzu.request.Phase.Resource.Dispatch removeStatus(String space_group_id, Long statusId)
public static juzu.request.Phase.Resource.Dispatch listTasks(String space_group_id, Long projectId, Long labelId, String filterLabelIds, String statusId, String dueDate, String priority, String assignee, Boolean showCompleted, String keyword, String groupBy, String orderBy, String filter, String viewType, Integer page)
public static juzu.request.Phase.Resource.Dispatch delete(Long id)
public static juzu.request.Phase.Resource.Dispatch detail(Long id)
public static juzu.request.Phase.Resource.Dispatch renderTaskComments(Long id, Boolean loadAllComment)
public static juzu.request.Phase.Resource.Dispatch openConfirmDeleteTask(Long id)
public static juzu.request.Phase.Resource.Dispatch findLabelByTask(Long taskId)
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.