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 |
createProposalLineItem(ProposalLineItem proposalLineItem)
Creates a new
ProposalLineItem. |
ProposalLineItem[] |
createProposalLineItems(ProposalLineItem[] proposalLineItems)
Creates new
ProposalLineItem objects. |
ProposalLineItem |
getProposalLineItem(Long proposalLineItemId)
Returns the
ProposalLineItem uniquely identified by
the given ID. |
ProposalLineItemPage |
getProposalLineItemsByStatement(Statement filterStatement)
|
UpdateResult |
performProposalLineItemAction(ProposalLineItemAction proposalLineItemAction,
Statement filterStatement)
Performs actions on
ProposalLineItem objects that match
the given Statement.query. |
ProposalLineItem |
updateProposalLineItem(ProposalLineItem proposalLineItem)
Updates the specified
ProposalLineItem. |
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 createProposalLineItem(ProposalLineItem proposalLineItem) throws RemoteException, ApiException
ProposalLineItemServiceInterfaceProposalLineItem.
The following fields are required:
createProposalLineItem in interface ProposalLineItemServiceInterfaceproposalLineItem - the proposal line item to createRemoteExceptionApiExceptionpublic ProposalLineItem[] createProposalLineItems(ProposalLineItem[] proposalLineItems) throws RemoteException, ApiException
ProposalLineItemServiceInterfaceProposalLineItem objects.
For each proposal line item, the following fields are required:
createProposalLineItems in interface ProposalLineItemServiceInterfaceproposalLineItems - the proposal line items to createRemoteExceptionApiExceptionpublic ProposalLineItem getProposalLineItem(Long proposalLineItemId) throws RemoteException, ApiException
ProposalLineItemServiceInterfaceProposalLineItem uniquely identified by
the given ID.getProposalLineItem in interface ProposalLineItemServiceInterfaceproposalLineItemId - the ID of the proposal line item, which
must already existRemoteExceptionApiExceptionpublic 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 |
isArchived |
ProposalLineItem.isArchived |
lastModifiedDateTime |
ProposalLineItem.lastModifiedDateTime |
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 updateProposalLineItem(ProposalLineItem proposalLineItem) throws RemoteException, ApiException
ProposalLineItemServiceInterfaceProposalLineItem.updateProposalLineItem in interface ProposalLineItemServiceInterfaceproposalLineItem - the proposal line item to updateRemoteExceptionApiExceptionpublic ProposalLineItem[] updateProposalLineItems(ProposalLineItem[] proposalLineItems) throws RemoteException, ApiException
ProposalLineItemServiceInterfaceProposalLineItem objects.updateProposalLineItems in interface ProposalLineItemServiceInterfaceproposalLineItems - the proposal line items to updateRemoteExceptionApiExceptionCopyright © 2013. All Rights Reserved.