public class UserController extends AbstractController
AbstractController.MSG_TYPELOG| Constructor and Description |
|---|
UserController() |
| Modifier and Type | Method and Description |
|---|---|
juzu.Response |
findLabel(juzu.request.SecurityContext securityContext) |
juzu.Response |
findUser(String query,
Long projectId) |
juzu.Response |
findUsersToMention(String query,
Long projectId) |
juzu.Response |
getDisplayNameOfUser(String usernames) |
juzu.Response |
hideProject(Long projectId,
Boolean hide) |
juzu.Response |
showHiddenProject(Boolean show,
juzu.request.SecurityContext securityContext) |
beginRequest, buildMSGDialog, endRequest, getNoPermissionMsgpublic juzu.Response findUser(String query, Long projectId) throws Exception
Exceptionpublic juzu.Response findUsersToMention(String query, Long projectId) throws Exception
Exceptionpublic juzu.Response getDisplayNameOfUser(String usernames) throws org.json.JSONException
org.json.JSONExceptionpublic juzu.Response showHiddenProject(Boolean show, juzu.request.SecurityContext securityContext)
public juzu.Response hideProject(Long projectId, Boolean hide) throws org.exoplatform.task.exception.EntityNotFoundException, org.exoplatform.task.exception.NotAllowedOperationOnEntityException, org.exoplatform.task.exception.UnAuthorizedOperationException
org.exoplatform.task.exception.EntityNotFoundExceptionorg.exoplatform.task.exception.NotAllowedOperationOnEntityExceptionorg.exoplatform.task.exception.UnAuthorizedOperationExceptionpublic juzu.Response findLabel(juzu.request.SecurityContext securityContext)
throws org.json.JSONException
org.json.JSONExceptionCopyright © 2003–2021 eXo Platform SAS. All rights reserved.