public class UserGroupGroupRoleServiceUtil
extends java.lang.Object
com.liferay.portal.service.impl.UserGroupGroupRoleServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.UserGroupGroupRoleService
Constructor and Description |
---|
UserGroupGroupRoleServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId) |
static void |
addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds) |
static void |
deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId) |
static void |
deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static UserGroupGroupRoleService |
getService() |
public static void addUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) throws PortalException
PortalException
public static void addUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) throws PortalException
PortalException
public static void deleteUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) throws PortalException
PortalException
public static void deleteUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) throws PortalException
PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static UserGroupGroupRoleService getService()