Class UserGroupRoleServiceImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.UserGroupRoleServiceBaseImpl
com.liferay.portal.service.impl.UserGroupRoleServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.UserGroupRoleService

public class UserGroupRoleServiceImpl extends UserGroupRoleServiceBaseImpl
Author:
Brian Wing Shun Chan
  • Constructor Details

    • UserGroupRoleServiceImpl

      public UserGroupRoleServiceImpl()
  • Method Details

    • addUserGroupRoles

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

      public void addUserGroupRoles(long[] userIds, long groupId, long roleId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteUserGroupRoles

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

      public void deleteUserGroupRoles(long[] userIds, long groupId, long roleId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateUserGroupRoles

      public void updateUserGroupRoles(long userId, long groupId, long[] addedRoleIds, long[] deletedRoleIds) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException