public interface ISearchParameter extends IUniquelyNamed, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
BOUND_SELECT_EXPRESSION_PROPERTY
Bound select expression property name.
|
static String |
DATA_LOOKUP_DISPLAYS_COUNT_PROPERTY
Data lookup displays count property name.
|
static String |
DATA_LOOKUP_ENTITY_PROPERTY
Data lookup entity property name.
|
static String |
DATA_LOOKUP_FILTER_PROPERTY
Data lookup filter property name.
|
static String |
DATA_LOOKUP_SORT_BY_COUNT_PROPERTY
Data lookup sorts by count property name.
|
static String |
DATA_LOOKUP_SORT_EXPRESSION_PROPERTY
Data lookup sort expression property name.
|
static String |
DATA_LOOKUP_TABLE_VIEW_PROPERTY
Data lookup table view property name.
|
static String |
DATA_LOOKUP_USES_DISTINCT_PROPERTY
Data lookup uses distinct property name.
|
static String |
LOV_DISPLAY_MODE_PROPERTY
LOV display mode property name.
|
static String |
LOV_SORT_MODE_PROPERTY
LOV sort mode property name.
|
static String |
SEARCH_PARAM_PREFIX |
SEP
Modifier and Type | Method and Description |
---|---|
String |
getBindVariableName() |
DataTypeInfo |
getDataTypeInfo()
Returns the data type info of this parameter.
|
Map<String,Object> |
getDisplayProperties() |
SearchDisplayType |
getDisplayType()
Returns the display type of this parameter.
|
String |
getName() |
ISearchForm |
getSearchForm() |
boolean |
isMandatory() |
getPrefixedUniqueName, getUniqueName
static final String LOV_DISPLAY_MODE_PROPERTY
LovDisplayMode
.static final String LOV_SORT_MODE_PROPERTY
LovSortMode
.static final String DATA_LOOKUP_ENTITY_PROPERTY
String
.static final String DATA_LOOKUP_FILTER_PROPERTY
String
.static final String BOUND_SELECT_EXPRESSION_PROPERTY
String
.static final String DATA_LOOKUP_USES_DISTINCT_PROPERTY
Boolean
.static final String DATA_LOOKUP_DISPLAYS_COUNT_PROPERTY
Boolean
.static final String DATA_LOOKUP_TABLE_VIEW_PROPERTY
String
.static final String DATA_LOOKUP_SORT_BY_COUNT_PROPERTY
Boolean
.
Boolean.TRUE
means ascending sortBoolean.FALSE
means descending sortnull
means no sortstatic final String DATA_LOOKUP_SORT_EXPRESSION_PROPERTY
String
.static final String SEARCH_PARAM_PREFIX
ISearchForm getSearchForm()
String getName()
String getBindVariableName()
boolean isMandatory()
DataTypeInfo getDataTypeInfo()
SearchDisplayType getDisplayType()
Copyright © 2016. All Rights Reserved.