@ProviderType public class UserGroupRoleServiceWrapper extends 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) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
UserGroupRoleService |
getWrappedService() |
void |
setWrappedService(UserGroupRoleService userGroupRoleService) |
void |
updateUserGroupRoles(long userId,
long groupId,
long[] addedRoleIds,
long[] deletedRoleIds) |
public UserGroupRoleServiceWrapper(UserGroupRoleService userGroupRoleService)
public void addUserGroupRoles(long userId, long groupId, long[] roleIds) throws PortalException
addUserGroupRoles
in interface UserGroupRoleService
PortalException
public void addUserGroupRoles(long[] userIds, long groupId, long roleId) throws PortalException
addUserGroupRoles
in interface UserGroupRoleService
PortalException
public void deleteUserGroupRoles(long userId, long groupId, long[] roleIds) throws PortalException
deleteUserGroupRoles
in interface UserGroupRoleService
PortalException
public void deleteUserGroupRoles(long[] userIds, long groupId, long roleId) throws PortalException
deleteUserGroupRoles
in interface UserGroupRoleService
PortalException
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface UserGroupRoleService
public void updateUserGroupRoles(long userId, long groupId, long[] addedRoleIds, long[] deletedRoleIds) throws PortalException
updateUserGroupRoles
in interface UserGroupRoleService
PortalException
public UserGroupRoleService getWrappedService()
getWrappedService
in interface ServiceWrapper<UserGroupRoleService>
public void setWrappedService(UserGroupRoleService userGroupRoleService)
setWrappedService
in interface ServiceWrapper<UserGroupRoleService>