com.atlassian.user.impl.ldap.search.page
Class LDAPListOfGroupsPager
java.lang.Object
com.atlassian.user.search.page.AbstractPrefetchingPager<T>
com.atlassian.user.impl.ldap.search.page.AbstractLDAPPager<T>
com.atlassian.user.impl.ldap.search.page.LDAPEntityPager<Group>
com.atlassian.user.impl.ldap.search.page.LDAPListOfGroupsPager
- All Implemented Interfaces:
- Pager<Group>, Iterable<Group>, Iterator<Group>
public class LDAPListOfGroupsPager
- extends LDAPEntityPager<Group>
|
Field Summary |
static org.apache.log4j.Category |
log
|
| Methods inherited from class com.atlassian.user.search.page.AbstractPrefetchingPager |
getCurrentPage, getIndex, getIndexOfFirstItemInCurrentPage, getIndexWithinPage, hasNext, isEmpty, iterator, next, nextPage, onLastPage, preload, skipTo |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static final org.apache.log4j.Category log
LDAPListOfGroupsPager
public LDAPListOfGroupsPager(LdapSearchProperties searchProperties,
LdapContextFactory contextFactory,
LDAPEntityFactory<? extends Group> groupFactory,
LDAPPagerInfo info)
preloadSearchResult
protected List<Group> preloadSearchResult(SearchResult result,
List<Group> prefetched)
throws EntityException
- Description copied from class:
AbstractLDAPPager
- Parses the
SearchResult and stores the result in the list of prefetched items.
- Overrides:
preloadSearchResult in class LDAPEntityPager<Group>
- Returns:
- the
List of prefetched results.
- Throws:
EntityException
Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.