Class ResourceDataProvider
java.lang.Object
org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<Serializable,String>
org.apache.syncope.client.console.commons.DirectoryDataProvider<Serializable>
org.apache.syncope.client.console.commons.ResourceDataProvider
- All Implemented Interfaces:
Serializable,ISortStateLocator<String>,ISortableDataProvider<Serializable,,String> IDataProvider<Serializable>,IDetachable,IClusterable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected final Stringprotected static final Loggerprotected final PageReferenceprotected final ResourceRestClientFields inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvider
paginatorRows -
Constructor Summary
ConstructorsConstructorDescriptionResourceDataProvider(ResourceRestClient resourceRestClient, int paginatorRows, PageReference pageRef, String keyword) -
Method Summary
Modifier and TypeMethodDescriptionintiterator(long first, long count) model(Serializable object) longsize()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
-
resourceRestClient
-
pageRef
-
currentPage
protected int currentPage -
keyword
-
-
Constructor Details
-
ResourceDataProvider
public ResourceDataProvider(ResourceRestClient resourceRestClient, int paginatorRows, PageReference pageRef, String keyword)
-
-
Method Details
-
iterator
-
size
public long size() -
model
-
getCurrentPage
public int getCurrentPage()
-