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 TypeMethodDescriptionvoidaddUserGroupRoles(long[] userIds, long groupId, long roleId) voidaddUserGroupRoles(long userId, long groupId, long[] roleIds) voiddeleteUserGroupRoles(long[] userIds, long groupId, long roleId) voiddeleteUserGroupRoles(long userId, long groupId, long[] roleIds) Returns the OSGi service identifier.voidsetWrappedService(UserGroupRoleService userGroupRoleService) voidupdateUserGroupRoles(long userId, long groupId, long[] addedRoleIds, long[] deletedRoleIds)
-
Constructor Details
-
UserGroupRoleServiceWrapper
public UserGroupRoleServiceWrapper() -
UserGroupRoleServiceWrapper
-
-
Method Details
-
addUserGroupRoles
- Specified by:
addUserGroupRolesin interfaceUserGroupRoleService- Throws:
PortalException
-
addUserGroupRoles
- Specified by:
addUserGroupRolesin interfaceUserGroupRoleService- Throws:
PortalException
-
deleteUserGroupRoles
- Specified by:
deleteUserGroupRolesin interfaceUserGroupRoleService- Throws:
PortalException
-
deleteUserGroupRoles
- Specified by:
deleteUserGroupRolesin interfaceUserGroupRoleService- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceUserGroupRoleService- Returns:
- the OSGi service identifier
-
updateUserGroupRoles
public void updateUserGroupRoles(long userId, long groupId, long[] addedRoleIds, long[] deletedRoleIds) throws PortalException - Specified by:
updateUserGroupRolesin interfaceUserGroupRoleService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<UserGroupRoleService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<UserGroupRoleService>
-