com.liferay.client.soap.portal.service.http
Class Portal_UserGroupRoleServiceSoapBindingImpl
java.lang.Object
com.liferay.client.soap.portal.service.http.Portal_UserGroupRoleServiceSoapBindingImpl
- All Implemented Interfaces:
- UserGroupRoleServiceSoap, java.rmi.Remote
public class Portal_UserGroupRoleServiceSoapBindingImpl
- extends java.lang.Object
- implements UserGroupRoleServiceSoap
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portal_UserGroupRoleServiceSoapBindingImpl
public Portal_UserGroupRoleServiceSoapBindingImpl()
addUserGroupRoles
public void addUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws java.rmi.RemoteException
- Specified by:
addUserGroupRoles
in interface UserGroupRoleServiceSoap
- Throws:
java.rmi.RemoteException
addUserGroupRoles
public void addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws java.rmi.RemoteException
- Specified by:
addUserGroupRoles
in interface UserGroupRoleServiceSoap
- Throws:
java.rmi.RemoteException
deleteUserGroupRoles
public void deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws java.rmi.RemoteException
- Specified by:
deleteUserGroupRoles
in interface UserGroupRoleServiceSoap
- Throws:
java.rmi.RemoteException
deleteUserGroupRoles
public void deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws java.rmi.RemoteException
- Specified by:
deleteUserGroupRoles
in interface UserGroupRoleServiceSoap
- Throws:
java.rmi.RemoteException