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 SortDirection
SortDirection. 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 SortDirection
FormRecordChatsSorting. getDirection()
SortDirection
FormRecordMessagesSorting. getDirection()
@NotNull SortDirection
FormRecordsSorting. getDirection()
Methods in de.xima.fc.dao.form_record with parameters of type SortDirection Modifier and Type Method Description static FormRecordChatsSorting
FormRecordChatsSorting. byCreatedAt(SortDirection direction)
static FormRecordsSorting
FormRecordsSorting. byCreatedAt(SortDirection direction)
static FormRecordMessagesSorting
FormRecordMessagesSorting. bySentAt(SortDirection direction)
static FormRecordChatsSorting
FormRecordChatsSorting. byUpdatedAt(SortDirection direction)
static FormRecordsSorting
FormRecordsSorting. 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 SortDirection
ProjectPortalTagsSorting. getDirection()
SortDirection
ProjectsSorting. getDirection()
Methods in de.xima.fc.dao.project with parameters of type SortDirection Modifier and Type Method Description static ProjectPortalTagsSorting
ProjectPortalTagsSorting. byDisplayName(SortDirection direction, Locale locale)
static ProjectsSorting
ProjectsSorting. byDisplayName(SortDirection direction, Locale locale)
ProjectsPageQuery.Builder
ProjectsPageQuery.Builder. withDisplayNameSorting(SortDirection direction, Locale locale)
ProjectPortalTagsPageQuery.Builder
ProjectPortalTagsPageQuery.Builder. withSortByDisplayName(SortDirection direction, Locale locale)
-