public class ReconciliationReportRowServiceSoapBindingStub extends org.apache.axis.client.Stub implements ReconciliationReportRowServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
ReconciliationReportRowServiceSoapBindingStub() |
ReconciliationReportRowServiceSoapBindingStub(javax.xml.rpc.Service service) |
ReconciliationReportRowServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
ReconciliationReportRowPage |
getReconciliationReportRowsByStatement(Statement filterStatement)
Gets a
ReconciliationReportRowPage of ReconciliationReportRow
objects that
satisfy the given Statement.query. |
ReconciliationReportRow[] |
updateReconciliationReportRows(ReconciliationReportRow[] reconciliationReportRows)
Updates a list of
ReconciliationReportRow which belong
to same
ReconciliationReport. |
_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 ReconciliationReportRowServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ReconciliationReportRowServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ReconciliationReportRowServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic ReconciliationReportRowPage getReconciliationReportRowsByStatement(Statement filterStatement) throws RemoteException, ApiException
ReconciliationReportRowServiceInterfaceReconciliationReportRowPage of ReconciliationReportRow
objects that
satisfy the given Statement.query. The following fields
are supported for filtering:
| PQL Property | Object Property |
|---|---|
reconciliationReportId |
ReconciliationReportRow.reconciliationReportId |
advertiserId |
ReconciliationReportRow.advertiserId |
orderId |
ReconciliationReportRow.orderId |
lineItemId |
ReconciliationReportRow.lineItemId |
creativeId |
ReconciliationReportRow.creativeId |
lineItemCostType |
ReconciliationReportRow#lineItemCostType |
dfpClicks |
ReconciliationReportRow#dfpClicks |
dfpImpressions |
ReconciliationReportRow#dfpImpressions |
dfpLineItemDays |
ReconciliationReportRow#dfpLineItemDays |
thirdPartyClicks |
ReconciliationReportRow#thirdPartyClicks |
thirdPartyImpressions |
ReconciliationReportRow#thirdPartyImpressions |
thirdPartyLineItemDays |
ReconciliationReportRow#thirdPartyLineItemDays |
manualClicks |
ReconciliationReportRow#manualClicks |
manualImpressions |
ReconciliationReportRow#manualImpressions |
manualLineItemDays |
ReconciliationReportRow#manualLineItemDays |
reconciledClicks |
ReconciliationReportRow#reconciledClicks |
reconciledImpressions |
ReconciliationReportRow#reconciledImpressions |
reconciledLineItemDays |
ReconciliationReportRow#reconciledLineItemDays |
reconciliationReportId field is required and can
only be combined with an
AND to other conditions. Furthermore, the results
may only belong to
one ReconciliationReport.getReconciliationReportRowsByStatement in interface ReconciliationReportRowServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter a set of reconciliation report rowsRemoteExceptionApiExceptionpublic ReconciliationReportRow[] updateReconciliationReportRows(ReconciliationReportRow[] reconciliationReportRows) throws RemoteException, ApiException
ReconciliationReportRowServiceInterfaceReconciliationReportRow which belong
to same
ReconciliationReport.updateReconciliationReportRows in interface ReconciliationReportRowServiceInterfacereconciliationReportRows - a list of reconciliation report rows
to updateRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.