Class AnyStatusDirectoryPanel.AnyStatusProvider
java.lang.Object
org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<StatusBean,String>
org.apache.syncope.client.console.commons.DirectoryDataProvider<StatusBean>
org.apache.syncope.client.console.commons.status.AbstractStatusBeanProvider
org.apache.syncope.client.console.status.AnyStatusDirectoryPanel.AnyStatusProvider
- All Implemented Interfaces:
Serializable
,ISortStateLocator<String>
,ISortableDataProvider<StatusBean,
,String> IDataProvider<StatusBean>
,IDetachable
,IClusterable
- Enclosing class:
AnyStatusDirectoryPanel
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.console.commons.status.AbstractStatusBeanProvider
comparator
Fields inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvider
paginatorRows
-
Method Summary
Modifier and TypeMethodDescriptionprotected List
<StatusBean> getStatusBeans
(long first, long count) Methods inherited from class org.apache.syncope.client.console.commons.status.AbstractStatusBeanProvider
iterator, model, 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
-
Method Details
-
getStatusBeans
- Specified by:
getStatusBeans
in classAbstractStatusBeanProvider
-