com.liferay.client.soap.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
void addUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addUserGroupRoles
void addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteUserGroupRoles
void deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteUserGroupRoles
void deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException