@ProviderType public class UserGroupRoleServiceWrapper extends java.lang.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) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
UserGroupRoleService |
getWrappedService() |
UserGroupRoleService |
getWrappedUserGroupRoleService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
void |
setWrappedService(UserGroupRoleService userGroupRoleService) |
void |
setWrappedUserGroupRoleService(UserGroupRoleService userGroupRoleService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.UserGroupRoleService) |
public UserGroupRoleServiceWrapper(UserGroupRoleService userGroupRoleService)
public 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 java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface UserGroupRoleService@Deprecated public UserGroupRoleService getWrappedUserGroupRoleService()
getWrappedService()@Deprecated public void setWrappedUserGroupRoleService(UserGroupRoleService userGroupRoleService)
setWrappedService(com.liferay.portal.service.UserGroupRoleService)public UserGroupRoleService getWrappedService()
getWrappedService in interface ServiceWrapper<UserGroupRoleService>public void setWrappedService(UserGroupRoleService userGroupRoleService)
setWrappedService in interface ServiceWrapper<UserGroupRoleService>