Uses of Class
com.hybris.cockpitng.search.data.SearchAttributeDescriptor
-
-
Uses of SearchAttributeDescriptor in com.hybris.backoffice.widgets.advancedsearch.engine
Methods in com.hybris.backoffice.widgets.advancedsearch.engine that return types with arguments of type SearchAttributeDescriptor Modifier and Type Method Description java.util.Set<SearchAttributeDescriptor>AdvancedSearchQueryData. getAttributes()Methods in com.hybris.backoffice.widgets.advancedsearch.engine with parameters of type SearchAttributeDescriptor Modifier and Type Method Description java.lang.ObjectAdvancedSearchQueryData. getAttributeValue(SearchAttributeDescriptor attribute)ValueComparisonOperatorAdvancedSearchQueryData. getValueComparisonOperator(SearchAttributeDescriptor attribute) -
Uses of SearchAttributeDescriptor in com.hybris.backoffice.widgets.advancedsearch.impl.renderer
Methods in com.hybris.backoffice.widgets.advancedsearch.impl.renderer that return types with arguments of type SearchAttributeDescriptor Modifier and Type Method Description java.util.Map<SearchAttributeDescriptor,Editor>AdvancedSearchRenderer. getFieldEditors()Methods in com.hybris.backoffice.widgets.advancedsearch.impl.renderer with parameters of type SearchAttributeDescriptor Modifier and Type Method Description protected voidAdvancedSearchRenderer. adjustEditor(SearchAttributeDescriptor searchAttributeDescriptor, ValueComparisonOperator valueComparisonOperator, FieldType fileldType)protected voidAdvancedSearchRenderer. adjustSearchDataModel(SearchAttributeDescriptor searchAttributeDescriptor, ValueComparisonOperator valueComparisonOperator)protected voidAdvancedSearchRenderer. assignEditorToField(SearchAttributeDescriptor searchAttributeDescriptor, Editor editor)protected EditorAdvancedSearchRenderer. getEditorForField(SearchAttributeDescriptor searchAttributeDescriptor) -
Uses of SearchAttributeDescriptor in com.hybris.cockpitng.search.data
Methods in com.hybris.cockpitng.search.data that return SearchAttributeDescriptor Modifier and Type Method Description SearchAttributeDescriptorSearchQueryCondition. getDescriptor()Methods in com.hybris.cockpitng.search.data that return types with arguments of type SearchAttributeDescriptor Modifier and Type Method Description java.util.Set<SearchAttributeDescriptor>SearchQueryData. getAttributes()Returns set of current search attributes -SearchAttributeDescriptor/** * Returns set of current search attributes -SearchAttributeDescriptor*java.util.Set<SearchAttributeDescriptor>SimpleSearchQueryData. getAttributes()Methods in com.hybris.cockpitng.search.data with parameters of type SearchAttributeDescriptor Modifier and Type Method Description java.lang.ObjectSearchQueryData. getAttributeValue(SearchAttributeDescriptor attribute)Returns value for a given attribute i.e.java.lang.StringSimpleSearchQueryData. getAttributeValue(SearchAttributeDescriptor attribute)ValueComparisonOperatorSearchQueryData. getValueComparisonOperator(SearchAttributeDescriptor attribute)Returns search operator for given attribute i.e.ValueComparisonOperatorSimpleSearchQueryData. getValueComparisonOperator(SearchAttributeDescriptor attribute)voidSearchQueryCondition. setDescriptor(SearchAttributeDescriptor descriptor)Method parameters in com.hybris.cockpitng.search.data with type arguments of type SearchAttributeDescriptor Modifier and Type Method Description voidSimpleSearchQueryData. setAttributes(java.util.Collection<SearchAttributeDescriptor> attributes)Constructors in com.hybris.cockpitng.search.data with parameters of type SearchAttributeDescriptor Constructor Description SearchQueryCondition(SearchAttributeDescriptor descriptor, java.lang.Object value, ValueComparisonOperator operator)SearchQueryCondition(SearchAttributeDescriptor descriptor, java.lang.Object value, ValueComparisonOperator operator, boolean filteringCondition)Constructor parameters in com.hybris.cockpitng.search.data with type arguments of type SearchAttributeDescriptor Constructor Description SimpleSearchQueryData(java.lang.String typeCode, java.util.Collection<SearchAttributeDescriptor> attributes, java.lang.String textQuery)SimpleSearchQueryData(java.lang.String searchQueryText, java.util.List<SearchAttributeDescriptor> attributes, java.lang.String typeCode, SortData sortData, int pageSize)
-