com.liferay.client.portal.service.http
Interface UserGroupRoleServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portal_UserGroupRoleServiceSoapBindingImpl, Portal_UserGroupRoleServiceSoapBindingStub
- public interface UserGroupRoleServiceSoap
- extends java.rmi.Remote
addUserGroupRoles
public void addUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addUserGroupRoles
public void addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteUserGroupRoles
public void deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteUserGroupRoles
public void deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException