Class UserGroupGroupRoleServiceUtil
Object
com.liferay.portal.kernel.service.UserGroupGroupRoleServiceUtil
Provides the remote service utility for UserGroupGroupRole. This utility wraps
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.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
Returns the OSGi service identifier.static UserGroupGroupRoleService
static void
setService
(UserGroupGroupRoleService service)
-
Constructor Details
-
UserGroupGroupRoleServiceUtil
public UserGroupGroupRoleServiceUtil()
-
-
Method Details
-
addUserGroupGroupRoles
public static void addUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) throws PortalException - Throws:
PortalException
-
addUserGroupGroupRoles
public static void addUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) throws PortalException - Throws:
PortalException
-
deleteUserGroupGroupRoles
public static void deleteUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) throws PortalException - Throws:
PortalException
-
deleteUserGroupGroupRoles
public static void deleteUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) throws PortalException - Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-
setService
-