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) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
UserTeamAssociation[] |
createUserTeamAssociations(UserTeamAssociation[] userTeamAssociations)
Creates new
UserTeamAssociation objects. |
UserTeamAssociationPage |
getUserTeamAssociationsByStatement(Statement filterStatement)
Gets a
UserTeamAssociationPage of UserTeamAssociation
objects that satisfy the given Statement.query. |
UpdateResult |
performUserTeamAssociationAction(UserTeamAssociationAction userTeamAssociationAction,
Statement statement)
Performs actions on
UserTeamAssociation objects that
match the
given Statement.query. |
UserTeamAssociation[] |
updateUserTeamAssociations(UserTeamAssociation[] userTeamAssociations)
Updates the specified
UserTeamAssociation objects. |
_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[] createUserTeamAssociations(UserTeamAssociation[] userTeamAssociations) throws RemoteException, ApiException
UserTeamAssociationServiceInterfaceUserTeamAssociation objects.createUserTeamAssociations in interface UserTeamAssociationServiceInterfaceuserTeamAssociations - the user team associations to createRemoteExceptionApiExceptionpublic 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[] updateUserTeamAssociations(UserTeamAssociation[] userTeamAssociations) throws RemoteException, ApiException
UserTeamAssociationServiceInterfaceUserTeamAssociation objects.updateUserTeamAssociations in interface UserTeamAssociationServiceInterfaceuserTeamAssociations - the user team associations to updateRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.