public class SavedDocumentList extends Object implements DtoList<SavedDocument>
Modifier | Constructor and Description |
---|---|
protected |
SavedDocumentList()
Creates new instance.
|
|
SavedDocumentList(Collection<SavedDocument> savedDocuments)
Creates new instance.
|
|
SavedDocumentList(Collection<SavedDocument> savedDocuments,
long total)
Creates new instance.
|
|
SavedDocumentList(QueryResult<SavedDocument> savedDocuments)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
List<SavedDocument> |
getData()
Returns a list of saved documents.
|
long |
getTotal()
Returns the total number of to-dos.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
protected SavedDocumentList()
public SavedDocumentList(QueryResult<SavedDocument> savedDocuments)
savedDocuments
- public SavedDocumentList(Collection<SavedDocument> savedDocuments)
savedDocuments
- public SavedDocumentList(Collection<SavedDocument> savedDocuments, long total)
savedDocuments
- total
- public List<SavedDocument> getData()
getData
in interface DtoList<SavedDocument>
public long getTotal()
getTotal
in interface DtoList<SavedDocument>
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.