public interface ContactServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
Contact[] |
createContacts(Contact[] contacts)
Creates new
Contact objects. |
ContactPage |
getContactsByStatement(Statement statement)
|
Contact[] |
updateContacts(Contact[] contacts)
Updates the specified
Contact objects. |
Contact[] createContacts(Contact[] contacts) throws RemoteException, ApiException
Contact objects.contacts - the contacts to createRemoteExceptionApiExceptionContactPage getContactsByStatement(Statement statement) throws RemoteException, ApiException
ContactPage 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 |
filterStatement - a Publisher Query Language statement used to
filter
a set of contactsRemoteExceptionApiExceptionContact[] updateContacts(Contact[] contacts) throws RemoteException, ApiException
Contact objects.contacts - the contacts to updateRemoteExceptionApiExceptionCopyright © 2020. All rights reserved.