public class ActivityGroupServiceSoapBindingStub extends org.apache.axis.client.Stub implements ActivityGroupServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
ActivityGroupServiceSoapBindingStub() |
ActivityGroupServiceSoapBindingStub(javax.xml.rpc.Service service) |
ActivityGroupServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
ActivityGroup[] |
createActivityGroups(ActivityGroup[] activityGroups)
Creates a new
ActivityGroup objects. |
protected org.apache.axis.client.Call |
createCall() |
ActivityGroupPage |
getActivityGroupsByStatement(Statement filterStatement)
|
ActivityGroup[] |
updateActivityGroups(ActivityGroup[] activityGroups)
Updates the specified
ActivityGroup 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 ActivityGroupServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ActivityGroupServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ActivityGroupServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic ActivityGroup[] createActivityGroups(ActivityGroup[] activityGroups) throws RemoteException, ApiException
ActivityGroupServiceInterfaceActivityGroup objects.createActivityGroups in interface ActivityGroupServiceInterfaceactivityGroups - the activity groups to be created.RemoteExceptionApiExceptionpublic ActivityGroupPage getActivityGroupsByStatement(Statement filterStatement) throws RemoteException, ApiException
ActivityGroupServiceInterfaceActivityGroupPage of ActivityGroup
objects that satisfy the given
Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
id |
ActivityGroup.id |
name |
ActivityGroup.name |
impressionsLookback |
ActivityGroup.impressionsLookback |
clicksLookback |
ActivityGroup.clicksLookback |
status |
ActivityGroup.status |
getActivityGroupsByStatement in interface ActivityGroupServiceInterfacefilterStatement - a statement used to filter a set of activity
groupsRemoteExceptionApiExceptionpublic ActivityGroup[] updateActivityGroups(ActivityGroup[] activityGroups) throws RemoteException, ApiException
ActivityGroupServiceInterfaceActivityGroup objects.updateActivityGroups in interface ActivityGroupServiceInterfaceactivityGroups - the activity groups to update.RemoteExceptionApiExceptionCopyright © 2022. All rights reserved.