public class UserGroupGroupRoleServiceWrapper extends Object implements ServiceWrapper<UserGroupGroupRoleService>, UserGroupGroupRoleService
UserGroupGroupRoleService.UserGroupGroupRoleService| Constructor and Description |
|---|
UserGroupGroupRoleServiceWrapper() |
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()
public UserGroupGroupRoleServiceWrapper(UserGroupGroupRoleService userGroupGroupRoleService)
public 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 String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface UserGroupGroupRoleServicepublic UserGroupGroupRoleService getWrappedService()
getWrappedService in interface ServiceWrapper<UserGroupGroupRoleService>public void setWrappedService(UserGroupGroupRoleService userGroupGroupRoleService)
setWrappedService in interface ServiceWrapper<UserGroupGroupRoleService>