Class UserGroupGroupRoleServiceUtil

Object
com.liferay.portal.kernel.service.UserGroupGroupRoleServiceUtil

public class UserGroupGroupRoleServiceUtil extends Object
Provides the remote service utility for UserGroupGroupRole. This utility wraps 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.
Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Constructor Details

    • UserGroupGroupRoleServiceUtil

      public UserGroupGroupRoleServiceUtil()
  • Method Details

    • addUserGroupGroupRoles

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

      public static void addUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) throws PortalException
      Throws:
      PortalException
    • deleteUserGroupGroupRoles

      public static void deleteUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) throws PortalException
      Throws:
      PortalException
    • deleteUserGroupGroupRoles

      public static void deleteUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) throws PortalException
      Throws:
      PortalException
    • getOSGiServiceIdentifier

      public static String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • getService

      public static UserGroupGroupRoleService getService()
    • setService

      public static void setService(UserGroupGroupRoleService service)