Package com.liferay.portal.service.impl
Class UserGroupRoleServiceImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.UserGroupRoleServiceBaseImpl
com.liferay.portal.service.impl.UserGroupRoleServiceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.UserGroupRoleService
- Author:
- Brian Wing Shun Chan
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.UserGroupRoleServiceBaseImpl
counterLocalService, userGroupRoleFinder, userGroupRoleLocalService, userGroupRolePersistence, userGroupRoleService
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
addUserGroupRoles
(long[] userIds, long groupId, long roleId) void
addUserGroupRoles
(long userId, long groupId, long[] roleIds) void
deleteUserGroupRoles
(long[] userIds, long groupId, long roleId) void
deleteUserGroupRoles
(long userId, long groupId, long[] roleIds) void
updateUserGroupRoles
(long userId, long groupId, long[] addedRoleIds, long[] deletedRoleIds) Methods inherited from class com.liferay.portal.service.base.UserGroupRoleServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getUserGroupRoleFinder, getUserGroupRoleLocalService, getUserGroupRolePersistence, getUserGroupRoleService, runSQL, setCounterLocalService, setUserGroupRoleFinder, setUserGroupRoleLocalService, setUserGroupRolePersistence, setUserGroupRoleService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
UserGroupRoleServiceImpl
public UserGroupRoleServiceImpl()
-
-
Method Details
-
addUserGroupRoles
public void addUserGroupRoles(long userId, long groupId, long[] roleIds) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addUserGroupRoles
public void addUserGroupRoles(long[] userIds, long groupId, long roleId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteUserGroupRoles
public void deleteUserGroupRoles(long userId, long groupId, long[] roleIds) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteUserGroupRoles
public void deleteUserGroupRoles(long[] userIds, long groupId, long roleId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateUserGroupRoles
public void updateUserGroupRoles(long userId, long groupId, long[] addedRoleIds, long[] deletedRoleIds) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-