public class AudienceSegmentServiceSoapBindingStub extends org.apache.axis.client.Stub implements AudienceSegmentServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
AudienceSegmentServiceSoapBindingStub() |
AudienceSegmentServiceSoapBindingStub(javax.xml.rpc.Service service) |
AudienceSegmentServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
FirstPartyAudienceSegment[] |
createAudienceSegments(FirstPartyAudienceSegment[] segments)
Creates new
RuleBasedFirstPartyAudienceSegment objects. |
protected org.apache.axis.client.Call |
createCall() |
AudienceSegmentPage |
getAudienceSegmentsByStatement(Statement filterStatement)
|
UpdateResult |
performAudienceSegmentAction(AudienceSegmentAction action,
Statement filterStatement)
Performs the given
AudienceSegmentAction on the set
of segments identified by the given
statement. |
FirstPartyAudienceSegment[] |
updateAudienceSegments(FirstPartyAudienceSegment[] segments)
Updated the given
RuleBasedFirstPartyAudienceSegment
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 AudienceSegmentServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic AudienceSegmentServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic AudienceSegmentServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic FirstPartyAudienceSegment[] createAudienceSegments(FirstPartyAudienceSegment[] segments) throws RemoteException, ApiException
AudienceSegmentServiceInterfaceRuleBasedFirstPartyAudienceSegment objects.createAudienceSegments in interface AudienceSegmentServiceInterfacesegments - first-party audience segments to createRemoteExceptionApiExceptionpublic AudienceSegmentPage getAudienceSegmentsByStatement(Statement filterStatement) throws RemoteException, ApiException
AudienceSegmentServiceInterfaceAudienceSegmentPage of AudienceSegment
objects that satisfy the given
Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
id |
AudienceSegment.id |
name |
AudienceSegment.name |
status |
AudienceSegment.status |
type |
AudienceSegment.type |
size |
AudienceSegment.size |
dataProviderName |
AudienceSegmentDataProvider.name |
approvalStatus |
ThirdPartyAudienceSegment.approvalStatus |
cost |
ThirdPartyAudienceSegment.cost |
startDateTime |
ThirdPartyAudienceSegment.startDateTime |
endDateTime |
ThirdPartyAudienceSegment.endDateTime |
getAudienceSegmentsByStatement in interface AudienceSegmentServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter a set of audience
segmentsRemoteExceptionApiExceptionpublic UpdateResult performAudienceSegmentAction(AudienceSegmentAction action, Statement filterStatement) throws RemoteException, ApiException
AudienceSegmentServiceInterfaceAudienceSegmentAction on the set
of segments identified by the given
statement.performAudienceSegmentAction in interface AudienceSegmentServiceInterfaceaction - AudienceSegmentAction to performfilterStatement - a Publisher Query Language statement used to
filter a set of audience
segmentsUpdateResult indicating the resultRemoteExceptionApiExceptionpublic FirstPartyAudienceSegment[] updateAudienceSegments(FirstPartyAudienceSegment[] segments) throws RemoteException, ApiException
AudienceSegmentServiceInterfaceRuleBasedFirstPartyAudienceSegment
objects.updateAudienceSegments in interface AudienceSegmentServiceInterfacesegments - first-party audience segments to updateRemoteExceptionApiExceptionCopyright © 2013. All Rights Reserved.