public class ProposalLineItemServiceSoapBindingStub extends org.apache.axis.client.Stub implements ProposalLineItemServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
ProposalLineItemServiceSoapBindingStub() |
ProposalLineItemServiceSoapBindingStub(javax.xml.rpc.Service service) |
ProposalLineItemServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
ProposalLineItem[] |
createMakegoods(ProposalLineItemMakegoodInfo[] makegoodInfos)
Creates makegood proposal line items given the specifications
provided.
|
ProposalLineItem[] |
createProposalLineItems(ProposalLineItem[] proposalLineItems)
Creates new
ProposalLineItem objects. |
ProposalLineItemPage |
getProposalLineItemsByStatement(Statement filterStatement)
|
UpdateResult |
performProposalLineItemAction(ProposalLineItemAction proposalLineItemAction,
Statement filterStatement)
Performs actions on
ProposalLineItem objects that match
the given Statement.query. |
ProposalLineItem[] |
updateProposalLineItems(ProposalLineItem[] proposalLineItems)
Updates the specified
ProposalLineItem 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 ProposalLineItemServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ProposalLineItemServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ProposalLineItemServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic ProposalLineItem[] createMakegoods(ProposalLineItemMakegoodInfo[] makegoodInfos) throws RemoteException, ApiException
ProposalLineItemServiceInterfacecreateMakegoods in interface ProposalLineItemServiceInterfaceRemoteExceptionApiExceptionpublic ProposalLineItem[] createProposalLineItems(ProposalLineItem[] proposalLineItems) throws RemoteException, ApiException
ProposalLineItemServiceInterfaceProposalLineItem objects.createProposalLineItems in interface ProposalLineItemServiceInterfaceproposalLineItems - the proposal line items to createRemoteExceptionApiExceptionpublic ProposalLineItemPage getProposalLineItemsByStatement(Statement filterStatement) throws RemoteException, ApiException
ProposalLineItemServiceInterfaceProposalLineItemPage of ProposalLineItem
objects
that satisfy the given Statement.query. The following
fields are supported for
filtering:
| PQL Property | Object Property |
|---|---|
id |
ProposalLineItem.id |
name |
ProposalLineItem.name |
proposalId |
ProposalLineItem.proposalId |
startDateTime |
ProposalLineItem.startDateTime |
endDateTime |
ProposalLineItem.endDateTime |
isArchived |
ProposalLineItem.isArchived |
lastModifiedDateTime |
ProposalLineItem.lastModifiedDateTime |
useThirdPartyAdServerFromProposal
Only applicable for non-programmatic proposal line items using
sales management
|
ProposalLineItem#useThirdPartyAdServerFromProposal |
thirdPartyAdServerId
Only applicable for non-programmatic proposal line items using
sales management
|
ProposalLineItem#thirdPartyAdServerId |
customThirdPartyAdServerName
Only applicable for non-programmatic proposal line items using
sales management
|
ProposalLineItem#customThirdPartyAdServerName |
isProgrammatic |
ProposalLineItem.isProgrammatic |
getProposalLineItemsByStatement in interface ProposalLineItemServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of proposal line itemsRemoteExceptionApiExceptionpublic UpdateResult performProposalLineItemAction(ProposalLineItemAction proposalLineItemAction, Statement filterStatement) throws RemoteException, ApiException
ProposalLineItemServiceInterfaceProposalLineItem objects that match
the given Statement.query.performProposalLineItemAction in interface ProposalLineItemServiceInterfaceproposalLineItemAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter a set of
proposal line itemsRemoteExceptionApiExceptionpublic ProposalLineItem[] updateProposalLineItems(ProposalLineItem[] proposalLineItems) throws RemoteException, ApiException
ProposalLineItemServiceInterfaceProposalLineItem objects.updateProposalLineItems in interface ProposalLineItemServiceInterfaceproposalLineItems - the proposal line items to updateRemoteExceptionApiExceptionCopyright © 2022. All rights reserved.