public interface DocumentDao extends com.whitestein.lsps.common.BasicDao<Document,Long>
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
getAllDocuments()
Returns all documents.
|
List<Document> |
getDocuments(DocumentType type)
Returns documents of type.
|
List<Document> |
getDocuments(long moduleId)
Returns documents for the module.
|
List<Document> getDocuments(long moduleId)
moduleId - List<Document> getDocuments(DocumentType type)
type - Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.