@ProviderType
public class UserGroupGroupRoleServiceUtil
extends java.lang.Object
com.liferay.portal.service.impl.UserGroupGroupRoleServiceImpl and is the
primary 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,
UserGroupGroupRoleServiceBaseImpl,
com.liferay.portal.service.impl.UserGroupGroupRoleServiceImpl| 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() |
void |
setService(UserGroupGroupRoleService service)
Deprecated.
As of 6.2.0
|
public static void addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws PortalException
PortalExceptionpublic static void addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
throws PortalException
PortalExceptionpublic static void deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws PortalException
PortalExceptionpublic static void deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
throws PortalException
PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static UserGroupGroupRoleService getService()
@Deprecated public void setService(UserGroupGroupRoleService service)