org.exoplatform.portlet.administration
Class VideoCallAdministration
java.lang.Object
org.exoplatform.portlet.administration.VideoCallAdministration
public class VideoCallAdministration
- extends Object
|
Constructor Summary |
VideoCallAdministration(org.exoplatform.services.organization.OrganizationService organizationService,
org.exoplatform.social.core.space.spi.SpaceService spaceService,
org.exoplatform.services.videocall.VideoCallService videoCallService)
|
|
Method Summary |
juzu.Response |
auth(String disableVideoCall,
String weemoKey,
String authId,
String authSecret,
String customerCertificatePassphrase,
String videoCallPermissions,
org.apache.commons.fileupload.FileItem p12Cert,
org.apache.commons.fileupload.FileItem pemCert,
juzu.request.HttpContext context)
|
static String |
capitalize(String s)
|
String |
getListOfPermissions(String videoPermissions)
|
void |
index(juzu.request.RenderContext renderContext)
|
String |
loadChildrenGroups(String groupId,
String groupLabel)
|
juzu.Response.Content |
openGroupPermission(String groupId)
|
juzu.Response.Content |
openUserPermission()
|
juzu.Response |
save(String disableVideoCall,
String weemoKey,
String authId,
String authSecret,
String customerCertificatePassphrase,
String videoCallPermissions,
org.apache.commons.fileupload.FileItem p12Cert,
org.apache.commons.fileupload.FileItem pemCert,
juzu.request.HttpContext context)
|
juzu.Response.Content |
searchUserPermission(String keyword,
String filter)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USER_NAME
public static String USER_NAME
LAST_NAME
public static String LAST_NAME
FIRST_NAME
public static String FIRST_NAME
EMAIL
public static String EMAIL
MODEL_FROM_AUTH
public static String MODEL_FROM_AUTH
VideoCallAdministration
@Inject
public VideoCallAdministration(org.exoplatform.services.organization.OrganizationService organizationService,
org.exoplatform.social.core.space.spi.SpaceService spaceService,
org.exoplatform.services.videocall.VideoCallService videoCallService)
index
public void index(juzu.request.RenderContext renderContext)
throws Exception
- Throws:
Exception
save
public juzu.Response save(String disableVideoCall,
String weemoKey,
String authId,
String authSecret,
String customerCertificatePassphrase,
String videoCallPermissions,
org.apache.commons.fileupload.FileItem p12Cert,
org.apache.commons.fileupload.FileItem pemCert,
juzu.request.HttpContext context)
throws Exception
- Throws:
Exception
auth
public juzu.Response auth(String disableVideoCall,
String weemoKey,
String authId,
String authSecret,
String customerCertificatePassphrase,
String videoCallPermissions,
org.apache.commons.fileupload.FileItem p12Cert,
org.apache.commons.fileupload.FileItem pemCert,
juzu.request.HttpContext context)
throws Exception
- Throws:
Exception
openUserPermission
public juzu.Response.Content openUserPermission()
throws Exception
- Throws:
Exception
searchUserPermission
public juzu.Response.Content searchUserPermission(String keyword,
String filter)
throws Exception
- Throws:
Exception
openGroupPermission
public juzu.Response.Content openGroupPermission(String groupId)
throws Exception
- Throws:
Exception
loadChildrenGroups
public String loadChildrenGroups(String groupId,
String groupLabel)
throws Exception
- Throws:
Exception
getListOfPermissions
public String getListOfPermissions(String videoPermissions)
capitalize
public static String capitalize(String s)
Copyright © 2003–2014 eXo Platform SAS. All rights reserved.