public class UserGroupRoleServiceWrapper extends Object implements ServiceWrapper<UserGroupRoleService>, 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)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
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
UserGroupRoleServiceUtil to access the user group role remote service. Add custom service methods to com.liferay.portal.service.impl.UserGroupRoleServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.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 String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface UserGroupRoleServicepublic void updateUserGroupRoles(long userId,
long groupId,
long[] addedRoleIds,
long[] deletedRoleIds)
throws PortalException
updateUserGroupRoles in interface UserGroupRoleServicePortalExceptionpublic UserGroupRoleService getWrappedService()
getWrappedService in interface ServiceWrapper<UserGroupRoleService>public void setWrappedService(UserGroupRoleService userGroupRoleService)
setWrappedService in interface ServiceWrapper<UserGroupRoleService>