public class ChatApplication extends Object
| Constructor and Description |
|---|
ChatApplication(org.exoplatform.services.organization.OrganizationService organizationService,
org.exoplatform.social.core.space.spi.SpaceService spaceService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addUser(String remoteUser,
String token) |
juzu.Response.Content |
createDemoUser(String fullname,
String email,
String isPublic) |
juzu.Response.Content |
createEvent(String space,
String users,
String summary,
String startDate,
String startTime,
String endDate,
String endTime) |
juzu.Response.Content |
createTask(String username,
String dueDate,
String task) |
juzu.Response.Content |
index(juzu.request.RenderContext renderContext) |
juzu.Response.Content |
initChatProfile() |
juzu.Response.Content |
maintainSession() |
protected void |
saveDemoSpace(String username) |
protected String |
saveFullNameAndEmail(String username) |
protected void |
saveSpaces(String username) |
juzu.Response.Content |
saveWiki(String targetFullname,
String content) |
protected void |
setAsAdmin(String username,
boolean isAdmin) |
juzu.Response.Content |
upload(String room,
String targetUser,
String targetFullname,
String encodedFileName,
org.apache.commons.fileupload.FileItem userfile,
juzu.request.ResourceContext resourceContext) |
@Inject
public ChatApplication(org.exoplatform.services.organization.OrganizationService organizationService,
org.exoplatform.social.core.space.spi.SpaceService spaceService)
public juzu.Response.Content index(juzu.request.RenderContext renderContext)
public juzu.Response.Content maintainSession()
public juzu.Response.Content initChatProfile()
public juzu.Response.Content upload(String room, String targetUser, String targetFullname, String encodedFileName, org.apache.commons.fileupload.FileItem userfile, juzu.request.ResourceContext resourceContext)
public juzu.Response.Content createEvent(String space, String users, String summary, String startDate, String startTime, String endDate, String endTime)
public juzu.Response.Content createDemoUser(String fullname, String email, String isPublic)
protected void setAsAdmin(String username, boolean isAdmin)
protected void saveSpaces(String username)
protected void saveDemoSpace(String username)
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.