public class UserGroupGroupRoleServiceUtil
extends 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 String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static UserGroupGroupRoleService |
getService() |
static void |
setService(UserGroupGroupRoleService service) |
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 String getOSGiServiceIdentifier()
public static UserGroupGroupRoleService getService()
public static void setService(UserGroupGroupRoleService service)