public interface CompanyServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
Company[] |
createCompanies(Company[] companies)
Creates new
Company objects. |
CompanyPage |
getCompaniesByStatement(Statement filterStatement)
|
Company[] |
updateCompanies(Company[] companies)
Updates the specified
Company objects. |
Company[] createCompanies(Company[] companies) throws RemoteException, ApiException
Company objects.companies - the companies to createRemoteExceptionApiExceptionCompanyPage getCompaniesByStatement(Statement filterStatement) throws RemoteException, ApiException
CompanyPage 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 |
filterStatement - a Publisher Query Language statement used to
filter
a set of companiesRemoteExceptionApiExceptionCompany[] updateCompanies(Company[] companies) throws RemoteException, ApiException
Company objects.companies - the companies to updateRemoteExceptionApiExceptionCopyright © 2020. All rights reserved.