@ProviderType public class UserGroupGroupRoleServiceUtil extends 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,
com.liferay.portal.service.base.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 String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static UserGroupGroupRoleService |
getService() |
public static String getOSGiServiceIdentifier()
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 UserGroupGroupRoleService getService()