Uses of Interface
nl.gx.webmanager.services.usermanager.SortOptions
-
Packages that use SortOptions Package Description nl.gx.webmanager.services.defaultprofileprovider nl.gx.webmanager.services.usermanager -
-
Uses of SortOptions in nl.gx.webmanager.services.defaultprofileprovider
Methods in nl.gx.webmanager.services.defaultprofileprovider that return SortOptions Modifier and Type Method Description SortOptions<DefaultProfileSortBy>
DefaultProfileProvider. getSortOptionsInstance()
Methods in nl.gx.webmanager.services.defaultprofileprovider with parameters of type SortOptions Modifier and Type Method Description SearchResult<DefaultProfile>
DefaultProfileProvider. find(Realm realm, DefaultProfileSearchFilter searchFilter, SortOptions<DefaultProfileSortBy> sortOptions)
-
Uses of SortOptions in nl.gx.webmanager.services.usermanager
Methods in nl.gx.webmanager.services.usermanager that return SortOptions Modifier and Type Method Description SortOptions<GroupSortBy>
GroupManager. createSortOptions(boolean isAscending, GroupSortBy sortBy)
Creates a sort options instance.Methods in nl.gx.webmanager.services.usermanager with parameters of type SortOptions Modifier and Type Method Description SearchResult<Group>
GroupManager. find(GroupSearchFilter groupSearchFilter, SortOptions<GroupSortBy> sortOptions)
Queries the groups according to the given search filter.
-