public class CustomTargetingServiceSoapBindingStub extends org.apache.axis.client.Stub implements CustomTargetingServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
CustomTargetingServiceSoapBindingStub() |
CustomTargetingServiceSoapBindingStub(javax.xml.rpc.Service service) |
CustomTargetingServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
_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 CustomTargetingServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic CustomTargetingServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic CustomTargetingServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic CustomTargetingKey[] createCustomTargetingKeys(CustomTargetingKey[] keys) throws RemoteException, ApiException
CustomTargetingServiceInterfaceCustomTargetingKey objects.
The following fields are required:
createCustomTargetingKeys in interface CustomTargetingServiceInterfaceRemoteExceptionApiExceptionpublic CustomTargetingValue[] createCustomTargetingValues(CustomTargetingValue[] values) throws RemoteException, ApiException
CustomTargetingServiceInterfaceCustomTargetingValue objects.
The following fields are required:
createCustomTargetingValues in interface CustomTargetingServiceInterfaceRemoteExceptionApiExceptionpublic CustomTargetingKeyPage getCustomTargetingKeysByStatement(Statement filterStatement) throws RemoteException, ApiException
CustomTargetingServiceInterfaceCustomTargetingKeyPage of CustomTargetingKey
objects that satisfy the
given Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
id |
CustomTargetingKey.id |
name |
CustomTargetingKey.name |
displayName |
CustomTargetingKey.displayName |
type |
CustomTargetingKey.type |
getCustomTargetingKeysByStatement in interface CustomTargetingServiceInterfaceRemoteExceptionApiExceptionpublic CustomTargetingValuePage getCustomTargetingValuesByStatement(Statement filterStatement) throws RemoteException, ApiException
CustomTargetingServiceInterfaceCustomTargetingValuePage of CustomTargetingValue
objects that satisfy
the given Statement.query.
The WHERE clause in the Statement.query
must always contain CustomTargetingValue.customTargetingKeyId as one of its columns
in a way that it is AND'ed
with the rest of the query. So, if you want to retrieve values
for a known set of key ids,
valid Statement.query would look like:
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
CustomTargetingValue.id |
customTargetingKeyId |
CustomTargetingValue.customTargetingKeyId |
name |
CustomTargetingValue.name |
displayName |
CustomTargetingValue.displayName |
matchType |
CustomTargetingValue.matchType |
getCustomTargetingValuesByStatement in interface CustomTargetingServiceInterfaceRemoteExceptionApiExceptionpublic UpdateResult performCustomTargetingKeyAction(CustomTargetingKeyAction customTargetingKeyAction, Statement filterStatement) throws RemoteException, ApiException
CustomTargetingServiceInterfaceCustomTargetingKey objects that
match the given Statement.query.performCustomTargetingKeyAction in interface CustomTargetingServiceInterfaceRemoteExceptionApiExceptionpublic UpdateResult performCustomTargetingValueAction(CustomTargetingValueAction customTargetingValueAction, Statement filterStatement) throws RemoteException, ApiException
CustomTargetingServiceInterfaceCustomTargetingValue objects that
match the given Statement.query.performCustomTargetingValueAction in interface CustomTargetingServiceInterfaceRemoteExceptionApiExceptionpublic CustomTargetingKey[] updateCustomTargetingKeys(CustomTargetingKey[] keys) throws RemoteException, ApiException
CustomTargetingServiceInterfaceCustomTargetingKey objects.updateCustomTargetingKeys in interface CustomTargetingServiceInterfaceRemoteExceptionApiExceptionpublic CustomTargetingValue[] updateCustomTargetingValues(CustomTargetingValue[] values) throws RemoteException, ApiException
CustomTargetingServiceInterfaceCustomTargetingValue objects.updateCustomTargetingValues in interface CustomTargetingServiceInterfaceRemoteExceptionApiExceptionCopyright © 2024. All rights reserved.