Class UserGroupRoleServiceWrapper
Object
com.liferay.portal.kernel.service.UserGroupRoleServiceWrapper
- All Implemented Interfaces:
BaseService
,ServiceWrapper<UserGroupRoleService>
,UserGroupRoleService
public class UserGroupRoleServiceWrapper
extends Object
implements ServiceWrapper<UserGroupRoleService>, UserGroupRoleService
Provides a wrapper for
UserGroupRoleService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
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) Returns the OSGi service identifier.void
setWrappedService
(UserGroupRoleService userGroupRoleService) void
updateUserGroupRoles
(long userId, long groupId, long[] addedRoleIds, long[] deletedRoleIds)
-
Constructor Details
-
UserGroupRoleServiceWrapper
public UserGroupRoleServiceWrapper() -
UserGroupRoleServiceWrapper
-
-
Method Details
-
addUserGroupRoles
- Specified by:
addUserGroupRoles
in interfaceUserGroupRoleService
- Throws:
PortalException
-
addUserGroupRoles
- Specified by:
addUserGroupRoles
in interfaceUserGroupRoleService
- Throws:
PortalException
-
deleteUserGroupRoles
- Specified by:
deleteUserGroupRoles
in interfaceUserGroupRoleService
- Throws:
PortalException
-
deleteUserGroupRoles
- Specified by:
deleteUserGroupRoles
in interfaceUserGroupRoleService
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceUserGroupRoleService
- Returns:
- the OSGi service identifier
-
updateUserGroupRoles
public void updateUserGroupRoles(long userId, long groupId, long[] addedRoleIds, long[] deletedRoleIds) throws PortalException - Specified by:
updateUserGroupRoles
in interfaceUserGroupRoleService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<UserGroupRoleService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<UserGroupRoleService>
-