|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis.client.Stub
com.google.api.ads.dfp.axis.v201201.CompanyServiceSoapBindingStub
public class CompanyServiceSoapBindingStub
| 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 |
|---|
public CompanyServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public CompanyServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public CompanyServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault| Method Detail |
|---|
protected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteException
public Company[] createCompanies(Company[] companies)
throws RemoteException,
ApiException
CompanyServiceInterfaceCompany objects.
createCompanies in interface CompanyServiceInterfacecompanies - the companies to create
RemoteException
ApiException
public Company createCompany(Company company)
throws RemoteException,
ApiException
CompanyServiceInterfaceCompany.
The following fields are required:
createCompany in interface CompanyServiceInterfacecompany - the company to create
RemoteException
ApiException
public CompanyPage getCompaniesByStatement(Statement filterStatement)
throws RemoteException,
ApiException
CompanyServiceInterfaceCompanyPage 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 |
getCompaniesByStatement in interface CompanyServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of companies
RemoteException
ApiException
public Company getCompany(Long companyId)
throws RemoteException,
ApiException
CompanyServiceInterfaceCompany uniquely identified by the given
ID.
getCompany in interface CompanyServiceInterfacecompanyId - ID of the company, which must already exist
Company uniquely identified by the given ID
RemoteException
ApiException
public Company[] updateCompanies(Company[] companies)
throws RemoteException,
ApiException
CompanyServiceInterfaceCompany objects.
updateCompanies in interface CompanyServiceInterfacecompanies - the companies to update
RemoteException
ApiException
public Company updateCompany(Company company)
throws RemoteException,
ApiException
CompanyServiceInterfaceCompany.
updateCompany in interface CompanyServiceInterfacecompany - the company to update
RemoteException
ApiException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||