@Generated(value={}) public class ProjectController_ extends Object
| Modifier and Type | Field and Description |
|---|---|
static juzu.impl.plugin.controller.descriptor.ControllerDescriptor |
DESCRIPTOR |
| Constructor and Description |
|---|
ProjectController_() |
| Modifier and Type | Method and Description |
|---|---|
static juzu.request.Phase.Resource.Dispatch |
changeProjectColor(Long projectId,
String color) |
static juzu.request.Phase.Resource.Dispatch |
cloneProject(Long id,
String cloneTask) |
static juzu.request.Phase.Resource.Dispatch |
createProject(String space_group_id,
String name,
String description,
Long parentId,
Boolean calInteg) |
static juzu.request.Phase.Resource.Dispatch |
deleteProject(Long projectId,
Boolean deleteChild) |
static juzu.request.Phase.Resource.Dispatch |
findPermission(String keyword) |
static juzu.request.Phase.Resource.Dispatch |
findProject(String keyword,
Long currentProject) |
static juzu.request.Phase.Resource.Dispatch |
getBreadCumbs(Long id,
Boolean isBreadcrumb) |
static juzu.request.Phase.Resource.Dispatch |
openConfirmDelete(Long id) |
static juzu.request.Phase.Resource.Dispatch |
openGroupSelector(String type,
Boolean onlyGroup) |
static juzu.request.Phase.Resource.Dispatch |
openShareDialog(Long id) |
static juzu.request.Phase.Resource.Dispatch |
openUserSelector(Long id,
String type,
Integer page,
String keyword,
String filter) |
static juzu.request.Phase.Resource.Dispatch |
openWarningDialog(String msg) |
static juzu.request.Phase.Resource.Dispatch |
projectDetail(Long id) |
static juzu.request.Phase.Resource.Dispatch |
projectForm(Long parentId) |
static juzu.request.Phase.Resource.Dispatch |
projectTree(String space_group_id) |
static juzu.request.Phase.Resource.Dispatch |
projectTreeAsJSON(String space_group_id) |
static juzu.request.Phase.Resource.Dispatch |
savePermission(Long id,
String[] permissions,
String type) |
static juzu.request.Phase.Resource.Dispatch |
saveProjectInfo(Long projectId,
String parent,
String name,
String description,
String calendarIntegrated) |
public static final juzu.impl.plugin.controller.descriptor.ControllerDescriptor DESCRIPTOR
public static juzu.request.Phase.Resource.Dispatch deleteProject(Long projectId, Boolean deleteChild)
public static juzu.request.Phase.Resource.Dispatch projectTreeAsJSON(String space_group_id)
public static juzu.request.Phase.Resource.Dispatch projectDetail(Long id)
public static juzu.request.Phase.Resource.Dispatch findProject(String keyword, Long currentProject)
public static juzu.request.Phase.Resource.Dispatch projectForm(Long parentId)
public static juzu.request.Phase.Resource.Dispatch openWarningDialog(String msg)
public static juzu.request.Phase.Resource.Dispatch cloneProject(Long id, String cloneTask)
public static juzu.request.Phase.Resource.Dispatch openGroupSelector(String type, Boolean onlyGroup)
public static juzu.request.Phase.Resource.Dispatch getBreadCumbs(Long id, Boolean isBreadcrumb)
public static juzu.request.Phase.Resource.Dispatch openShareDialog(Long id)
public static juzu.request.Phase.Resource.Dispatch saveProjectInfo(Long projectId, String parent, String name, String description, String calendarIntegrated)
public static juzu.request.Phase.Resource.Dispatch findPermission(String keyword)
public static juzu.request.Phase.Resource.Dispatch openConfirmDelete(Long id)
public static juzu.request.Phase.Resource.Dispatch savePermission(Long id, String[] permissions, String type)
public static juzu.request.Phase.Resource.Dispatch createProject(String space_group_id, String name, String description, Long parentId, Boolean calInteg)
public static juzu.request.Phase.Resource.Dispatch changeProjectColor(Long projectId, String color)
public static juzu.request.Phase.Resource.Dispatch openUserSelector(Long id, String type, Integer page, String keyword, String filter)
public static juzu.request.Phase.Resource.Dispatch projectTree(String space_group_id)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.