Class AnyDataProvider<A extends AnyTO>
- java.lang.Object
-
- org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<T,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
public class AnyDataProvider<A extends AnyTO> extends DirectoryDataProvider<A>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected SortableAnyProviderComparator<A>
comparator
protected int
currentPage
protected boolean
filtered
protected String
fiql
protected static Logger
LOG
protected PageReference
pageRef
protected String
realm
protected AbstractAnyRestClient<A>
restClient
protected String
type
-
Fields inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvider
paginatorRows
-
-
Constructor Summary
Constructors Constructor Description AnyDataProvider(AbstractAnyRestClient<A> restClient, int paginatorRows, boolean filtered, String realm, String type, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCurrentPage()
Iterator<A>
iterator(long first, long count)
IModel<A>
model(A object)
AnyDataProvider<A>
setFIQL(String fiql)
long
size()
-
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 Detail
-
LOG
protected static final Logger LOG
-
comparator
protected final SortableAnyProviderComparator<A extends AnyTO> comparator
-
restClient
protected final AbstractAnyRestClient<A extends AnyTO> restClient
-
fiql
protected String fiql
-
filtered
protected final boolean filtered
-
realm
protected final String realm
-
type
protected final String type
-
pageRef
protected final PageReference pageRef
-
currentPage
protected int currentPage
-
-
Constructor Detail
-
AnyDataProvider
public AnyDataProvider(AbstractAnyRestClient<A> restClient, int paginatorRows, boolean filtered, String realm, String type, PageReference pageRef)
-
-