public class ContactServiceSoapBindingStub extends org.apache.axis.client.Stub implements ContactServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
ContactServiceSoapBindingStub() |
ContactServiceSoapBindingStub(javax.xml.rpc.Service service) |
ContactServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
Contact |
createContact(Contact contact)
Creates a new
Contact. |
Contact[] |
createContacts(Contact[] contacts)
Creates new
Contact objects. |
Contact |
getContact(Long contactId)
Returns the
Contact uniquely identified by the given
ID. |
ContactPage |
getContactsByStatement(Statement statement)
|
Contact |
updateContact(Contact contact)
Updates the specified
Contact. |
Contact[] |
updateContacts(Contact[] contacts)
Updates the specified
Contact 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 ContactServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ContactServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ContactServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic Contact createContact(Contact contact) throws RemoteException, ApiException
ContactServiceInterfaceContact.
The following fields are required:
createContact in interface ContactServiceInterfacecontact - the contact to createRemoteExceptionApiExceptionpublic Contact[] createContacts(Contact[] contacts) throws RemoteException, ApiException
ContactServiceInterfaceContact objects.createContacts in interface ContactServiceInterfacecontacts - the contacts to createRemoteExceptionApiExceptionpublic Contact getContact(Long contactId) throws RemoteException, ApiException
ContactServiceInterfaceContact uniquely identified by the given
ID.getContact in interface ContactServiceInterfacecontactId - the ID of the contact, which must already existContact uniquely identified by the given IDRemoteExceptionApiExceptionpublic ContactPage getContactsByStatement(Statement statement) throws RemoteException, ApiException
ContactServiceInterfaceContactPage of Contact objects that
satisfy the given
Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
name |
Contact.name |
email |
Contact.email |
id |
Contact.id |
comment |
Contact.comment |
companyId |
Contact.companyId |
title |
Contact.title |
cellPhone |
Contact.cellPhone |
workPhone |
Contact.workPhone |
faxPhone |
Contact.faxPhone |
status |
Contact.status |
getContactsByStatement in interface ContactServiceInterfaceRemoteExceptionApiExceptionpublic Contact updateContact(Contact contact) throws RemoteException, ApiException
ContactServiceInterfaceContact.updateContact in interface ContactServiceInterfacecontact - the contact to updateRemoteExceptionApiExceptionpublic Contact[] updateContacts(Contact[] contacts) throws RemoteException, ApiException
ContactServiceInterfaceContact objects.updateContacts in interface ContactServiceInterfacecontacts - the contacts to updateRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.