public class UserJsonBeanListWrapper extends PagedListWrapper<UserJsonBean,ApplicationUser>
PagedListWrapper.PagedListWrapperDocExample<T,Z>
endIndex, size, startIndex
Constructor and Description |
---|
UserJsonBeanListWrapper() |
UserJsonBeanListWrapper(int userCount,
com.google.common.base.Supplier<List<ApplicationUser>> usersSupplier,
int maxResults,
ApplicationUser loggedInUser,
UserBeanFactory userBeanFactory) |
Modifier and Type | Method and Description |
---|---|
UserJsonBean |
fromBackedObject(ApplicationUser user) |
int |
getBackingListSize() |
List<ApplicationUser> |
getOrderedList(int startIndex,
int endIndex) |
getCallback, getItems, getMaxResults, getPagingCallback, getSize
public UserJsonBeanListWrapper()
public UserJsonBeanListWrapper(int userCount, com.google.common.base.Supplier<List<ApplicationUser>> usersSupplier, int maxResults, ApplicationUser loggedInUser, UserBeanFactory userBeanFactory)
public UserJsonBean fromBackedObject(ApplicationUser user)
fromBackedObject
in class PagedListWrapper<UserJsonBean,ApplicationUser>
public int getBackingListSize()
getBackingListSize
in class PagedListWrapper<UserJsonBean,ApplicationUser>
public List<ApplicationUser> getOrderedList(int startIndex, int endIndex)
getOrderedList
in class PagedListWrapper<UserJsonBean,ApplicationUser>
Copyright © 2002-2019 Atlassian. All Rights Reserved.