public class CustomConditionBean extends FieldResultBean
Modifier and Type | Field and Description |
---|---|
static int |
CUSTOM_CONDITION_FIELDTYPE
Field type used to identify a CustomCondition field.
|
Constructor and Description |
---|
CustomConditionBean(String name,
String databaseFieldName,
boolean multi,
String condition)
Creates a new CustomConditionBean.
|
Modifier and Type | Method and Description |
---|---|
void |
addParameter(String name,
Object value)
Adds a parameter to the query.
|
String |
getCustomCondition() |
Map<String,Object> |
getParameters()
Gets the parameters.
|
void |
setParameters(Map<String,Object> parameters)
Sets the parameters for the query replacing all previously set parameters.
|
getDatabaseFieldName, getFieldName, getFieldType, getLimit, getSearchMode, getValue, isCleared, isMultiValue, setSearchMode, toString
public static final int CUSTOM_CONDITION_FIELDTYPE
Copyright © 2016 SAPERION AG. All rights reserved.