org.syncope.console.pages
Class Tasks.TaskExecutionsProvider

java.lang.Object
  extended by org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<TaskExecTO>
      extended by org.syncope.console.pages.Tasks.TaskExecutionsProvider
All Implemented Interfaces:
Serializable, org.apache.wicket.extensions.markup.html.repeater.data.sort.ISortStateLocator, org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider<TaskExecTO>, org.apache.wicket.IClusterable, org.apache.wicket.markup.repeater.data.IDataProvider<TaskExecTO>, org.apache.wicket.model.IDetachable
Enclosing class:
Tasks

public static class Tasks.TaskExecutionsProvider
extends org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<TaskExecTO>

See Also:
Serialized Form

Constructor Summary
Tasks.TaskExecutionsProvider(TaskTO taskTO)
           
 
Method Summary
 List<TaskExecTO> getTaskDB()
           
 Iterator<TaskExecTO> iterator(int first, int count)
           
 org.apache.wicket.model.IModel<TaskExecTO> model(TaskExecTO taskExecution)
           
 int size()
           
 
Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider
detach, getSort, getSortState, setSort, setSort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tasks.TaskExecutionsProvider

public Tasks.TaskExecutionsProvider(TaskTO taskTO)
Method Detail

iterator

public Iterator<TaskExecTO> iterator(int first,
                                     int count)

size

public int size()

model

public org.apache.wicket.model.IModel<TaskExecTO> model(TaskExecTO taskExecution)

getTaskDB

public List<TaskExecTO> getTaskDB()


Copyright © 2011. All Rights Reserved.