Uses of Class
de.xima.fc.dao.SortDirection
-
Packages that use SortDirection Package Description de.xima.fc.dao de.xima.fc.dao.form_record de.xima.fc.dao.project -
-
Uses of SortDirection in de.xima.fc.dao
Methods in de.xima.fc.dao that return SortDirection Modifier and Type Method Description static SortDirectionSortDirection. valueOf(String name)Returns 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 SortDirection Modifier and Type Method Description @NotNull SortDirectionFormRecordChatsSorting. getDirection()SortDirectionFormRecordMessagesSorting. getDirection()@NotNull SortDirectionFormRecordsSorting. getDirection()Methods in de.xima.fc.dao.form_record with parameters of type SortDirection Modifier and Type Method Description static 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 SortDirection Modifier and Type Method Description @NotNull SortDirectionProjectPortalTagsSorting. getDirection()SortDirectionProjectsSorting. getDirection()Methods in de.xima.fc.dao.project with parameters of type SortDirection Modifier and Type Method Description static ProjectPortalTagsSortingProjectPortalTagsSorting. byDisplayName(SortDirection direction, Locale locale)static ProjectsSortingProjectsSorting. byDisplayName(SortDirection direction, Locale locale)ProjectsPageQuery.BuilderProjectsPageQuery.Builder. withDisplayNameSorting(SortDirection direction, Locale locale)ProjectPortalTagsPageQuery.BuilderProjectPortalTagsPageQuery.Builder. withSortByDisplayName(SortDirection direction, Locale locale)
-