Uses of Class
com.jalios.jcms.application.ApplicationFetcher.SortMode
-
Packages that use ApplicationFetcher.SortMode Package Description com.jalios.jcms.application -
-
Uses of ApplicationFetcher.SortMode in com.jalios.jcms.application
Fields in com.jalios.jcms.application declared as ApplicationFetcher.SortMode Modifier and Type Field Description protected ApplicationFetcher.SortMode
ApplicationFetcher. sortMode
protected ApplicationFetcher.SortMode
ApplicationQueryHandler. sortMode
Methods in com.jalios.jcms.application that return ApplicationFetcher.SortMode Modifier and Type Method Description ApplicationFetcher.SortMode
ApplicationQueryHandler. getAvailableSortMode()
ApplicationFetcher.SortMode
ApplicationFetcher. getSortMode()
static ApplicationFetcher.SortMode
ApplicationFetcher.SortMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ApplicationFetcher.SortMode[]
ApplicationFetcher.SortMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.application with parameters of type ApplicationFetcher.SortMode Modifier and Type Method Description ApplicationFetcher
ApplicationFetcher. sortMode(ApplicationFetcher.SortMode sortMode)
-