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 groupin this relationshipSortGroupSortOption.getSortGroup()Thesort groupin 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 TypeMethodDescriptionvoidSettingsSortGroup.setSortGroup(SortGroup sortGroup) Thesort groupin this relationshipvoidSortGroupSortOption.setSortGroup(SortGroup sortGroup) Thesort groupin this relationship.Method parameters in com.broadleafcommerce.search.api.domain with type arguments of type SortGroupModifier and TypeMethodDescriptionvoidSearchSettings.setSortGroups(Set<SortGroup> sortGroups) The sort groups managed on this search settings.