public class ProductPackageServiceInterfacegetProductPackagesByStatement extends Object
ProductPackagePage of ProductPackage objects
that satisfy the filtering criteria specified by given Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
ProductPackage.id |
name |
ProductPackage.name |
notes |
ProductPackage.notes |
status |
ProductPackage.status |
isArchived |
ProductPackage.isArchived |
lastModifiedDateTime |
ProductPackage.lastModifiedDateTime |
| Constructor and Description |
|---|
ProductPackageServiceInterfacegetProductPackagesByStatement() |
| 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.