| 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 |
|---|---|
StaticLovRow |
BusinessLayerFactory.createStaticLovRow(StaticLov staticLov)
Creates a row for a static list of values and adds it to the given list.
|
| Modifier and Type | Method and Description |
|---|---|
StaticLovRow |
DataFoundationFactory.createStaticLovRow(StaticLov staticLov)
Creates a row for a static list of values and attaches it to the given list.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StaticLovRow> |
StaticLov.getRows()
Returns the value of the 'Rows' containment reference list.
|