com.liferay.portal.kernel.service
Class UserGroupRoleServiceWrapper
java.lang.Object
com.liferay.portal.kernel.service.UserGroupRoleServiceWrapper
- All Implemented Interfaces:
- BaseService, ServiceWrapper<UserGroupRoleService>, UserGroupRoleService
@ProviderType
public class UserGroupRoleServiceWrapper
- extends Object
- implements UserGroupRoleService, ServiceWrapper<UserGroupRoleService>
Provides a wrapper for UserGroupRoleService.
- See Also:
UserGroupRoleService- {$generated.description}
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupRoleServiceWrapper
public UserGroupRoleServiceWrapper(UserGroupRoleService userGroupRoleService)
getOSGiServiceIdentifier
public String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Specified by:
getOSGiServiceIdentifier in interface UserGroupRoleService
- Returns:
- the OSGi service identifier
addUserGroupRoles
public void addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws PortalException
- Specified by:
addUserGroupRoles in interface UserGroupRoleService
- Throws:
PortalException
addUserGroupRoles
public void addUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws PortalException
- Specified by:
addUserGroupRoles in interface UserGroupRoleService
- Throws:
PortalException
deleteUserGroupRoles
public void deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws PortalException
- Specified by:
deleteUserGroupRoles in interface UserGroupRoleService
- Throws:
PortalException
deleteUserGroupRoles
public void deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws PortalException
- Specified by:
deleteUserGroupRoles in interface UserGroupRoleService
- Throws:
PortalException
updateUserGroupRoles
public void updateUserGroupRoles(long userId,
long groupId,
long[] addedRoleIds,
long[] deletedRoleIds)
throws PortalException
- Specified by:
updateUserGroupRoles in interface UserGroupRoleService
- Throws:
PortalException
getWrappedService
public UserGroupRoleService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<UserGroupRoleService>
setWrappedService
public void setWrappedService(UserGroupRoleService userGroupRoleService)
- Specified by:
setWrappedService in interface ServiceWrapper<UserGroupRoleService>