@ProviderType public class UserGroupRoleServiceWrapper extends Object implements UserGroupRoleService, ServiceWrapper<UserGroupRoleService>
UserGroupRoleService.UserGroupRoleService| Constructor and Description |
|---|
UserGroupRoleServiceWrapper(UserGroupRoleService userGroupRoleService) |
| Modifier and Type | Method and Description |
|---|---|
void |
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) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
UserGroupRoleService |
getWrappedService() |
void |
setWrappedService(UserGroupRoleService userGroupRoleService) |
void |
updateUserGroupRoles(long userId,
long groupId,
long[] addedRoleIds,
long[] deletedRoleIds) |
public UserGroupRoleServiceWrapper(UserGroupRoleService userGroupRoleService)
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface UserGroupRoleServicepublic void addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws PortalException
addUserGroupRoles in interface UserGroupRoleServicePortalExceptionpublic void addUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws PortalException
addUserGroupRoles in interface UserGroupRoleServicePortalExceptionpublic void deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws PortalException
deleteUserGroupRoles in interface UserGroupRoleServicePortalExceptionpublic void deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws PortalException
deleteUserGroupRoles in interface UserGroupRoleServicePortalExceptionpublic void updateUserGroupRoles(long userId,
long groupId,
long[] addedRoleIds,
long[] deletedRoleIds)
throws PortalException
updateUserGroupRoles in interface UserGroupRoleServicePortalExceptionpublic UserGroupRoleService getWrappedService()
getWrappedService in interface ServiceWrapper<UserGroupRoleService>public void setWrappedService(UserGroupRoleService userGroupRoleService)
setWrappedService in interface ServiceWrapper<UserGroupRoleService>