com.liferay.portal.service.impl
Class UserGroupRoleLocalServiceImpl
java.lang.Object
com.liferay.portal.service.base.UserGroupRoleLocalServiceBaseImpl
com.liferay.portal.service.impl.UserGroupRoleLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.service.UserGroupRoleLocalService
- public class UserGroupRoleLocalServiceImpl
- extends UserGroupRoleLocalServiceBaseImpl
View Source
- Author:
- Jorge Ferrer
Method Summary |
void |
addUserGroupRoles(long[] userIds,
long groupId,
long roleId)
|
void |
addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
|
protected void |
checkGroupResource(long groupId)
|
void |
deleteUserGroupRoles(long[] userIds,
long groupId)
|
void |
deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId)
|
void |
deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds)
|
void |
deleteUserGroupRolesByGroupId(long groupId)
|
void |
deleteUserGroupRolesByRoleId(long roleId)
|
void |
deleteUserGroupRolesByUserId(long userId)
|
java.util.List |
getUserGroupRoles(long userId,
long groupId)
|
boolean |
hasUserGroupRole(long userId,
long groupId,
long roleId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupRoleLocalServiceImpl
public UserGroupRoleLocalServiceImpl()
addUserGroupRoles
public void addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- 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
- 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
- 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
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteUserGroupRoles
public void deleteUserGroupRoles(long[] userIds,
long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteUserGroupRolesByGroupId
public void deleteUserGroupRolesByGroupId(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteUserGroupRolesByRoleId
public void deleteUserGroupRolesByRoleId(long roleId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteUserGroupRolesByUserId
public void deleteUserGroupRolesByUserId(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getUserGroupRoles
public java.util.List getUserGroupRoles(long userId,
long groupId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
hasUserGroupRole
public boolean hasUserGroupRole(long userId,
long groupId,
long roleId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
checkGroupResource
protected void checkGroupResource(long groupId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException