Interface UserGroupGroupRoleService

All Superinterfaces:
BaseService
All Known Implementing Classes:
UserGroupGroupRoleServiceWrapper

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 Details

    • addUserGroupGroupRoles

      void addUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) throws PortalException
      Throws:
      PortalException
    • addUserGroupGroupRoles

      void addUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) throws PortalException
      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