com.sap.sl.sdk.authoring.businesslayer
Interface NativeRelationalFilter

All Superinterfaces:
BlItem, Customizable, Filter, Identifiable, Inheritable, Nameable

public interface NativeRelationalFilter
extends Filter

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

getBinding

RelationalBinding getBinding()
Returns the value of the 'Binding' containment reference.

This represents the SQL expression (SELECT, WHERE, extra tables) of a filter.

Returns:
the value of the 'Binding' containment reference.
See Also:
setBinding(RelationalBinding)

setBinding

void setBinding(RelationalBinding value)
Sets the value of the 'Binding' containment reference.

This allows you to set the SQL expression (SELECT, WHERE, extra tables) of a filter.

Parameters:
value - the new value of the 'Binding' containment reference.
See Also:
getBinding()


© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.