Uses of Class
com.broadleafcommerce.search.api.domain.SortGroup
Packages that use SortGroup
-
Uses of SortGroup in com.broadleafcommerce.search.api.domain
Methods in com.broadleafcommerce.search.api.domain that return SortGroupModifier and TypeMethodDescriptionSettingsSortGroup.getSortGroup()
Thesort group
in this relationshipSortGroupSortOption.getSortGroup()
Thesort group
in this relationship.Methods in com.broadleafcommerce.search.api.domain that return types with arguments of type SortGroupModifier and TypeMethodDescriptionSearchSettings.getSortGroups()
The sort groups managed on this search settings.Methods in com.broadleafcommerce.search.api.domain with parameters of type SortGroupModifier and TypeMethodDescriptionvoid
SettingsSortGroup.setSortGroup
(SortGroup sortGroup) Thesort group
in this relationshipvoid
SortGroupSortOption.setSortGroup
(SortGroup sortGroup) Thesort group
in this relationship.Method parameters in com.broadleafcommerce.search.api.domain with type arguments of type SortGroupModifier and TypeMethodDescriptionvoid
SearchSettings.setSortGroups
(Set<SortGroup> sortGroups) The sort groups managed on this search settings.