Uses of Enum Class
com.bluebell.greenhouse.platform.enums.symbol.SymbolRegistryEntrySortField
Packages that use SymbolRegistryEntrySortField
Package
Description
Contains core enums used for
Symbols.Contains utility classes for registry operations.
Contains the service layer for
Symbols.-
Uses of SymbolRegistryEntrySortField in com.bluebell.greenhouse.platform.enums.symbol
Subclasses with type arguments of type SymbolRegistryEntrySortField in com.bluebell.greenhouse.platform.enums.symbolModifier and TypeClassDescriptionenumEnumeration of supported symbol registry entry sort fields.Classes in com.bluebell.greenhouse.platform.enums.symbol that implement interfaces with type arguments of type SymbolRegistryEntrySortFieldModifier and TypeClassDescriptionenumEnumeration of supported symbol registry entry sort fields.Methods in com.bluebell.greenhouse.platform.enums.symbol that return SymbolRegistryEntrySortFieldModifier and TypeMethodDescriptionstatic SymbolRegistryEntrySortFieldReturns the enum constant of this class with the specified name.static SymbolRegistryEntrySortField[]SymbolRegistryEntrySortField.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SymbolRegistryEntrySortField in com.bluebell.greenhouse.platform.util.registry
Methods in com.bluebell.greenhouse.platform.util.registry with parameters of type SymbolRegistryEntrySortFieldModifier and TypeMethodDescriptionstatic Comparator<SymbolRegistryEntry> SymbolRegistryUtil.getEntryComparator(SymbolRegistryEntrySortField sortField, org.springframework.data.domain.Sort.Direction direction) Returns the comparator for the given sort request. -
Uses of SymbolRegistryEntrySortField in com.bluebell.greenhouse.radicle.services.symbol
Methods in com.bluebell.greenhouse.radicle.services.symbol with parameters of type SymbolRegistryEntrySortFieldModifier and TypeMethodDescriptionSymbolRegistryService.searchEntries(SymbolRegistryEntryFilter filter, SymbolRegistryEntrySortField sortField, org.springframework.data.domain.Sort.Direction direction) Returns a filtered and sortedListofSymbolRegistryEntrys.