Interface UserGroupGroupRoleService
- All Superinterfaces:
BaseService
- All Known Implementing Classes:
UserGroupGroupRoleServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface UserGroupGroupRoleService
extends BaseService
Provides the remote service interface for UserGroupGroupRole. 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}
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addUserGroupGroupRoles
(long[] userGroupIds, long groupId, long roleId) void
addUserGroupGroupRoles
(long userGroupId, long groupId, long[] roleIds) void
deleteUserGroupGroupRoles
(long[] userGroupIds, long groupId, long roleId) void
deleteUserGroupGroupRoles
(long userGroupId, long groupId, long[] roleIds) Returns the OSGi service identifier.
-
Method Details
-
addUserGroupGroupRoles
- Throws:
PortalException
-
addUserGroupGroupRoles
- Throws:
PortalException
-
deleteUserGroupGroupRoles
void deleteUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) throws PortalException - Throws:
PortalException
-
deleteUserGroupGroupRoles
void deleteUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) throws PortalException - Throws:
PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-