public abstract class TableSearchFilterModel extends SearchFilterModel
abstract Java class represents a table search filter to aggregate all search criteria
that you can use to search for data stored in the connected SAP CC system; You can specify basic criteria and specialized search criteria.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AGREEMENT_ID
The name of the
attribute description that search for table agreementId}. |
static java.lang.String |
DESCRIPTION
The name of the
attribute description that search for table description}. |
static java.lang.String |
ID
The name of the
attribute description that search for table id}. |
static java.lang.String |
OWNER
The name of the
attribute description that search for table owner}. |
static java.lang.String |
TABLE_SCOPE
The name of the
specific formula that describes the value of the attribute "tableScope"
and searches for a table given scope. |
ASC_ORDER, ATTRIBUTES_RESULT_TYPE, DESC_ORDER, FILTER_GROUP_PNR, ID_RESULT_TYPE, ITERATOR_MODE, LIST_MODE, NO_ORDER, OBJECT_RESULT_TYPE| Constructor and Description |
|---|
TableSearchFilterModel(java.lang.String searchFilterName)
Builds an empty SearchFilterModel;
This builder is mainly used through the
super() pointer. |
| Modifier and Type | Method and Description |
|---|---|
int |
getFilterGroup()
Returns the filter group of the search filter; default is
BnR. |
addAttributeSelection, addCharacterData, addChild, addSpecificFormula, getAttributeResultList, getAttributeSelectionList, getAttributeSelectionListFromGroup, getFrom, getMainAttributeDescriptionCatalog, getMainAttributeDescriptionFromCatalog, getMaxSize, getResultType, getSearchFilterName, getSearchMode, getSort, getSpecificFormulaCatalog, getSpecificFormulaFromCatalog, getSpecificFormulaList, isCountRequired, marshal, setAttributes, setAttributeSelectionList, setCountRequiredFlag, setFrom, setMaxSize, setResultType, setSearchFilterName, setSearchMode, setSort, setSpecificFormulaListpublic static final java.lang.String ID
attribute description that search for table id}.
The type of the corresponding attribute description is stringpublic static final java.lang.String DESCRIPTION
attribute description that search for table description}.
The type of the corresponding attribute description is stringpublic static final java.lang.String OWNER
attribute description that search for table owner}.
The type of the corresponding attribute description is stringpublic static final java.lang.String AGREEMENT_ID
attribute description that search for table agreementId}.
The type of the corresponding attribute description is stringpublic static final java.lang.String TABLE_SCOPE
specific formula that describes the value of the attribute "tableScope"
and searches for a table given scope.public TableSearchFilterModel(java.lang.String searchFilterName)
super() pointer.searchFilterName - The name of the XML element that implements this XML complex typepublic int getFilterGroup()
SearchFilterModelBnR.
This method is surrounded in PnR search filter models.getFilterGroup in class SearchFilterModel