Class NetworkServiceDirectoryPanel.NetworkServiceProvider
- java.lang.Object
- 
- org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<T,String>
- 
- org.apache.syncope.client.console.commons.DirectoryDataProvider<NetworkService>
- 
- org.apache.syncope.client.console.panels.NetworkServiceDirectoryPanel.NetworkServiceProvider
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- ISortStateLocator<String>,- ISortableDataProvider<NetworkService,String>,- IDataProvider<NetworkService>,- IDetachable,- IClusterable
 - Enclosing class:
- NetworkServiceDirectoryPanel
 
 protected class NetworkServiceDirectoryPanel.NetworkServiceProvider extends DirectoryDataProvider<NetworkService> - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.syncope.client.console.commons.DirectoryDataProviderpaginatorRows
 
- 
 - 
Constructor SummaryConstructors Constructor Description NetworkServiceProvider(int paginatorRows)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<NetworkService>iterator(long first, long count)IModel<NetworkService>model(NetworkService service)longsize()- 
Methods inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvidersetPaginatorRows
 - 
Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvidergetSort, getSortState, setSort, setSort
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.wicket.markup.repeater.data.IDataProviderdetach
 
- 
 
- 
- 
- 
Method Detail- 
iteratorpublic Iterator<NetworkService> iterator(long first, long count) 
 - 
sizepublic long size() 
 - 
modelpublic IModel<NetworkService> model(NetworkService service) 
 
- 
 
-