public class ProjectSharingUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GET_AVAILABLE_USER_GROUP_LIST |
static java.lang.String |
GET_AVAILABLE_USER_LIST |
static java.lang.String |
GET_CURRENT_USER_GROUP_LIST |
static java.lang.String |
GET_PROJECT_CURRENT_USER_LIST |
static java.lang.String |
REQUEST_APPLICATION_CONFIGURATION_FAIL |
static java.lang.String |
REQUEST_APPLICATION_CONFIGURATION_SUCCESS |
static java.lang.String |
REQUEST_APPLICATION_CONFIGURATION_SUCCESS_MESSAGE_KEY |
static java.lang.String |
REQUEST_GROUP_ID |
static java.lang.String |
REQUEST_PARAMETER_CMD |
static java.lang.String |
REQUEST_PARAMETER_GROUP_MODEL |
static java.lang.String |
REQUEST_PARAMETER_PATH_CONTEXT |
static java.lang.String |
REQUEST_PARAMETER_PORTLET_NAME |
static java.lang.String |
REQUEST_PARAMETER_SYSTEM_ROLES |
static java.lang.String |
RESTORE_DEFAULT_IMAGE |
static java.lang.String |
UPDATE_APPLICATION_CONFIGURATION |
Constructor and Description |
---|
ProjectSharingUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
getAvailableUserGroupList(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response) |
static void |
getAvailableUserList(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response) |
static void |
getCurrentUserGroupList(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response) |
static void |
getProjectCurrentUserList(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response) |
static java.lang.String |
getSystemCommunityRolesSerialized(javax.portlet.PortletRequest request)
Utility Function to get all project type roles.
|
static void |
updateApplicationConfiguration(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response,
Container container,
DataSource dataSource) |
public static final java.lang.String UPDATE_APPLICATION_CONFIGURATION
public static final java.lang.String REQUEST_GROUP_ID
public static final java.lang.String REQUEST_APPLICATION_CONFIGURATION_SUCCESS_MESSAGE_KEY
public static final java.lang.String REQUEST_APPLICATION_CONFIGURATION_SUCCESS
public static final java.lang.String REQUEST_APPLICATION_CONFIGURATION_FAIL
public static final java.lang.String RESTORE_DEFAULT_IMAGE
public static final java.lang.String GET_PROJECT_CURRENT_USER_LIST
public static final java.lang.String GET_AVAILABLE_USER_LIST
public static final java.lang.String GET_CURRENT_USER_GROUP_LIST
public static final java.lang.String GET_AVAILABLE_USER_GROUP_LIST
public static final java.lang.String REQUEST_PARAMETER_GROUP_MODEL
public static final java.lang.String REQUEST_PARAMETER_SYSTEM_ROLES
public static final java.lang.String REQUEST_PARAMETER_PORTLET_NAME
public static final java.lang.String REQUEST_PARAMETER_PATH_CONTEXT
public static final java.lang.String REQUEST_PARAMETER_CMD
public static java.lang.String getSystemCommunityRolesSerialized(javax.portlet.PortletRequest request)
request
- public static void updateApplicationConfiguration(javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response, Container container, DataSource dataSource) throws java.io.IOException
java.io.IOException
public static void getProjectCurrentUserList(javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response) throws java.lang.Exception
java.lang.Exception
public static void getAvailableUserList(javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response) throws java.lang.Exception
java.lang.Exception
public static void getCurrentUserGroupList(javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response) throws javax.portlet.PortletException
javax.portlet.PortletException
public static void getAvailableUserGroupList(javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response) throws javax.portlet.PortletException
javax.portlet.PortletException
Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.