Class UserGroupGroupRoleServiceImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.UserGroupGroupRoleServiceBaseImpl
com.liferay.portal.service.impl.UserGroupGroupRoleServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.UserGroupGroupRoleService

public class UserGroupGroupRoleServiceImpl extends UserGroupGroupRoleServiceBaseImpl
Author:
Brett Swaim, Akos Thurzo
  • Constructor Details

    • UserGroupGroupRoleServiceImpl

      public UserGroupGroupRoleServiceImpl()
  • Method Details

    • addUserGroupGroupRoles

      public void addUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addUserGroupGroupRoles

      public void addUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteUserGroupGroupRoles

      public void deleteUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteUserGroupGroupRoles

      public void deleteUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • checkPermission

      protected void checkPermission(long groupId, long[] roleIds) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException