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
Modifier and TypeFieldDescriptionprotected final SortableAnyProviderComparator
<A> protected int
protected final boolean
protected String
protected static final Logger
protected final PageReference
protected final String
protected final AbstractAnyRestClient
<A> protected final String
Fields inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvider
paginatorRows
-
Constructor Summary
ConstructorDescriptionAnyDataProvider
(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
setPaginatorRows
Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider
getSort, getSortState, setSort, setSort
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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()
-