Modifier and Type | Method and Description |
---|---|
Page<NotificationScheme> |
DefaultNotificationSchemeService.getNotificationSchemes(ApplicationUser user,
PageRequest pageRequest) |
Page<NotificationScheme> |
NotificationSchemeService.getNotificationSchemes(ApplicationUser user,
PageRequest pageRequest)
Returns a page with notification schemes for the given
PageRequest ordered by name. |
Modifier and Type | Method and Description |
---|---|
static <T> PageBean.Builder<T> |
PageBean.from(PageRequest request,
Page<T> response) |
Constructor and Description |
---|
Builder(PageRequest request,
Page<T> response) |
Modifier and Type | Method and Description |
---|---|
Page<ApplicationUser> |
MockGroupManager.getUsersInGroup(String groupName,
Boolean active,
PageRequest pageRequest) |
Page<ApplicationUser> |
DefaultGroupManager.getUsersInGroup(String groupName,
Boolean includeInactive,
PageRequest pageRequest) |
Page<ApplicationUser> |
GroupManager.getUsersInGroup(String groupName,
Boolean includeInactive,
PageRequest pageRequest)
Returns a page with users in a group.
|
Modifier and Type | Method and Description |
---|---|
static PageRequest |
PageRequests.limit(PageRequest pageRequest,
int maxSize)
Takes a page request and if its
limit is greater than maxSize then
returns a new page request with limit equal to maxSize . |
static PageRequest |
PageRequests.request(Long start,
Integer limit)
Creates an instance of
PageRequest . |
Modifier and Type | Method and Description |
---|---|
static PageRequest |
PageRequests.limit(PageRequest pageRequest,
int maxSize)
Takes a page request and if its
limit is greater than maxSize then
returns a new page request with limit equal to maxSize . |
static <T> Page<T> |
Pages.toPage(Iterable<T> allValues,
PageRequest pageRequest)
Given all values and a page request creates a page that conforms to the request.
|
static <T,R> Page<R> |
Pages.toPage(Iterable<T> values,
PageRequest pageRequest,
java.util.function.Predicate<T> filter,
java.util.function.Function<T,R> transform)
Creates a page from values and a
PageRequest . |
Copyright © 2002-2015 Atlassian. All Rights Reserved.