com.liferay.client.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
public UserGroupSoap getUserGroup(java.lang.String name)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getUserGroup
public UserGroupSoap getUserGroup(long userGroupId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addUserGroup
public UserGroupSoap addUserGroup(java.lang.String name,
java.lang.String description)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addGroupUserGroups
public void addGroupUserGroups(long groupId,
long[] userGroupIds)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteUserGroup
public void deleteUserGroup(long userGroupId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getUserUserGroups
public UserGroupSoap[] getUserUserGroups(long userId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
unsetGroupUserGroups
public void unsetGroupUserGroups(long groupId,
long[] userGroupIds)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateUserGroup
public UserGroupSoap updateUserGroup(long userGroupId,
java.lang.String name,
java.lang.String description)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException