com.liferay.client.soap.portal.service.http
Interface UserGroupGroupRoleServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portal_UserGroupGroupRoleServiceSoapBindingImpl, Portal_UserGroupGroupRoleServiceSoapBindingStub
public interface UserGroupGroupRoleServiceSoap
- extends java.rmi.Remote
addUserGroupGroupRoles
void addUserGroupGroupRoles(java.lang.Long[] userGroupIds,
long groupId,
long roleId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addUserGroupGroupRoles
void addUserGroupGroupRoles(long userGroupId,
long groupId,
java.lang.Long[] roleIds)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteUserGroupGroupRoles
void deleteUserGroupGroupRoles(java.lang.Long[] userGroupIds,
long groupId,
long roleId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteUserGroupGroupRoles
void deleteUserGroupGroupRoles(long userGroupId,
long groupId,
java.lang.Long[] roleIds)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException