@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 void addUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) throws PortalException
addUserGroupGroupRoles
in interface UserGroupGroupRoleService
PortalException
public void addUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) throws PortalException
addUserGroupGroupRoles
in interface UserGroupGroupRoleService
PortalException
public void deleteUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) throws PortalException
deleteUserGroupGroupRoles
in interface UserGroupGroupRoleService
PortalException
public void deleteUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) throws PortalException
deleteUserGroupGroupRoles
in interface UserGroupGroupRoleService
PortalException
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface UserGroupGroupRoleService
public UserGroupGroupRoleService getWrappedService()
getWrappedService
in interface ServiceWrapper<UserGroupGroupRoleService>
public void setWrappedService(UserGroupGroupRoleService userGroupGroupRoleService)
setWrappedService
in interface ServiceWrapper<UserGroupGroupRoleService>