| Package | Description |
|---|---|
| com.sap.sl.sdk.authoring.businesslayer |
This package provides classes to create business layers and manage business layer objects.
|
| com.sap.sl.sdk.authoring.datafoundation |
This package provides classes to create data foundations and manage objects for editing data foundations.
|
| Modifier and Type | Method and Description |
|---|---|
SQLQueryLov |
BusinessLayerFactory.createSQLQueryLov(java.lang.String name,
BusinessLayer businessLayer)
Creates an SQL-based list of values and adds it to the given business layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessLayerService.detectLovColumns(SQLQueryLov sqlQueryLov)
Creates the columns of the list of values from the SQL expression on which the list of values is based.
|
| Modifier and Type | Method and Description |
|---|---|
SQLQueryLov |
DataFoundationFactory.createSQLQueryLov(java.lang.String name,
DataFoundation dataFoundation)
Creates a list of values based on a custom SQL query and attaches it to the given data foundation.
|
SQLQueryLov |
SQLQueryLovColumn.getSqlQueryLov()
Returns the value of the 'Sql Query Lov' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataFoundationService.detectLovColumns(SQLQueryLov sqlQueryLov)
Creates the columns of the list of values from the SQL expression on which the list of values is based.
|