public interface ProposalLineItemServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
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. |
ProposalLineItem[] createProposalLineItems(ProposalLineItem[] proposalLineItems) throws RemoteException, ApiException
ProposalLineItem objects.
For each proposal line item, the following fields are required:
proposalLineItems - the proposal line items to createRemoteExceptionApiExceptionProposalLineItemPage getProposalLineItemsByStatement(Statement filterStatement) throws RemoteException, ApiException
ProposalLineItemPage 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 |
isArchived |
ProposalLineItem.isArchived |
lastModifiedDateTime |
ProposalLineItem.lastModifiedDateTime |
useThirdPartyAdServerFromProposal |
ProposalLineItem.useThirdPartyAdServerFromProposal |
thirdPartyAdServerId |
ProposalLineItem.thirdPartyAdServerId |
customThirdPartyAdServerName |
ProposalLineItem.customThirdPartyAdServerName |
filterStatement - a Publisher Query Language statement used to
filter
a set of proposal line itemsRemoteExceptionApiExceptionUpdateResult performProposalLineItemAction(ProposalLineItemAction proposalLineItemAction, Statement filterStatement) throws RemoteException, ApiException
ProposalLineItem objects that match
the given Statement.query.proposalLineItemAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter a set of
proposal line itemsRemoteExceptionApiExceptionProposalLineItem[] updateProposalLineItems(ProposalLineItem[] proposalLineItems) throws RemoteException, ApiException
ProposalLineItem objects.proposalLineItems - the proposal line items to updateRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.