@ProviderType
public class UserGroupGroupRoleServiceUtil
extends Object
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
,
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 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()