public class ProposalServiceInterfacegetMarketplaceCommentsByStatement extends Object
MarketplaceCommentPage of MarketplaceComment objects that satisfy the
given Statement.query. This method only returns comments already sent to Marketplace,
local draft ProposalMarketplaceInfo.marketplaceComment are not included. The following
fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
proposalId |
MarketplaceComment.proposalId |
proposalId, and only supports a subset of PQL syntax:[WHERE {AND ...}] [ORDER BY [ASC | DESC]] [LIMIT {[,] } | { OFFSET }]
:=
Only supports ORDER BY MarketplaceComment.creationTime.
| Modifier and Type | Field and Description |
|---|---|
protected Statement |
filterStatement |
| Constructor and Description |
|---|
ProposalServiceInterfacegetMarketplaceCommentsByStatement() |
| 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 ProposalServiceInterfacegetMarketplaceCommentsByStatement()
Copyright © 2018. All Rights Reserved.