com.liferay.client.soap.portal.service.http
Interface UserGroupServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portal_UserGroupServiceSoapBindingImpl, Portal_UserGroupServiceSoapBindingStub
public interface UserGroupServiceSoap
- extends java.rmi.Remote
getUserGroup
UserGroupSoap getUserGroup(java.lang.String name)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getUserGroup
UserGroupSoap getUserGroup(long userGroupId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addGroupUserGroups
void addGroupUserGroups(long groupId,
long[] userGroupIds)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addUserGroup
UserGroupSoap addUserGroup(java.lang.String name,
java.lang.String description)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteUserGroup
void deleteUserGroup(long userGroupId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getUserUserGroups
UserGroupSoap[] getUserUserGroups(long userId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
unsetGroupUserGroups
void unsetGroupUserGroups(long groupId,
long[] userGroupIds)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateUserGroup
UserGroupSoap updateUserGroup(long userGroupId,
java.lang.String name,
java.lang.String description)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException