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

java.lang.Object
  extended by com.liferay.client.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(java.lang.Long[] userIds, long groupId, long roleId)
           
 void addUserGroupRoles(long userId, long groupId, java.lang.Long[] roleIds)
           
 void deleteUserGroupRoles(java.lang.Long[] userIds, long groupId, long roleId)
           
 void deleteUserGroupRoles(long userId, long groupId, java.lang.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 userId,
                              long groupId,
                              java.lang.Long[] roleIds)
                       throws java.rmi.RemoteException
Specified by:
addUserGroupRoles in interface UserGroupRoleServiceSoap
Throws:
java.rmi.RemoteException

addUserGroupRoles

public void addUserGroupRoles(java.lang.Long[] userIds,
                              long groupId,
                              long roleId)
                       throws java.rmi.RemoteException
Specified by:
addUserGroupRoles in interface UserGroupRoleServiceSoap
Throws:
java.rmi.RemoteException

deleteUserGroupRoles

public void deleteUserGroupRoles(long userId,
                                 long groupId,
                                 java.lang.Long[] roleIds)
                          throws java.rmi.RemoteException
Specified by:
deleteUserGroupRoles in interface UserGroupRoleServiceSoap
Throws:
java.rmi.RemoteException

deleteUserGroupRoles

public void deleteUserGroupRoles(java.lang.Long[] userIds,
                                 long groupId,
                                 long roleId)
                          throws java.rmi.RemoteException
Specified by:
deleteUserGroupRoles in interface UserGroupRoleServiceSoap
Throws:
java.rmi.RemoteException