public class LineItemCreativeAssociationServiceSoapBindingStub extends org.apache.axis.client.Stub implements LineItemCreativeAssociationServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
LineItemCreativeAssociationServiceSoapBindingStub() |
LineItemCreativeAssociationServiceSoapBindingStub(javax.xml.rpc.Service service) |
LineItemCreativeAssociationServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
LineItemCreativeAssociation[] |
createLineItemCreativeAssociations(LineItemCreativeAssociation[] lineItemCreativeAssociations)
Creates new
LineItemCreativeAssociation objects |
LineItemCreativeAssociationPage |
getLineItemCreativeAssociationsByStatement(Statement filterStatement)
Gets a
LineItemCreativeAssociationPage of
LineItemCreativeAssociation objects that satisfy the
given
Statement.query. |
String |
getPreviewUrl(Long lineItemId,
Long creativeId,
String siteUrl)
Returns an insite preview URL that references the specified
site URL with
the specified creative from the association served to it.
|
CreativeNativeStylePreview[] |
getPreviewUrlsForNativeStyles(Long lineItemId,
Long creativeId,
String siteUrl)
Returns a list of URLs that reference the specified site URL
with the specified creative from
the association served to it.
|
UpdateResult |
performLineItemCreativeAssociationAction(LineItemCreativeAssociationAction lineItemCreativeAssociationAction,
Statement filterStatement)
Performs actions on
LineItemCreativeAssociation objects
that match
the given Statement.query. |
LineItemCreativeAssociation[] |
updateLineItemCreativeAssociations(LineItemCreativeAssociation[] lineItemCreativeAssociations)
Updates the specified
LineItemCreativeAssociation 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 LineItemCreativeAssociationServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic LineItemCreativeAssociationServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic LineItemCreativeAssociationServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic LineItemCreativeAssociation[] createLineItemCreativeAssociations(LineItemCreativeAssociation[] lineItemCreativeAssociations) throws RemoteException, ApiException
LineItemCreativeAssociationServiceInterfaceLineItemCreativeAssociation objectscreateLineItemCreativeAssociations in interface LineItemCreativeAssociationServiceInterfacelineItemCreativeAssociations - the line item creative associations
to
createRemoteExceptionApiExceptionpublic LineItemCreativeAssociationPage getLineItemCreativeAssociationsByStatement(Statement filterStatement) throws RemoteException, ApiException
LineItemCreativeAssociationServiceInterfaceLineItemCreativeAssociationPage of
LineItemCreativeAssociation objects that satisfy the
given
Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
creativeId |
LineItemCreativeAssociation.creativeId |
manualCreativeRotationWeight |
LineItemCreativeAssociation.manualCreativeRotationWeight |
destinationUrl |
LineItemCreativeAssociation.destinationUrl |
lineItemId |
LineItemCreativeAssociation.lineItemId |
status |
LineItemCreativeAssociation.status |
lastModifiedDateTime |
LineItemCreativeAssociation.lastModifiedDateTime |
getLineItemCreativeAssociationsByStatement in interface LineItemCreativeAssociationServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of line item creative associationsRemoteExceptionApiExceptionpublic String getPreviewUrl(Long lineItemId, Long creativeId, String siteUrl) throws RemoteException, ApiException
LineItemCreativeAssociationServiceInterfacegetPreviewUrl in interface LineItemCreativeAssociationServiceInterfacelineItemId - the ID of the line item, which must already existcreativeId - the ID of the creative, which must already existsiteUrl - the URL of the site that the creative should be previewed
inRemoteExceptionApiExceptionpublic CreativeNativeStylePreview[] getPreviewUrlsForNativeStyles(Long lineItemId, Long creativeId, String siteUrl) throws RemoteException, ApiException
LineItemCreativeAssociationServiceInterfacegetPreviewUrlsForNativeStyles in interface LineItemCreativeAssociationServiceInterfacelineItemId - the ID of the line item, which must already existcreativeId - the ID of the creative, which must already exist
and must be a native
creativesiteUrl - the URL of the site that the creative should be previewed
inRemoteExceptionApiExceptionpublic UpdateResult performLineItemCreativeAssociationAction(LineItemCreativeAssociationAction lineItemCreativeAssociationAction, Statement filterStatement) throws RemoteException, ApiException
LineItemCreativeAssociationServiceInterfaceLineItemCreativeAssociation objects
that match
the given Statement.query.performLineItemCreativeAssociationAction in interface LineItemCreativeAssociationServiceInterfacelineItemCreativeAssociationAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of line item creative associationsRemoteExceptionApiExceptionpublic LineItemCreativeAssociation[] updateLineItemCreativeAssociations(LineItemCreativeAssociation[] lineItemCreativeAssociations) throws RemoteException, ApiException
LineItemCreativeAssociationServiceInterfaceLineItemCreativeAssociation objectsupdateLineItemCreativeAssociations in interface LineItemCreativeAssociationServiceInterfacelineItemCreativeAssociations - the line item creative associations
to
updateRemoteExceptionApiExceptionCopyright © 2018. All Rights Reserved.