Package com.liferay.portal.service.impl
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
- Author:
- Brett Swaim, Akos Thurzo
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.UserGroupGroupRoleServiceBaseImpl
counterLocalService, userGroupGroupRoleFinder, userGroupGroupRoleLocalService, userGroupGroupRolePersistence, userGroupGroupRoleService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addUserGroupGroupRoles
(long[] userGroupIds, long groupId, long roleId) void
addUserGroupGroupRoles
(long userGroupId, long groupId, long[] roleIds) protected void
checkPermission
(long groupId, long[] roleIds) void
deleteUserGroupGroupRoles
(long[] userGroupIds, long groupId, long roleId) void
deleteUserGroupGroupRoles
(long userGroupId, long groupId, long[] roleIds) Methods inherited from class com.liferay.portal.service.base.UserGroupGroupRoleServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getUserGroupGroupRoleFinder, getUserGroupGroupRoleLocalService, getUserGroupGroupRolePersistence, getUserGroupGroupRoleService, runSQL, setCounterLocalService, setUserGroupGroupRoleFinder, setUserGroupGroupRoleLocalService, setUserGroupGroupRolePersistence, setUserGroupGroupRoleService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
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
-