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


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)
           
 

Method Detail

addUserGroupRoles

void addUserGroupRoles(long userId,
                       long groupId,
                       java.lang.Long[] roleIds)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addUserGroupRoles

void addUserGroupRoles(java.lang.Long[] userIds,
                       long groupId,
                       long roleId)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteUserGroupRoles

void deleteUserGroupRoles(long userId,
                          long groupId,
                          java.lang.Long[] roleIds)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteUserGroupRoles

void deleteUserGroupRoles(java.lang.Long[] userIds,
                          long groupId,
                          long roleId)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException