| Modifier and Type | Method and Description |
|---|---|
Set<SearchAttributeDescriptor> |
AdvancedSearchQueryData.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Object |
AdvancedSearchQueryData.getAttributeValue(SearchAttributeDescriptor attribute) |
ValueComparisonOperator |
AdvancedSearchQueryData.getValueComparisonOperator(SearchAttributeDescriptor attribute) |
| Modifier and Type | Method and Description |
|---|---|
Map<SearchAttributeDescriptor,Editor> |
AdvancedSearchRenderer.getFieldEditors() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AdvancedSearchRenderer.adjustEditor(SearchAttributeDescriptor searchAttributeDescriptor,
ValueComparisonOperator valueComparisonOperator,
FieldType fileldType) |
protected void |
AdvancedSearchRenderer.adjustSearchDataModel(SearchAttributeDescriptor searchAttributeDescriptor,
ValueComparisonOperator valueComparisonOperator) |
protected void |
AdvancedSearchRenderer.assignEditorToField(SearchAttributeDescriptor searchAttributeDescriptor,
Editor editor) |
protected Editor |
AdvancedSearchRenderer.getEditorForField(SearchAttributeDescriptor searchAttributeDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
SearchAttributeDescriptor |
SearchQueryCondition.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Set<SearchAttributeDescriptor> |
SimpleSearchQueryData.getAttributes() |
Set<SearchAttributeDescriptor> |
SearchQueryData.getAttributes()
Returns set of current search attributes -
SearchAttributeDescriptor |
| Modifier and Type | Method and Description |
|---|---|
String |
SimpleSearchQueryData.getAttributeValue(SearchAttributeDescriptor attribute) |
Object |
SearchQueryData.getAttributeValue(SearchAttributeDescriptor attribute)
Returns value for a given attribute i.e.
|
ValueComparisonOperator |
SimpleSearchQueryData.getValueComparisonOperator(SearchAttributeDescriptor attribute) |
ValueComparisonOperator |
SearchQueryData.getValueComparisonOperator(SearchAttributeDescriptor attribute)
Returns search operator for given attribute i.e.
|
void |
SearchQueryCondition.setDescriptor(SearchAttributeDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleSearchQueryData.setAttributes(Collection<SearchAttributeDescriptor> attributes) |
| Constructor and Description |
|---|
SearchQueryCondition(SearchAttributeDescriptor descriptor,
Object value,
ValueComparisonOperator operator) |
SearchQueryCondition(SearchAttributeDescriptor descriptor,
Object value,
ValueComparisonOperator operator,
boolean filteringCondition) |
| Constructor and Description |
|---|
SimpleSearchQueryData(String typeCode,
Collection<SearchAttributeDescriptor> attributes,
String textQuery) |
SimpleSearchQueryData(String searchQueryText,
List<SearchAttributeDescriptor> attributes,
String typeCode,
SortData sortData,
int pageSize) |
Copyright © 2018. All rights reserved.