com.sap.sl.sdk.authoring.businesslayer
Interface RelationalBusinessLayer

All Superinterfaces:
BusinessLayer, Customizable, Nameable, QueryScriptCustomizable, SlResource

public interface RelationalBusinessLayer
extends BusinessLayer

A representation of the 'Relational Business Layer' model object.

See:

The following features are supported:


Method Summary
 java.util.List<AggregateIncompatibility> getAggregateIncompatibilities()
          Returns the value of the 'Aggregate Incompatibilities' reference list.
 java.lang.String getDataFoundationPath()
          Returns the value of the 'Data Foundation Path' attribute.
 void setDataFoundationPath(java.lang.String value)
          Sets the value of the 'Data Foundation Path' attribute.
 
Methods inherited from interface com.sap.sl.sdk.authoring.businesslayer.BusinessLayer
getBlItem, getBusinessLayerViews, getComments, getCoreUniverseReferences, getCostEstimateExcessTime, getCustomNavigationPaths, getDescription, getLovs, getNavigationPathMode, getParameters, getQueryExecutionTimeLimit, getResultSetSizeLimit, getRootFolder, isComplexOperandsInFilterAllowed, isCostEstimateWarningEnabled, isMasterViewHidden, isMultipleSQLStatementsPerMeasureAllowed, isQueryExecutionTimeLimited, isQueryStrippingAllowed, isResultSetSizeLimited, isUseOfCombinedQueriesAllowed, isUseOfSubqueriesAllowed, setComments, setComplexOperandsInFilterAllowed, setCostEstimateExcessTime, setCostEstimateWarningEnabled, setDescription, setMasterViewHidden, setMultipleSQLStatementsPerMeasureAllowed, setNavigationPathMode, setQueryExecutionTimeLimit, setQueryExecutionTimeLimited, setQueryStrippingAllowed, setResultSetSizeLimit, setResultSetSizeLimited, setUseOfCombinedQueriesAllowed, setUseOfSubqueriesAllowed
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.SlResource
getResourcePath
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Nameable
getName, setName
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Customizable
getCustomProperties
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.QueryScriptCustomizable
getQueryScriptProperties, resetQueryScriptProperties
 

Method Detail

getDataFoundationPath

java.lang.String getDataFoundationPath()
Returns the value of the 'Data Foundation Path' attribute.

This is the path to the data foundation file.

Returns:
the value of the 'Data Foundation Path' attribute.
See Also:
setDataFoundationPath(String)

setDataFoundationPath

void setDataFoundationPath(java.lang.String value)
Sets the value of the 'Data Foundation Path' attribute.

This is the path to an existing data foundation (.dfx). Validation will be done at save time.

Parameters:
value - the new value of the 'Data Foundation Path' attribute.
See Also:
getDataFoundationPath()

getAggregateIncompatibilities

java.util.List<AggregateIncompatibility> getAggregateIncompatibilities()
Returns the value of the 'Aggregate Incompatibilities' reference list. The list contents are of type AggregateIncompatibility.

This is the list of aggregate incompatibilities defined between business layer objects and aggregate tables of the database.

Returns:
the value of the 'Aggregate Incompatibilities' reference list.


© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.