com.google.api.ads.dfp.axis.v201204
Class CompanyServiceSoapBindingStub

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

public class CompanyServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements CompanyServiceInterface


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
CompanyServiceSoapBindingStub()
           
CompanyServiceSoapBindingStub(javax.xml.rpc.Service service)
           
CompanyServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 Company[] createCompanies(Company[] companies)
          Creates new Company objects.
 Company createCompany(Company company)
          Creates a new Company.
 CompanyPage getCompaniesByStatement(Statement filterStatement)
          Gets a CompanyPage of Company objects that satisfy the given Statement.query.
 Company getCompany(Long companyId)
          Returns the Company uniquely identified by the given ID.
 Company[] updateCompanies(Company[] companies)
          Updates the specified Company objects.
 Company updateCompany(Company company)
          Updates the specified Company.
 
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

CompanyServiceSoapBindingStub

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

CompanyServiceSoapBindingStub

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

CompanyServiceSoapBindingStub

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

createCompanies

public Company[] createCompanies(Company[] companies)
                          throws RemoteException,
                                 ApiException
Description copied from interface: CompanyServiceInterface
Creates new Company objects.

Specified by:
createCompanies in interface CompanyServiceInterface
Parameters:
companies - the companies to create
Returns:
the created companies with their IDs filled in
Throws:
RemoteException
ApiException

createCompany

public Company createCompany(Company company)
                      throws RemoteException,
                             ApiException
Description copied from interface: CompanyServiceInterface
Creates a new Company. The following fields are required:

Specified by:
createCompany in interface CompanyServiceInterface
Parameters:
company - the company to create
Returns:
the new company with its ID filled in
Throws:
RemoteException
ApiException

getCompaniesByStatement

public CompanyPage getCompaniesByStatement(Statement filterStatement)
                                    throws RemoteException,
                                           ApiException
Description copied from interface: CompanyServiceInterface
Gets a CompanyPage of Company objects that satisfy the given Statement.query. The following fields are supported for filtering:
PQL Property Object Property
id Company.id
name Company.name
type Company.type
lastModifiedDateTime Company.lastModifiedDateTime

Specified by:
getCompaniesByStatement in interface CompanyServiceInterface
Parameters:
filterStatement - a Publisher Query Language statement used to filter a set of companies
Returns:
the companies that match the given filter
Throws:
RemoteException
ApiException

getCompany

public Company getCompany(Long companyId)
                   throws RemoteException,
                          ApiException
Description copied from interface: CompanyServiceInterface
Returns the Company uniquely identified by the given ID.

Specified by:
getCompany in interface CompanyServiceInterface
Parameters:
companyId - ID of the company, which must already exist
Returns:
the Company uniquely identified by the given ID
Throws:
RemoteException
ApiException

updateCompanies

public Company[] updateCompanies(Company[] companies)
                          throws RemoteException,
                                 ApiException
Description copied from interface: CompanyServiceInterface
Updates the specified Company objects.

Specified by:
updateCompanies in interface CompanyServiceInterface
Parameters:
companies - the companies to update
Returns:
the updated companies
Throws:
RemoteException
ApiException

updateCompany

public Company updateCompany(Company company)
                      throws RemoteException,
                             ApiException
Description copied from interface: CompanyServiceInterface
Updates the specified Company.

Specified by:
updateCompany in interface CompanyServiceInterface
Parameters:
company - the company to update
Returns:
the updated company
Throws:
RemoteException
ApiException


Copyright © 2012. All Rights Reserved.