public class UserTeamAssociationServiceSoapBindingStub extends org.apache.axis.client.Stub implements UserTeamAssociationServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
UserTeamAssociationServiceSoapBindingStub() |
UserTeamAssociationServiceSoapBindingStub(javax.xml.rpc.Service service) |
UserTeamAssociationServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
_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 UserTeamAssociationServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic UserTeamAssociationServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic UserTeamAssociationServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic UserTeamAssociation createUserTeamAssociation(UserTeamAssociation userTeamAssociation) throws RemoteException, ApiException
UserTeamAssociationServiceInterfaceUserTeamAssociation.
The following fields are required:
createUserTeamAssociation in interface UserTeamAssociationServiceInterfaceuserTeamAssociation - the user team association to createRemoteExceptionApiExceptionpublic UserTeamAssociation[] createUserTeamAssociations(UserTeamAssociation[] userTeamAssociations) throws RemoteException, ApiException
UserTeamAssociationServiceInterfaceUserTeamAssociation objects.createUserTeamAssociations in interface UserTeamAssociationServiceInterfaceuserTeamAssociations - the user team associations to createRemoteExceptionApiExceptionpublic UserTeamAssociation getUserTeamAssociation(Long teamId, Long userId) throws RemoteException, ApiException
UserTeamAssociationServiceInterfaceUserTeamAssociation uniquely identified
by the given
user and team IDs.getUserTeamAssociation in interface UserTeamAssociationServiceInterfaceteamId - the ID of the team, which must already existuserId - the ID of the user, which must already existUserTeamAssociation uniquely identified by the
user and team IDsRemoteExceptionApiExceptionpublic UserTeamAssociationPage getUserTeamAssociationsByStatement(Statement filterStatement) throws RemoteException, ApiException
UserTeamAssociationServiceInterfaceUserTeamAssociationPage of UserTeamAssociation
objects that satisfy the given Statement.query. The following
fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
userId |
UserTeamAssociation.userId |
teamId |
UserRecordTeamAssociation.teamId |
getUserTeamAssociationsByStatement in interface UserTeamAssociationServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of user team associationsRemoteExceptionApiExceptionpublic UpdateResult performUserTeamAssociationAction(UserTeamAssociationAction userTeamAssociationAction, Statement statement) throws RemoteException, ApiException
UserTeamAssociationServiceInterfaceUserTeamAssociation objects that
match the
given Statement.query.performUserTeamAssociationAction in interface UserTeamAssociationServiceInterfaceuserTeamAssociationAction - the action to performRemoteExceptionApiExceptionpublic UserTeamAssociation updateUserTeamAssociation(UserTeamAssociation userTeamAssociation) throws RemoteException, ApiException
UserTeamAssociationServiceInterfaceUserTeamAssociation.updateUserTeamAssociation in interface UserTeamAssociationServiceInterfaceuserTeamAssociation - the user team association to updateRemoteExceptionApiExceptionpublic UserTeamAssociation[] updateUserTeamAssociations(UserTeamAssociation[] userTeamAssociations) throws RemoteException, ApiException
UserTeamAssociationServiceInterfaceUserTeamAssociation objects.updateUserTeamAssociations in interface UserTeamAssociationServiceInterfaceuserTeamAssociations - the user team associations to updateRemoteExceptionApiExceptionCopyright © 2013. All Rights Reserved.