| 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 |
|---|---|
StaticLov |
BusinessLayerFactory.createStaticLov(java.lang.String name,
BusinessLayer businessLayer)
Creates a static list of values and adds it to the given business layer.
|
| Modifier and Type | Method and Description |
|---|---|
StaticLovColumn |
BusinessLayerFactory.createStaticLovColumn(java.lang.String name,
StaticLov staticLov)
Creates a column for a static list of values and adds it to the given list.
|
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 |
|---|---|
StaticLov |
DataFoundationFactory.createStaticLov(java.lang.String name,
DataFoundation dataFoundation)
Creates a static list of values and attaches it to the given data foundation.
|
StaticLov |
StaticLovColumn.getStaticLov()
Returns the value of the 'Static Lov' reference.
|
| Modifier and Type | Method and Description |
|---|---|
StaticLovColumn |
DataFoundationFactory.createStaticLovColumn(java.lang.String name,
StaticLov staticLov)
Creates a column for a static list of values and attaches it to the given list.
|
StaticLovRow |
DataFoundationFactory.createStaticLovRow(StaticLov staticLov)
Creates a row for a static list of values and attaches it to the given list.
|