com.liferay.portal.service.impl
Class UserGroupGroupRoleServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portal.service.base.UserGroupGroupRoleServiceBaseImpl
com.liferay.portal.service.impl.UserGroupGroupRoleServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseService, UserGroupGroupRoleService
public class UserGroupGroupRoleServiceImpl
- extends UserGroupGroupRoleServiceBaseImpl
| Fields inherited from class com.liferay.portal.service.base.UserGroupGroupRoleServiceBaseImpl |
counterLocalService, roleFinder, roleLocalService, rolePersistence, roleService, userGroupFinder, userGroupGroupRoleFinder, userGroupGroupRoleLocalService, userGroupGroupRolePersistence, userGroupGroupRoleService, userGroupLocalService, userGroupPersistence, userGroupService |
| Methods inherited from class com.liferay.portal.service.base.UserGroupGroupRoleServiceBaseImpl |
afterPropertiesSet, destroy, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getRoleFinder, getRoleLocalService, getRolePersistence, getRoleService, getUserGroupFinder, getUserGroupGroupRoleFinder, getUserGroupGroupRoleLocalService, getUserGroupGroupRolePersistence, getUserGroupGroupRoleService, getUserGroupLocalService, getUserGroupPersistence, getUserGroupService, runSQL, setCounterLocalService, setRoleFinder, setRoleLocalService, setRolePersistence, setRoleService, setUserGroupFinder, setUserGroupGroupRoleFinder, setUserGroupGroupRoleLocalService, setUserGroupGroupRolePersistence, setUserGroupGroupRoleService, setUserGroupLocalService, setUserGroupPersistence, setUserGroupService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupGroupRoleServiceImpl
public UserGroupGroupRoleServiceImpl()
addUserGroupGroupRoles
public void addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws PortalException
- Throws:
PortalException
addUserGroupGroupRoles
public void addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
throws PortalException
- Throws:
PortalException
deleteUserGroupGroupRoles
public void deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws PortalException
- Throws:
PortalException
deleteUserGroupGroupRoles
public void deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
throws PortalException
- Throws:
PortalException
checkPermission
protected void checkPermission(long groupId,
long[] roleIds)
throws PortalException
- Throws:
PortalException