Query.Datagrid.Aggregate.groupCountList()

Signature

Object groupCountList(String resultSetName, String entityUri, String filter, String... groupByFieldNames)

Domain

query

Parameters

NameTypeDescription
resultSetNameStringThe resultset name
entityUriStringThe entity uri.
filterStringCondition to be satisfied by the entities in the result.
groupByFieldNamesString...Names of the fields in groupBy clause.

Returns

TypeDescription
ObjectReturn a List of rows. Each row may be a single Object column or an Object[] of columns.

Cautions

none