com.liferay.client.soap.portal.service.http
Class Portal_UserGroupRoleServiceSoapBindingImpl

java.lang.Object
  extended by 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


Constructor Summary
Portal_UserGroupRoleServiceSoapBindingImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portal_UserGroupRoleServiceSoapBindingImpl

public Portal_UserGroupRoleServiceSoapBindingImpl()
Method Detail

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