com.google.api.ads.dfp.axis.v201206
Class UserTeamAssociationServiceSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.google.api.ads.dfp.axis.v201206.UserTeamAssociationServiceSoapBindingStub
All Implemented Interfaces:
UserTeamAssociationServiceInterface, Remote, javax.xml.rpc.Stub

public class UserTeamAssociationServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements UserTeamAssociationServiceInterface


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
UserTeamAssociationServiceSoapBindingStub()
           
UserTeamAssociationServiceSoapBindingStub(javax.xml.rpc.Service service)
           
UserTeamAssociationServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 UserTeamAssociation createUserTeamAssociation(UserTeamAssociation userTeamAssociation)
          Creates a new UserTeamAssociation.
 UserTeamAssociation[] createUserTeamAssociations(UserTeamAssociation[] userTeamAssociations)
          Creates new UserTeamAssociation objects.
 UserTeamAssociation getUserTeamAssociation(Long teamId, Long userId)
          Returns the UserTeamAssociation uniquely identified by the given user and team IDs.
 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 updateUserTeamAssociation(UserTeamAssociation userTeamAssociation)
          Updates the specified UserTeamAssociation.
 UserTeamAssociation[] updateUserTeamAssociations(UserTeamAssociation[] userTeamAssociations)
          Updates the specified UserTeamAssociation objects.
 
Methods inherited from class org.apache.axis.client.Stub
_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, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTeamAssociationServiceSoapBindingStub

public UserTeamAssociationServiceSoapBindingStub()
                                          throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

UserTeamAssociationServiceSoapBindingStub

public UserTeamAssociationServiceSoapBindingStub(URL endpointURL,
                                                 javax.xml.rpc.Service service)
                                          throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

UserTeamAssociationServiceSoapBindingStub

public UserTeamAssociationServiceSoapBindingStub(javax.xml.rpc.Service service)
                                          throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws RemoteException
Throws:
RemoteException

createUserTeamAssociation

public UserTeamAssociation createUserTeamAssociation(UserTeamAssociation userTeamAssociation)
                                              throws RemoteException,
                                                     ApiException
Description copied from interface: UserTeamAssociationServiceInterface
Creates a new UserTeamAssociation. The following fields are required:

Specified by:
createUserTeamAssociation in interface UserTeamAssociationServiceInterface
Parameters:
userTeamAssociation - the user team association to create
Returns:
the user team association with its ID filled in
Throws:
RemoteException
ApiException

createUserTeamAssociations

public UserTeamAssociation[] createUserTeamAssociations(UserTeamAssociation[] userTeamAssociations)
                                                 throws RemoteException,
                                                        ApiException
Description copied from interface: UserTeamAssociationServiceInterface
Creates new UserTeamAssociation objects.

Specified by:
createUserTeamAssociations in interface UserTeamAssociationServiceInterface
Parameters:
userTeamAssociations - the user team associations to create
Returns:
the created user team associations with their IDs filled in
Throws:
RemoteException
ApiException

getUserTeamAssociation

public UserTeamAssociation getUserTeamAssociation(Long teamId,
                                                  Long userId)
                                           throws RemoteException,
                                                  ApiException
Description copied from interface: UserTeamAssociationServiceInterface
Returns the UserTeamAssociation uniquely identified by the given user and team IDs.

Specified by:
getUserTeamAssociation in interface UserTeamAssociationServiceInterface
Parameters:
teamId - the ID of the team, which must already exist
userId - the ID of the user, which must already exist
Returns:
the UserTeamAssociation uniquely identified by the user and team IDs
Throws:
RemoteException
ApiException

getUserTeamAssociationsByStatement

public UserTeamAssociationPage getUserTeamAssociationsByStatement(Statement filterStatement)
                                                           throws RemoteException,
                                                                  ApiException
Description copied from interface: UserTeamAssociationServiceInterface
Gets a UserTeamAssociationPage 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

Specified by:
getUserTeamAssociationsByStatement in interface UserTeamAssociationServiceInterface
Parameters:
filterStatement - a Publisher Query Language statement used to filter a set of user team associations
Returns:
the user team associations that match the given filter
Throws:
RemoteException
ApiException

performUserTeamAssociationAction

public UpdateResult performUserTeamAssociationAction(UserTeamAssociationAction userTeamAssociationAction,
                                                     Statement statement)
                                              throws RemoteException,
                                                     ApiException
Description copied from interface: UserTeamAssociationServiceInterface
Performs actions on UserTeamAssociation objects that match the given Statement.query.

Specified by:
performUserTeamAssociationAction in interface UserTeamAssociationServiceInterface
Parameters:
userTeamAssociationAction - the action to perform
Returns:
the result of the action performed
Throws:
RemoteException
ApiException

updateUserTeamAssociation

public UserTeamAssociation updateUserTeamAssociation(UserTeamAssociation userTeamAssociation)
                                              throws RemoteException,
                                                     ApiException
Description copied from interface: UserTeamAssociationServiceInterface
Updates the specified UserTeamAssociation.

Specified by:
updateUserTeamAssociation in interface UserTeamAssociationServiceInterface
Parameters:
userTeamAssociation - the user team association to update
Returns:
the updated user team association
Throws:
RemoteException
ApiException

updateUserTeamAssociations

public UserTeamAssociation[] updateUserTeamAssociations(UserTeamAssociation[] userTeamAssociations)
                                                 throws RemoteException,
                                                        ApiException
Description copied from interface: UserTeamAssociationServiceInterface
Updates the specified UserTeamAssociation objects.

Specified by:
updateUserTeamAssociations in interface UserTeamAssociationServiceInterface
Parameters:
userTeamAssociations - the user team associations to update
Returns:
the updated user team associations
Throws:
RemoteException
ApiException


Copyright © 2012. All Rights Reserved.