| 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 |
Attribute
A representation of the 'Attribute' model object.
|
interface |
Dimension
A representation of the 'Dimension' model object.
|
interface |
Measure
A representation of the 'Measure' model object.
|
| Modifier and Type | Method and Description |
|---|---|
CustomDateTimeFormat |
BusinessLayerFactory.createCustomDateTimeFormat(BusinessObject businessObject)
Creates a custom date-time format and adds it to the given business object.
|
CustomNumberFormat |
BusinessLayerFactory.createCustomNumberFormat(BusinessObject businessObject)
Creates a custom number format and adds it to the given business object.
|
PredefinedDateTimeFormat |
BusinessLayerFactory.createPredefinedDateTimeFormat(BusinessObject businessObject)
Creates a predefined date-time format and adds it to the given business object.
|
PredefinedNumberFormat |
BusinessLayerFactory.createPredefinedNumberFormat(BusinessObject businessObject)
Creates a predefined number format and adds it to the given business object.
|