|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RelationalBusinessLayer
A representation of the 'Relational Business Layer' model object.
See:
BusinessLayerFactory.createRelationalBusinessLayer(String, String)
to instantiate a relational business layer.LocalResourceService
to load a business layer from the local disk.CmsResourceService
to load a business layer from the CMS.The following features are supported:
Method Summary | |
---|---|
java.util.List<AggregateIncompatibility> |
getAggregateIncompatibilities()
Returns the value of the 'Aggregate Incompatibilities' reference list. |
java.lang.String |
getDataFoundationPath()
Returns the value of the 'Data Foundation Path' attribute. |
void |
setDataFoundationPath(java.lang.String value)
Sets the value of the ' Data Foundation Path ' attribute. |
Methods inherited from interface com.sap.sl.sdk.authoring.commons.SlResource |
---|
getResourcePath |
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Nameable |
---|
getName, setName |
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Customizable |
---|
getCustomProperties |
Methods inherited from interface com.sap.sl.sdk.authoring.commons.QueryScriptCustomizable |
---|
getQueryScriptProperties, resetQueryScriptProperties |
Method Detail |
---|
java.lang.String getDataFoundationPath()
This is the path to the data foundation file.
setDataFoundationPath(String)
void setDataFoundationPath(java.lang.String value)
Data Foundation Path
' attribute.
This is the path to an existing data foundation (.dfx
). Validation will be done at save time.
value
- the new value of the 'Data Foundation Path' attribute.getDataFoundationPath()
java.util.List<AggregateIncompatibility> getAggregateIncompatibilities()
AggregateIncompatibility
.
This is the list of aggregate incompatibilities defined between business layer objects and aggregate tables of the database.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |