com.liferay.portal.service.impl
Class UserGroupRoleServiceImpl
java.lang.Object
com.liferay.portal.service.impl.PrincipalBean
com.liferay.portal.service.impl.UserGroupRoleServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.service.UserGroupRoleService
- public class UserGroupRoleServiceImpl
- extends PrincipalBean
- implements com.liferay.portal.service.UserGroupRoleService
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupRoleServiceImpl
public UserGroupRoleServiceImpl()
addUserGroupRoles
public void addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addUserGroupRoles
in interface com.liferay.portal.service.UserGroupRoleService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addUserGroupRoles
public void addUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addUserGroupRoles
in interface com.liferay.portal.service.UserGroupRoleService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteUserGroupRoles
public void deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteUserGroupRoles
in interface com.liferay.portal.service.UserGroupRoleService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteUserGroupRoles
public void deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteUserGroupRoles
in interface com.liferay.portal.service.UserGroupRoleService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException