|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NativeRelationalFilter
A representation of the model object 'Native Relational Filter'.
This object represents native, pre-filters for relational business layers only. A native filter can be defined only using an SQL expression.
Use BusinessLayerFactory.createBlItem(Class, String, BlContainer)
to instantiate a filter.
The following features are supported:
Method Summary | |
---|---|
RelationalBinding |
getBinding()
Returns the value of the 'Binding' containment reference. |
void |
setBinding(RelationalBinding value)
Sets the value of the ' Binding ' containment reference. |
Methods inherited from interface com.sap.sl.sdk.authoring.businesslayer.Filter |
---|
isAppliedOnLOV, isAppliedOnUniverse, isMandatory, setAppliedOnLOV, setAppliedOnUniverse, setMandatory |
Methods inherited from interface com.sap.sl.sdk.authoring.businesslayer.BlItem |
---|
getDescription, getInheritedData, getParent, getPath, getState, setDescription, setState |
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Identifiable |
---|
getIdentifier |
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 |
Method Detail |
---|
RelationalBinding getBinding()
This represents the SQL expression (SELECT, WHERE, extra tables) of a filter.
setBinding(RelationalBinding)
void setBinding(RelationalBinding value)
Binding
' containment reference.
This allows you to set the SQL expression (SELECT, WHERE, extra tables) of a filter.
value
- the new value of the 'Binding' containment reference.getBinding()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |