|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompanyServiceInterface
| Method Summary | |
|---|---|
Company[] |
createCompanies(Company[] companies)
Creates new Company objects. |
Company |
createCompany(Company company)
Creates a new Company. |
CompanyPage |
getCompaniesByStatement(Statement filterStatement)
Gets a CompanyPage of Company objects that
satisfy the
given Statement.query. |
Company |
getCompany(Long companyId)
Returns the Company uniquely identified by the given
ID. |
Company[] |
updateCompanies(Company[] companies)
Updates the specified Company objects. |
Company |
updateCompany(Company company)
Updates the specified Company. |
| Method Detail |
|---|
Company[] createCompanies(Company[] companies)
throws RemoteException,
ApiException
Company objects.
companies - the companies to create
RemoteException
ApiException
Company createCompany(Company company)
throws RemoteException,
ApiException
Company.
The following fields are required:
company - the company to create
RemoteException
ApiException
CompanyPage 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 companies
RemoteException
ApiException
Company getCompany(Long companyId)
throws RemoteException,
ApiException
Company uniquely identified by the given
ID.
companyId - ID of the company, which must already exist
Company uniquely identified by the given ID
RemoteException
ApiException
Company[] updateCompanies(Company[] companies)
throws RemoteException,
ApiException
Company objects.
companies - the companies to update
RemoteException
ApiException
Company updateCompany(Company company)
throws RemoteException,
ApiException
Company.
company - the company to update
RemoteException
ApiException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||