public class ProposalServiceSoapBindingStub extends org.apache.axis.client.Stub implements ProposalServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
ProposalServiceSoapBindingStub() |
ProposalServiceSoapBindingStub(javax.xml.rpc.Service service) |
ProposalServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
Proposal |
createProposal(Proposal proposal)
Creates a new
Proposal. |
Proposal[] |
createProposals(Proposal[] proposals)
Creates new
Proposal objects. |
Proposal |
getProposal(Long proposalId)
Returns the
Proposal uniquely identified by the given
ID. |
ProposalPage |
getProposalsByStatement(Statement filterStatement)
|
UpdateResult |
performProposalAction(ProposalAction proposalAction,
Statement filterStatement)
Performs actions on
Proposal objects that match the
given Statement.query. |
Proposal |
updateProposal(Proposal proposal)
Updates the specified
Proposal. |
Proposal[] |
updateProposals(Proposal[] proposals)
Updates the specified
Proposal 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 ProposalServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ProposalServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ProposalServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic Proposal createProposal(Proposal proposal) throws RemoteException, ApiException
ProposalServiceInterfaceProposal.
The following fields are required:
createProposal in interface ProposalServiceInterfaceproposal - the proposal to createRemoteExceptionApiExceptionpublic Proposal[] createProposals(Proposal[] proposals) throws RemoteException, ApiException
ProposalServiceInterfaceProposal objects.
For each proposal, the following fields are required:
createProposals in interface ProposalServiceInterfaceproposals - the proposals to createRemoteExceptionApiExceptionpublic Proposal getProposal(Long proposalId) throws RemoteException, ApiException
ProposalServiceInterfaceProposal uniquely identified by the given
ID.getProposal in interface ProposalServiceInterfaceproposalId - the ID of the proposal, which must already existRemoteExceptionApiExceptionpublic ProposalPage getProposalsByStatement(Statement filterStatement) throws RemoteException, ApiException
ProposalServiceInterfaceProposalPage of Proposal objects that
satisfy the given
Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
id |
Proposal.id |
name |
Proposal.name |
status |
Proposal.status |
isArchived |
Proposal.isArchived |
approvalStatus |
Proposal.approvalStatus |
lastModifiedDateTime |
Proposal.lastModifiedDateTime |
getProposalsByStatement in interface ProposalServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of proposalsRemoteExceptionApiExceptionpublic UpdateResult performProposalAction(ProposalAction proposalAction, Statement filterStatement) throws RemoteException, ApiException
ProposalServiceInterfaceProposal objects that match the
given Statement.query.
The following fields are also required when submitting proposals
for approval:
performProposalAction in interface ProposalServiceInterfaceproposalAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter a set of proposalsRemoteExceptionApiExceptionpublic Proposal updateProposal(Proposal proposal) throws RemoteException, ApiException
ProposalServiceInterfaceProposal.updateProposal in interface ProposalServiceInterfaceproposal - the proposal to updateRemoteExceptionApiExceptionpublic Proposal[] updateProposals(Proposal[] proposals) throws RemoteException, ApiException
ProposalServiceInterfaceProposal objects.updateProposals in interface ProposalServiceInterfaceproposals - the proposals to updateRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.