public class CompanyServiceSoapBindingStub extends org.apache.axis.client.Stub implements CompanyServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
CompanyServiceSoapBindingStub() |
CompanyServiceSoapBindingStub(javax.xml.rpc.Service service) |
CompanyServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
Company[] |
createCompanies(Company[] companies)
Creates new
Company objects. |
CompanyPage |
getCompaniesByStatement(Statement filterStatement)
|
UpdateResult |
performCompanyAction(CompanyAction companyAction,
Statement statement)
Performs actions on
Company objects that match the
given Statement. |
Company[] |
updateCompanies(Company[] companies)
Updates the specified
Company 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 CompanyServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic CompanyServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic CompanyServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic Company[] createCompanies(Company[] companies) throws RemoteException, ApiException
CompanyServiceInterfaceCompany objects.createCompanies in interface CompanyServiceInterfacecompanies - the companies to createRemoteExceptionApiExceptionpublic CompanyPage getCompaniesByStatement(Statement filterStatement) throws RemoteException, ApiException
CompanyServiceInterfaceCompanyPage of Company objects that
satisfy the
given Statement.query. The following fields are supported
for
filtering:
| PQL Property | Object Property |
|---|---|
id |
Company.id |
name |
Company.name |
type |
Company.type |
lastModifiedDateTime |
Company.lastModifiedDateTime |
getCompaniesByStatement in interface CompanyServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of companiesRemoteExceptionApiExceptionpublic UpdateResult performCompanyAction(CompanyAction companyAction, Statement statement) throws RemoteException, ApiException
CompanyServiceInterfaceCompany objects that match the
given Statement.performCompanyAction in interface CompanyServiceInterfacecompanyAction - the action to performstatement - a PQL statement used to filter companiesApiExceptionRemoteExceptionpublic Company[] updateCompanies(Company[] companies) throws RemoteException, ApiException
CompanyServiceInterfaceCompany objects.updateCompanies in interface CompanyServiceInterfacecompanies - the companies to updateRemoteExceptionApiExceptionCopyright © 2022. All rights reserved.