Class AuthProfileDirectoryPanel.AuthProfileProvider
- java.lang.Object
-
- org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<T,String>
-
- org.apache.syncope.client.console.commons.DirectoryDataProvider<org.apache.syncope.common.lib.to.AuthProfileTO>
-
- org.apache.syncope.client.console.authprofiles.AuthProfileDirectoryPanel.AuthProfileProvider
-
- All Implemented Interfaces:
Serializable,org.apache.wicket.extensions.markup.html.repeater.data.sort.ISortStateLocator<String>,org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider<org.apache.syncope.common.lib.to.AuthProfileTO,String>,org.apache.wicket.markup.repeater.data.IDataProvider<org.apache.syncope.common.lib.to.AuthProfileTO>,org.apache.wicket.model.IDetachable,org.apache.wicket.util.io.IClusterable
- Enclosing class:
- AuthProfileDirectoryPanel
protected final class AuthProfileDirectoryPanel.AuthProfileProvider extends DirectoryDataProvider<org.apache.syncope.common.lib.to.AuthProfileTO>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvider
paginatorRows
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<org.apache.syncope.common.lib.to.AuthProfileTO>iterator(long first, long count)org.apache.wicket.model.IModel<org.apache.syncope.common.lib.to.AuthProfileTO>model(org.apache.syncope.common.lib.to.AuthProfileTO object)longsize()-
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
-
-
-
-
Method Detail
-
iterator
public Iterator<org.apache.syncope.common.lib.to.AuthProfileTO> iterator(long first, long count)
-
size
public long size()
-
model
public org.apache.wicket.model.IModel<org.apache.syncope.common.lib.to.AuthProfileTO> model(org.apache.syncope.common.lib.to.AuthProfileTO object)
-
-