Uses of Class
de.xima.fc.dao.project.ProjectsSorting
-
Packages that use ProjectsSorting Package Description de.xima.fc.dao.project -
-
Uses of ProjectsSorting in de.xima.fc.dao.project
Methods in de.xima.fc.dao.project that return ProjectsSorting Modifier and Type Method Description static ProjectsSorting
ProjectsSorting. byDisplayName(SortDirection direction, Locale locale)
Methods in de.xima.fc.dao.project that return types with arguments of type ProjectsSorting Modifier and Type Method Description List<ProjectsSorting>
ProjectsPageQuery. getSorting()
Method parameters in de.xima.fc.dao.project with type arguments of type ProjectsSorting Modifier and Type Method Description ProjectsPageQuery.Builder
ProjectsPageQuery.Builder. withSorting(List<ProjectsSorting> sorting)
-