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

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

public class CreativeSetServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements CreativeSetServiceInterface


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
CreativeSetServiceSoapBindingStub()
           
CreativeSetServiceSoapBindingStub(javax.xml.rpc.Service service)
           
CreativeSetServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 CreativeSet createCreativeSet(CreativeSet creativeSet)
          Creates a new CreativeSet.
 CreativeSet getCreativeSet(Long creativeSetId)
          Returns the CreativeSet uniquely identified by the given ID.
 CreativeSetPage getCreativeSetsByStatement(Statement statement)
          Gets a CreativeSetPage of CreativeSet objects that satisfy the given Statement.query.
 CreativeSet updateCreativeSet(CreativeSet creativeSet)
          Updates the specified CreativeSet.
 
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

CreativeSetServiceSoapBindingStub

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

CreativeSetServiceSoapBindingStub

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

CreativeSetServiceSoapBindingStub

public CreativeSetServiceSoapBindingStub(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

createCreativeSet

public CreativeSet createCreativeSet(CreativeSet creativeSet)
                              throws RemoteException,
                                     ApiException
Description copied from interface: CreativeSetServiceInterface
Creates a new CreativeSet.

Specified by:
createCreativeSet in interface CreativeSetServiceInterface
Parameters:
creativeSet - the creative set to create
Returns:
the creative set with its ID filled in
Throws:
RemoteException
ApiException

getCreativeSet

public CreativeSet getCreativeSet(Long creativeSetId)
                           throws RemoteException,
                                  ApiException
Description copied from interface: CreativeSetServiceInterface
Returns the CreativeSet uniquely identified by the given ID.

Specified by:
getCreativeSet in interface CreativeSetServiceInterface
Parameters:
creativeSetId - the ID of the creative set, which must already exist
Returns:
the CreativeSet uniquely identified by the given ID
Throws:
RemoteException
ApiException

getCreativeSetsByStatement

public CreativeSetPage getCreativeSetsByStatement(Statement statement)
                                           throws RemoteException,
                                                  ApiException
Description copied from interface: CreativeSetServiceInterface
Gets a CreativeSetPage of CreativeSet objects that satisfy the given Statement.query. The following fields are supported for filtering:
PQL Property Object Property
id CreativeSet.id
name CreativeSet.name
masterCreativeId CreativeSet.masterCreativeId

Specified by:
getCreativeSetsByStatement in interface CreativeSetServiceInterface
Returns:
the creative sets that match the given filter
Throws:
RemoteException
ApiException

updateCreativeSet

public CreativeSet updateCreativeSet(CreativeSet creativeSet)
                              throws RemoteException,
                                     ApiException
Description copied from interface: CreativeSetServiceInterface
Updates the specified CreativeSet.

Specified by:
updateCreativeSet in interface CreativeSetServiceInterface
Parameters:
creativeSet - the creative set to update
Returns:
the updated creative set
Throws:
RemoteException
ApiException


Copyright © 2012. All Rights Reserved.