Uses of Class
com.broadleafcommerce.search.api.domain.SortOption
-
Uses of SortOption in com.broadleafcommerce.search.api.domain
Modifier and TypeMethodDescriptionFieldDefinition.getSortOption()
The sort option which is driven by this field.SortGroupSortOption.getSortOption()
Thesort option
in this relationship.SortResponse.getSortOption()
The Sort Option information for this sort.Modifier and TypeMethodDescriptionSortGroup.getSortOptions()
Thesort options
in this sort group.Modifier and TypeMethodDescriptionvoid
FieldDefinition.setSortOption
(SortOption sortOption) The sort option which is driven by this field.void
SortGroupSortOption.setSortOption
(SortOption sortOption) Thesort option
in this relationship.void
SortResponse.setSortOption
(SortOption sortOption) The Sort Option information for this sort.FieldDefinition.FieldDefinitionBuilder.sortOption
(SortOption sortOption) The sort option which is driven by this field.Modifier and TypeMethodDescriptionvoid
SortGroup.setSortOptions
(Set<SortOption> sortOptions) Thesort options
in this sort group.ModifierConstructorDescriptionFieldDefinition
(String id, String label, String indexableType, boolean multiValued, String propertyPath, boolean combined, String multiValuedCombinedPropertyRootPath, List<String> propertyPaths, String delimiter, String abbreviation, boolean translatable, List<FieldVariant> variants, boolean faceted, Facet facet, String facetVariantType, boolean sortable, SortOption sortOption, String sortVariantType, boolean searchable, List<FieldQuery> fieldQueries, Map<String, FieldVariant> fieldVariantMap, Map<String, Object> attributes)