public class Portal_UserGroupServiceSoapBindingStub extends org.apache.axis.client.Stub implements UserGroupServiceSoap
| Constructor and Description |
|---|
Portal_UserGroupServiceSoapBindingStub() |
Portal_UserGroupServiceSoapBindingStub(javax.xml.rpc.Service service) |
Portal_UserGroupServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
| 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) |
protected org.apache.axis.client.Call |
createCall() |
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) |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic Portal_UserGroupServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic Portal_UserGroupServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic Portal_UserGroupServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic void addGroupUserGroups(long groupId,
long[] userGroupIds)
throws java.rmi.RemoteException
addGroupUserGroups in interface UserGroupServiceSoapjava.rmi.RemoteExceptionpublic void addTeamUserGroups(long teamId,
long[] userGroupIds)
throws java.rmi.RemoteException
addTeamUserGroups in interface UserGroupServiceSoapjava.rmi.RemoteExceptionpublic UserGroupSoap addUserGroup(java.lang.String name, java.lang.String description) throws java.rmi.RemoteException
addUserGroup in interface UserGroupServiceSoapjava.rmi.RemoteExceptionpublic UserGroupSoap addUserGroup(java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws java.rmi.RemoteException
addUserGroup in interface UserGroupServiceSoapjava.rmi.RemoteExceptionpublic void deleteUserGroup(long userGroupId)
throws java.rmi.RemoteException
deleteUserGroup in interface UserGroupServiceSoapjava.rmi.RemoteExceptionpublic UserGroupSoap getUserGroup(long userGroupId) throws java.rmi.RemoteException
getUserGroup in interface UserGroupServiceSoapjava.rmi.RemoteExceptionpublic UserGroupSoap getUserGroup(java.lang.String name) throws java.rmi.RemoteException
getUserGroup in interface UserGroupServiceSoapjava.rmi.RemoteExceptionpublic UserGroupSoap[] getUserGroups(long companyId) throws java.rmi.RemoteException
getUserGroups in interface UserGroupServiceSoapjava.rmi.RemoteExceptionpublic UserGroupSoap[] getUserUserGroups(long userId) throws java.rmi.RemoteException
getUserUserGroups in interface UserGroupServiceSoapjava.rmi.RemoteExceptionpublic void unsetGroupUserGroups(long groupId,
long[] userGroupIds)
throws java.rmi.RemoteException
unsetGroupUserGroups in interface UserGroupServiceSoapjava.rmi.RemoteExceptionpublic void unsetTeamUserGroups(long teamId,
long[] userGroupIds)
throws java.rmi.RemoteException
unsetTeamUserGroups in interface UserGroupServiceSoapjava.rmi.RemoteExceptionpublic UserGroupSoap updateUserGroup(long userGroupId, java.lang.String name, java.lang.String description) throws java.rmi.RemoteException
updateUserGroup in interface UserGroupServiceSoapjava.rmi.RemoteExceptionpublic UserGroupSoap updateUserGroup(long userGroupId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws java.rmi.RemoteException
updateUserGroup in interface UserGroupServiceSoapjava.rmi.RemoteException