public class AdExclusionRuleServiceSoapBindingStub extends org.apache.axis.client.Stub implements AdExclusionRuleServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
AdExclusionRuleServiceSoapBindingStub() |
AdExclusionRuleServiceSoapBindingStub(javax.xml.rpc.Service service) |
AdExclusionRuleServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
AdExclusionRule[] |
createAdExclusionRules(AdExclusionRule[] adExclusionRules)
Creates new
AdExclusionRule objects. |
protected org.apache.axis.client.Call |
createCall() |
AdExclusionRulePage |
getAdExclusionRulesByStatement(Statement filterStatement)
|
UpdateResult |
performAdExclusionRuleAction(AdExclusionRuleAction adExclusionRuleAction,
Statement filterStatement)
Performs action on
AdExclusionRule objects that satisfy
the
given Statement.query. |
AdExclusionRule[] |
updateAdExclusionRules(AdExclusionRule[] adExclusionRules)
Updates the specified
AdExclusionRule objects. |
_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 AdExclusionRuleServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic AdExclusionRuleServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic AdExclusionRuleServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic AdExclusionRule[] createAdExclusionRules(AdExclusionRule[] adExclusionRules) throws RemoteException, ApiException
AdExclusionRuleServiceInterfaceAdExclusionRule objects.createAdExclusionRules in interface AdExclusionRuleServiceInterfaceadExclusionRules - the ad exclusion rules to createRemoteExceptionApiExceptionpublic AdExclusionRulePage getAdExclusionRulesByStatement(Statement filterStatement) throws RemoteException, ApiException
AdExclusionRuleServiceInterfaceAdExclusionRulePage of AdExclusionRule
objects that satisfy the
given Statement.query. The following fields are supported
for
filtering:
| PQL Property | Object Property |
|---|---|
id |
AdExclusionRule.id |
name |
AdExclusionRule.name |
status |
AdExclusionRule#status |
getAdExclusionRulesByStatement in interface AdExclusionRuleServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of rulesRemoteExceptionApiExceptionpublic UpdateResult performAdExclusionRuleAction(AdExclusionRuleAction adExclusionRuleAction, Statement filterStatement) throws RemoteException, ApiException
AdExclusionRuleServiceInterfaceAdExclusionRule objects that satisfy
the
given Statement.query.performAdExclusionRuleAction in interface AdExclusionRuleServiceInterfaceadExclusionRuleAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of ad exclusion rulesRemoteExceptionApiExceptionpublic AdExclusionRule[] updateAdExclusionRules(AdExclusionRule[] adExclusionRules) throws RemoteException, ApiException
AdExclusionRuleServiceInterfaceAdExclusionRule objects.updateAdExclusionRules in interface AdExclusionRuleServiceInterfaceadExclusionRules - the ad exclusion rules to updateRemoteExceptionApiExceptionCopyright © 2019. All rights reserved.