Uses of Class
com.broadleafcommerce.search.api.domain.SortOption
Packages that use SortOption
-
Uses of SortOption in com.broadleafcommerce.search.api.domain
Methods in com.broadleafcommerce.search.api.domain that return SortOptionModifier 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.Methods in com.broadleafcommerce.search.api.domain that return types with arguments of type SortOptionModifier and TypeMethodDescriptionSortGroup.getSortOptions()
Thesort options
in this sort group.Methods in com.broadleafcommerce.search.api.domain with parameters of type SortOptionModifier 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.Method parameters in com.broadleafcommerce.search.api.domain with type arguments of type SortOptionModifier and TypeMethodDescriptionvoid
SortGroup.setSortOptions
(Set<SortOption> sortOptions) Thesort options
in this sort group.Constructors in com.broadleafcommerce.search.api.domain with parameters of type SortOptionModifierConstructorDescriptionFieldDefinition
(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)