class sap.ui.model.analytics.odata4analytics.QueryResult

Visiblity: public
UX Guidelines:
Implements:
Available since: N/A
Extends:
Module: sap/ui/model/analytics/odata4analytics
Application Component: CA-UI5-COR

Representation of an entity type annotated with sap:semantics="aggregate".


Constructor

Create a representation of an analytic query. Do not create your own instances.

new sap.ui.model.analytics.odata4analytics.QueryResult(oModel, oEntityType, oEntitySet, oParameterization)
Param Type Default Value Description
oModel sap.ui.model.analytics.odata4analytics.Model

The analytical model containing this query result entity set

oEntityType sap.ui.model.analytics.odata4analytics.EntityType

The OData entity type for this query

oEntitySet sap.ui.model.analytics.odata4analytics.EntitySet

The OData entity set for this query offered by the OData service

oParameterization sap.ui.model.analytics.odata4analytics.Parameterization

The parameterization of this query, if any


Methods Overview

Method Description
findDimensionByName

Find dimension by name

findDimensionByPropertyName

Find dimension by property name

findMeasureByName

Find measure by name

findMeasureByPropertyName

Find measure by property name

getAllDimensionNames

Get the names of all dimensions included in the query result

getAllDimensions

Get all dimensions included in this query result

getAllMeasureNames

Get the names of all measures included in the query result

getAllMeasures

Get all measures included in this query result

getEntitySet

Get the entity set representing this query result in the OData model

getEntityType

Get the entity type defining the type of this query result in the OData model

getModel

Get the analytical model containing the entity set for this query result

getName

Get the name of the query result

getParameterization

Get the parameterization of this query result

getTotaledPropertiesListProperty

Get property holding the totaled property list

findDimensionByName

Find dimension by name

Param Type DefaultValue Description
sName string

Dimension name

findDimensionByPropertyName

Find dimension by property name

Param Type DefaultValue Description
sName string

Property name

findMeasureByName

Find measure by name

Param Type DefaultValue Description
sName string

Measure name

findMeasureByPropertyName

Find measure by property name

Param Type DefaultValue Description
sName string

Property name

getAllDimensionNames

Get the names of all dimensions included in the query result

getAllDimensions

Get all dimensions included in this query result

getAllMeasureNames

Get the names of all measures included in the query result

getAllMeasures

Get all measures included in this query result

getEntitySet

Get the entity set representing this query result in the OData model

getEntityType

Get the entity type defining the type of this query result in the OData model

getModel

Get the analytical model containing the entity set for this query result

getName

Get the name of the query result

getParameterization

Get the parameterization of this query result

getTotaledPropertiesListProperty

Get property holding the totaled property list