Uses of Enum
de.xima.fc.dao.SortDirection
Packages that use SortDirection
-
Uses of SortDirection in de.xima.fc.dao
Subclasses with type arguments of type SortDirection in de.xima.fc.daoMethods in de.xima.fc.dao that return SortDirectionModifier and TypeMethodDescriptionstatic SortDirectionReturns the enum constant of this type with the specified name.static SortDirection[]SortDirection.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SortDirection in de.xima.fc.dao.form_record
Methods in de.xima.fc.dao.form_record that return SortDirectionModifier and TypeMethodDescription@NotNull SortDirectionFormRecordChatsSorting.getDirection()FormRecordMessagesSorting.getDirection()@NotNull SortDirectionFormRecordsSorting.getDirection()Methods in de.xima.fc.dao.form_record with parameters of type SortDirectionModifier and TypeMethodDescriptionstatic FormRecordChatsSortingFormRecordChatsSorting.byCreatedAt(SortDirection direction) static FormRecordsSortingFormRecordsSorting.byCreatedAt(SortDirection direction) static FormRecordMessagesSortingFormRecordMessagesSorting.bySentAt(SortDirection direction) static FormRecordChatsSortingFormRecordChatsSorting.byUpdatedAt(SortDirection direction) static FormRecordsSortingFormRecordsSorting.byUpdatedAt(SortDirection direction) -
Uses of SortDirection in de.xima.fc.dao.project
Methods in de.xima.fc.dao.project that return SortDirectionModifier and TypeMethodDescription@NotNull SortDirectionProjectPortalTagsSorting.getDirection()ProjectsSorting.getDirection()Methods in de.xima.fc.dao.project with parameters of type SortDirectionModifier and TypeMethodDescriptionstatic ProjectPortalTagsSortingProjectPortalTagsSorting.byDisplayName(SortDirection direction, Locale locale) static ProjectsSortingProjectsSorting.byDisplayName(SortDirection direction, Locale locale) ProjectsPageQuery.Builder.withDisplayNameSorting(SortDirection direction, Locale locale) ProjectPortalTagsPageQuery.Builder.withSortByDisplayName(SortDirection direction, Locale locale)