Class AnyDataProvider<A extends AnyTO>
java.lang.Object
org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<A,String>
org.apache.syncope.client.console.commons.DirectoryDataProvider<A>
org.apache.syncope.client.console.commons.AnyDataProvider<A>
- All Implemented Interfaces:
Serializable,ISortStateLocator<String>,ISortableDataProvider<A,,String> IDataProvider<A>,IDetachable,IClusterable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final SortableAnyProviderComparator<A> protected intprotected final booleanprotected Stringprotected static final Loggerprotected final PageReferenceprotected final Stringprotected final AbstractAnyRestClient<A> protected final StringFields inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvider
paginatorRows -
Constructor Summary
ConstructorsConstructorDescriptionAnyDataProvider(AbstractAnyRestClient<A> restClient, int paginatorRows, boolean filtered, String realm, String type, PageReference pageRef) -
Method Summary
Methods inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvider
setPaginatorRowsMethods inherited from class org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider
getSort, getSortState, setSort, setSortMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wicket.markup.repeater.data.IDataProvider
detach
-
Field Details
-
LOG
-
comparator
-
restClient
-
fiql
-
filtered
protected final boolean filtered -
realm
-
type
-
pageRef
-
currentPage
protected int currentPage
-
-
Constructor Details
-
AnyDataProvider
public AnyDataProvider(AbstractAnyRestClient<A> restClient, int paginatorRows, boolean filtered, String realm, String type, PageReference pageRef)
-
-
Method Details
-
iterator
-
size
public long size() -
setFIQL
-
model
-
getCurrentPage
public int getCurrentPage()
-