1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 09:46:17 +00:00
This commit is contained in:
jendib
2013-09-02 23:28:38 +02:00
parent a80bc27582
commit b399e4081f
2 changed files with 4 additions and 1 deletions

View File

@@ -138,7 +138,7 @@ public class DocumentDao {
*
* @param paginatedList List of documents (updated by side effects)
* @param criteria Search criteria
* @return List of document
* @return List of documents
* @throws Exception
*/
public void findByCriteria(PaginatedList<DocumentDto> paginatedList, DocumentCriteria criteria, SortCriteria sortCriteria) throws Exception {

View File

@@ -39,6 +39,9 @@ public class DocumentDto {
*/
private Boolean shared;
/**
* File count.
*/
private Integer fileCount;
/**