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, userGroupGroupRoleServiceFields 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 TypeMethodDescriptionvoidaddUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) voidaddUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) protected voidcheckPermission(long groupId, long[] roleIds) voiddeleteUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) voiddeleteUserGroupGroupRoles(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, setUserGroupGroupRoleServiceMethods 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
-