| Modifier | Constructor and Description |
|---|---|
protected |
TodoList()
Creates new instance.
|
|
TodoList(java.util.Collection<Todo> todos)
Creates new instance.
|
|
TodoList(java.util.Collection<Todo> modules,
long total)
Creates new instance.
|
|
TodoList(QueryResult<Todo> todos)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Todo> |
getData()
Returns a list of to-dos.
|
long |
getTotal()
Returns the total number of to-dos.
|
protected TodoList()
public TodoList(QueryResult<Todo> todos)
todos - public TodoList(java.util.Collection<Todo> todos)
todos - public TodoList(java.util.Collection<Todo> modules, long total)
modules - total - public java.util.List<Todo> getData()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.