public class ProductServiceInterfacegetProductsByStatement extends Object
ProductPage of Product objects that satisfy the criteria specified by
given Statement.query.
When using sales management, the following fields are supported for filtering and/or sorting.
| PQL Property | Object Property | Filterable | Sortable |
|---|---|---|---|
rateCardId |
Rate card ID which the product is associated with | Yes | No |
status |
Product.status |
Yes | Yes |
lineItemType |
Product.lineItemType |
Yes | Yes |
productType |
Product.productType |
Yes | Yes |
rateType |
Product.rateType |
Yes | Yes |
productTemplateId |
Product.productTemplateId |
Yes | No |
name |
Product.name |
Yes | Yes |
description |
Product#description |
Yes | No |
id |
Product.id |
Yes | Yes |
lastModifiedDateTime |
Product.lastModifiedDateTime |
Yes | Yes |
| Constructor and Description |
|---|
ProductServiceInterfacegetProductsByStatement() |
| Modifier and Type | Method and Description |
|---|---|
Statement |
getStatement()
Gets the value of the statement property.
|
void |
setStatement(Statement value)
Sets the value of the statement property.
|
protected Statement statement
Copyright © 2018. All Rights Reserved.