| Package | Description |
|---|---|
| com.sap.sl.sdk.authoring.businesslayer |
This package provides classes to create business layers and manage business layer objects.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OlapBusinessLayer
A representation of the 'Olap Business Layer' model object.
|
interface |
RelationalBusinessLayer
A representation of the 'Relational Business Layer' model object.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessLayer |
RootFolder.getBusinessLayer()
Returns the value of the 'Business Layer' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessHierarchicalLov |
BusinessLayerFactory.createBusinessHierarchicalLov(java.lang.String name,
BusinessLayer businessLayer)
Creates a business hierarchical list of values and adds it to the given business layer.
|
BusinessLayerView |
BusinessLayerFactory.createBusinessLayerView(java.lang.String name,
BusinessLayer businessLayer)
Creates a business layer view for the given business layer.
|
BusinessQueryLov |
BusinessLayerFactory.createBusinessQueryLov(java.lang.String name,
BusinessLayer businessLayer)
Creates a list of values based on a query built from business objects and adds it to the given business layer.
|
CustomProperty |
BusinessLayerFactory.createCustomProperty(java.lang.String key,
java.lang.String value,
BusinessLayer businessLayer)
Creates a custom property for the given business layer.
|
NavigationPath |
BusinessLayerFactory.createNavigationPath(java.lang.String name,
BusinessLayer businessLayer)
Creates a custom navigation path and adds it to the given business layer.
|
Parameter |
BusinessLayerFactory.createParameter(java.lang.String name,
BusinessLayer businessLayer)
Creates a parameter and adds it to the given business layer.
|
QueryScriptProperty |
BusinessLayerFactory.createQueryScriptProperty(java.lang.String key,
java.lang.String value,
BusinessLayer businessLayer)
Creates a custom query script property.
|
SQLQueryLov |
BusinessLayerFactory.createSQLQueryLov(java.lang.String name,
BusinessLayer businessLayer)
Creates an SQL-based list of values and adds it to the given business layer.
|
StaticLov |
BusinessLayerFactory.createStaticLov(java.lang.String name,
BusinessLayer businessLayer)
Creates a static list of values and adds it to the given business layer.
|
BlItem |
BusinessLayerService.getBlItem(BusinessLayer businessLayer,
java.lang.String path,
boolean failed)
Returns a business item from its full path.
|