@Generated(value={}) public class ChatServer_ extends Object
| Modifier and Type | Field and Description |
|---|---|
static juzu.impl.plugin.controller.descriptor.ControllerDescriptor |
DESCRIPTOR |
| Constructor and Description |
|---|
ChatServer_() |
| Modifier and Type | Method and Description |
|---|---|
static juzu.request.Phase.Resource.Dispatch |
delete(String user,
String token,
String room,
String messageId,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
deleteTeamRoom(String user,
String token,
String room,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
edit(String user,
String token,
String room,
String messageId,
String message,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
getCreator(String user,
String token,
String room,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
getMeetingNotes(String user,
String token,
String room,
String fromTimestamp,
String toTimestamp,
String serverBase,
String dbName,
String portalURI) |
static juzu.request.Phase.Resource.Dispatch |
getRoom(String user,
String token,
String targetUser,
String isAdmin,
String withDetail,
String type,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
getStatistics(String dbName) |
static juzu.request.Phase.Resource.Dispatch |
getStatus(String user,
String token,
String targetUser,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
getUserDesktopNotificationSettings(String user,
String token,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
getUsers(String user,
String token,
String room,
String filter,
String limit,
String dbName) |
static juzu.request.Phase.View.Dispatch |
index() |
static juzu.request.Phase.Resource.Dispatch |
isFavorite(String user,
String token,
String targetUser,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
notification(String user,
String token,
String event,
String withDetails,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
read(String user,
String token,
String room,
String fromTimestamp,
String toTimestamp,
String isTextOnly,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
removeRoomUser(String user,
String token,
String roomId,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
saveTeamRoom(String user,
String token,
String teamName,
String room,
String users,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
send(String sender,
String token,
String message,
String room,
String isSystem,
String options,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
sendMeetingNotes(String user,
String token,
String room,
String fromTimestamp,
String toTimestamp,
String serverBase,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
setNotificationTrigger(String user,
String token,
String notifCondition,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
setPreferredNotification(String user,
String token,
String notifManner,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
setRoomNotificationTrigger(String user,
String token,
String room,
String notifCondition,
String notifConditionType,
String dbName,
Long time) |
static juzu.request.Phase.Resource.Dispatch |
setStatus(String user,
String token,
String status,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
toggleFavorite(String user,
String token,
String targetUser,
String favorite,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
updateUnreadMessages(String room,
String user,
String token,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
whoIsOnline(String user,
String onlineUsers,
String token,
String filter,
String limit,
String dbName) |
public static final juzu.impl.plugin.controller.descriptor.ControllerDescriptor DESCRIPTOR
public static juzu.request.Phase.Resource.Dispatch isFavorite(String user, String token, String targetUser, String dbName)
public static juzu.request.Phase.Resource.Dispatch getUserDesktopNotificationSettings(String user, String token, String dbName)
public static juzu.request.Phase.Resource.Dispatch delete(String user, String token, String room, String messageId, String dbName)
public static juzu.request.Phase.Resource.Dispatch saveTeamRoom(String user, String token, String teamName, String room, String users, String dbName)
public static juzu.request.Phase.Resource.Dispatch getStatistics(String dbName)
public static juzu.request.Phase.Resource.Dispatch edit(String user, String token, String room, String messageId, String message, String dbName)
public static juzu.request.Phase.Resource.Dispatch getCreator(String user, String token, String room, String dbName)
public static juzu.request.Phase.Resource.Dispatch setRoomNotificationTrigger(String user, String token, String room, String notifCondition, String notifConditionType, String dbName, Long time)
public static juzu.request.Phase.Resource.Dispatch send(String sender, String token, String message, String room, String isSystem, String options, String dbName)
public static juzu.request.Phase.Resource.Dispatch removeRoomUser(String user, String token, String roomId, String dbName)
public static juzu.request.Phase.Resource.Dispatch updateUnreadMessages(String room, String user, String token, String dbName)
public static juzu.request.Phase.Resource.Dispatch deleteTeamRoom(String user, String token, String room, String dbName)
public static juzu.request.Phase.Resource.Dispatch getStatus(String user, String token, String targetUser, String dbName)
public static juzu.request.Phase.Resource.Dispatch getUsers(String user, String token, String room, String filter, String limit, String dbName)
public static juzu.request.Phase.Resource.Dispatch read(String user, String token, String room, String fromTimestamp, String toTimestamp, String isTextOnly, String dbName)
public static juzu.request.Phase.Resource.Dispatch getMeetingNotes(String user, String token, String room, String fromTimestamp, String toTimestamp, String serverBase, String dbName, String portalURI)
public static juzu.request.Phase.View.Dispatch index()
public static juzu.request.Phase.Resource.Dispatch getRoom(String user, String token, String targetUser, String isAdmin, String withDetail, String type, String dbName)
public static juzu.request.Phase.Resource.Dispatch notification(String user, String token, String event, String withDetails, String dbName)
public static juzu.request.Phase.Resource.Dispatch setNotificationTrigger(String user, String token, String notifCondition, String dbName)
public static juzu.request.Phase.Resource.Dispatch setPreferredNotification(String user, String token, String notifManner, String dbName)
public static juzu.request.Phase.Resource.Dispatch whoIsOnline(String user, String onlineUsers, String token, String filter, String limit, String dbName)
public static juzu.request.Phase.Resource.Dispatch sendMeetingNotes(String user, String token, String room, String fromTimestamp, String toTimestamp, String serverBase, String dbName)
public static juzu.request.Phase.Resource.Dispatch toggleFavorite(String user, String token, String targetUser, String favorite, String dbName)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.