Interface UserGroupRoleService
- All Superinterfaces:
BaseService
- All Known Implementing Classes:
UserGroupRoleServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface UserGroupRoleService
extends BaseService
Provides the remote service interface for UserGroupRole. 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 TypeMethodDescriptionvoidaddUserGroupRoles(long[] userIds, long groupId, long roleId) voidaddUserGroupRoles(long userId, long groupId, long[] roleIds) voiddeleteUserGroupRoles(long[] userIds, long groupId, long roleId) voiddeleteUserGroupRoles(long userId, long groupId, long[] roleIds) Returns the OSGi service identifier.voidupdateUserGroupRoles(long userId, long groupId, long[] addedRoleIds, long[] deletedRoleIds)
-
Method Details
-
addUserGroupRoles
- Throws:
PortalException
-
addUserGroupRoles
- Throws:
PortalException
-
deleteUserGroupRoles
- Throws:
PortalException
-
deleteUserGroupRoles
- Throws:
PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateUserGroupRoles
void updateUserGroupRoles(long userId, long groupId, long[] addedRoleIds, long[] deletedRoleIds) throws PortalException - Throws:
PortalException
-