public class AnyDataProvider<A extends AnyTO> extends DirectoryDataProvider<A>
Modifier and Type | Field and Description |
---|---|
protected SortableAnyProviderComparator<A> |
comparator |
protected int |
currentPage |
protected boolean |
filtered |
protected String |
fiql |
protected static org.slf4j.Logger |
LOG |
protected PageReference |
pageRef |
protected String |
realm |
protected AbstractAnyRestClient<A> |
restClient |
protected String |
type |
paginatorRows
Constructor and Description |
---|
AnyDataProvider(AbstractAnyRestClient<A> restClient,
int paginatorRows,
boolean filtered,
String realm,
String type,
PageReference pageRef) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentPage() |
Iterator<A> |
iterator(long first,
long count) |
IModel<A> |
model(A object) |
AnyDataProvider<A> |
setFIQL(String fiql) |
long |
size() |
getSort, getSortState, setSort, setSort
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
detach
protected static final org.slf4j.Logger LOG
protected final SortableAnyProviderComparator<A extends AnyTO> comparator
protected final AbstractAnyRestClient<A extends AnyTO> restClient
protected String fiql
protected final boolean filtered
protected final String realm
protected final String type
protected final PageReference pageRef
protected int currentPage
public AnyDataProvider(AbstractAnyRestClient<A> restClient, int paginatorRows, boolean filtered, String realm, String type, PageReference pageRef)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.