public interface UserGroupServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
addGroupUserGroups(long groupId,
long[] userGroupIds) |
void |
addTeamUserGroups(long teamId,
long[] userGroupIds) |
UserGroupSoap |
addUserGroup(java.lang.String name,
java.lang.String description) |
UserGroupSoap |
addUserGroup(java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
void |
deleteUserGroup(long userGroupId) |
UserGroupSoap |
getUserGroup(long userGroupId) |
UserGroupSoap |
getUserGroup(java.lang.String name) |
UserGroupSoap[] |
getUserGroups(long companyId) |
UserGroupSoap[] |
getUserUserGroups(long userId) |
void |
unsetGroupUserGroups(long groupId,
long[] userGroupIds) |
void |
unsetTeamUserGroups(long teamId,
long[] userGroupIds) |
UserGroupSoap |
updateUserGroup(long userGroupId,
java.lang.String name,
java.lang.String description) |
UserGroupSoap |
updateUserGroup(long userGroupId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
void addGroupUserGroups(long groupId,
long[] userGroupIds)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid addTeamUserGroups(long teamId,
long[] userGroupIds)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionUserGroupSoap addUserGroup(java.lang.String name, java.lang.String description) throws java.rmi.RemoteException
java.rmi.RemoteExceptionUserGroupSoap addUserGroup(java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteUserGroup(long userGroupId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionUserGroupSoap getUserGroup(long userGroupId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionUserGroupSoap getUserGroup(java.lang.String name) throws java.rmi.RemoteException
java.rmi.RemoteExceptionUserGroupSoap[] getUserGroups(long companyId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionUserGroupSoap[] getUserUserGroups(long userId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid unsetGroupUserGroups(long groupId,
long[] userGroupIds)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid unsetTeamUserGroups(long teamId,
long[] userGroupIds)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionUserGroupSoap updateUserGroup(long userGroupId, java.lang.String name, java.lang.String description) throws java.rmi.RemoteException
java.rmi.RemoteExceptionUserGroupSoap updateUserGroup(long userGroupId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteException