|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Filter
A representation of the model object 'Filter'.
This is the generic object for filters. The present release supports only native, pre-filters for relational business layers.
The following methods allow you to set the filter properties.
The following features are supported:
Method Summary | |
---|---|
boolean |
isAppliedOnLOV()
Returns the value of the 'Applied On LOV' attribute. |
boolean |
isAppliedOnUniverse()
Returns the value of the 'Applied On Universe' attribute. |
boolean |
isMandatory()
Returns the value of the 'Mandatory' attribute. |
void |
setAppliedOnLOV(boolean value)
Sets the value of the ' Applied On LOV ' attribute. |
void |
setAppliedOnUniverse(boolean value)
Sets the value of the ' Applied On Universe ' attribute. |
void |
setMandatory(boolean value)
Sets the value of the ' Mandatory ' attribute. |
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 |
---|
boolean isMandatory()
Checks if the filter is mandatory in the query.
setMandatory(boolean)
void setMandatory(boolean value)
Mandatory
' attribute.
Uses the filter as mandatory in the query.
value
- the new value of the 'Mandatory' attribute.isMandatory()
boolean isAppliedOnUniverse()
Checks the filter scope.
setAppliedOnUniverse(boolean)
void setAppliedOnUniverse(boolean value)
Applied On Universe
' attribute.
Sets the filter scope.
The filter applies on the whole business layer if value
is true
. Otherwise, it only applies on folders.
value
- the new value of the 'Applied On Universe' attribute.isAppliedOnUniverse()
boolean isAppliedOnLOV()
Checks if the filter applies on lists of values.
setAppliedOnLOV(boolean)
void setAppliedOnLOV(boolean value)
Applied On LOV
' attribute.
Applies the filter on lists of values if value
is true
.
value
- the new value of the 'Applied On LOV' attribute.isAppliedOnLOV()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |