public class CompanyServiceInterfacegetCompaniesByStatement extends Object
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 |
| Modifier and Type | Field and Description |
|---|---|
protected Statement |
filterStatement |
| Constructor and Description |
|---|
CompanyServiceInterfacegetCompaniesByStatement() |
| Modifier and Type | Method and Description |
|---|---|
Statement |
getFilterStatement()
Gets the value of the filterStatement property.
|
void |
setFilterStatement(Statement value)
Sets the value of the filterStatement property.
|
protected Statement filterStatement
public CompanyServiceInterfacegetCompaniesByStatement()
Copyright © 2018. All Rights Reserved.