class sap.ui.model.analytics.odata4analytics.Parameterization

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="parameters".


Constructor

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

new sap.ui.model.analytics.odata4analytics.Parameterization(oEntityType, oEntitySet)
Param Type Default Value Description
oEntityType sap.ui.model.analytics.odata4analytics.EntityType

The OData entity type for this parameterization

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

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


Methods Overview

Method Description
findParameterByName

Find parameter by name

getAllParameterNames

Get the names of all parameters part of the parameterization

getAllParameters

Get all parameters included in this parameterization

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

getName

Get the name of the parameter

getNavigationPropertyToQueryResult

Get navigation property to query result

findParameterByName

Find parameter by name

Param Type DefaultValue Description
sName string

Parameter name

getAllParameterNames

Get the names of all parameters part of the parameterization

getAllParameters

Get all parameters included in this parameterization

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

getName

Get the name of the parameter

getNavigationPropertyToQueryResult

Get navigation property to query result