@ProviderType public class UserGroupGroupRoleServiceWrapper extends Object implements UserGroupGroupRoleService, ServiceWrapper<UserGroupGroupRoleService>
UserGroupGroupRoleService.UserGroupGroupRoleService| Constructor and Description |
|---|
UserGroupGroupRoleServiceWrapper(UserGroupGroupRoleService userGroupGroupRoleService) |
| Modifier and Type | Method and Description |
|---|---|
void |
addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId) |
void |
addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds) |
void |
deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId) |
void |
deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
UserGroupGroupRoleService |
getWrappedService() |
void |
setWrappedService(UserGroupGroupRoleService userGroupGroupRoleService) |
public UserGroupGroupRoleServiceWrapper(UserGroupGroupRoleService userGroupGroupRoleService)
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface UserGroupGroupRoleServicepublic void addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws PortalException
addUserGroupGroupRoles in interface UserGroupGroupRoleServicePortalExceptionpublic void addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
throws PortalException
addUserGroupGroupRoles in interface UserGroupGroupRoleServicePortalExceptionpublic void deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws PortalException
deleteUserGroupGroupRoles in interface UserGroupGroupRoleServicePortalExceptionpublic void deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
throws PortalException
deleteUserGroupGroupRoles in interface UserGroupGroupRoleServicePortalExceptionpublic UserGroupGroupRoleService getWrappedService()
getWrappedService in interface ServiceWrapper<UserGroupGroupRoleService>public void setWrappedService(UserGroupGroupRoleService userGroupGroupRoleService)
setWrappedService in interface ServiceWrapper<UserGroupGroupRoleService>