@Generated(value={}) public class ChatApplication_ extends Object
| Modifier and Type | Field and Description |
|---|---|
static juzu.impl.plugin.controller.descriptor.ControllerDescriptor |
DESCRIPTOR |
| Constructor and Description |
|---|
ChatApplication_() |
| Modifier and Type | Method and Description |
|---|---|
static juzu.request.Phase.Resource.Dispatch |
createEvent(String space,
String users,
String summary,
String startDate,
String startTime,
String endDate,
String endTime,
String location) |
static juzu.request.Phase.Resource.Dispatch |
createTask(String username,
String dueDate,
String task,
String roomName,
String isSpace) |
static juzu.request.Phase.View.Dispatch |
index() |
static juzu.request.Phase.Resource.Dispatch |
initChatProfile() |
static juzu.request.Phase.Resource.Dispatch |
maintainSession() |
static juzu.request.Phase.Resource.Dispatch |
saveWiki(String targetFullname,
String content) |
static juzu.request.Phase.Resource.Dispatch |
upload(String room,
String targetUser,
String targetFullname,
String encodedFileName) |
public static final juzu.impl.plugin.controller.descriptor.ControllerDescriptor DESCRIPTOR
public static juzu.request.Phase.Resource.Dispatch maintainSession()
public static juzu.request.Phase.Resource.Dispatch initChatProfile()
public static juzu.request.Phase.Resource.Dispatch createEvent(String space, String users, String summary, String startDate, String startTime, String endDate, String endTime, String location)
public static juzu.request.Phase.Resource.Dispatch saveWiki(String targetFullname, String content)
public static juzu.request.Phase.Resource.Dispatch upload(String room, String targetUser, String targetFullname, String encodedFileName)
public static juzu.request.Phase.Resource.Dispatch createTask(String username, String dueDate, String task, String roomName, String isSpace)
public static juzu.request.Phase.View.Dispatch index()
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.