Uses of Class
nl.gx.webmanager.services.defaultprofileprovider.DefaultProfileSortBy
-
Packages that use DefaultProfileSortBy Package Description nl.gx.webmanager.services.defaultprofileprovider -
-
Uses of DefaultProfileSortBy in nl.gx.webmanager.services.defaultprofileprovider
Methods in nl.gx.webmanager.services.defaultprofileprovider that return DefaultProfileSortBy Modifier and Type Method Description static DefaultProfileSortBy
DefaultProfileSortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static DefaultProfileSortBy[]
DefaultProfileSortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.gx.webmanager.services.defaultprofileprovider that return types with arguments of type DefaultProfileSortBy Modifier and Type Method Description SortOptions<DefaultProfileSortBy>
DefaultProfileProvider. getSortOptionsInstance()
Method parameters in nl.gx.webmanager.services.defaultprofileprovider with type arguments of type DefaultProfileSortBy Modifier and Type Method Description SearchResult<DefaultProfile>
DefaultProfileProvider. find(Realm realm, DefaultProfileSearchFilter searchFilter, SortOptions<DefaultProfileSortBy> sortOptions)
-