Package | Description |
---|---|
com.logicaldoc.core.document.dao |
Modifier and Type | Method and Description |
---|---|
List<DocumentNote> |
HibernateDocumentNoteDAO.findByDocId(long docId) |
List<DocumentNote> |
DocumentNoteDAO.findByDocId(long docId)
This method finds the list of document note regarding a document with the
given ID.
|
List<DocumentNote> |
HibernateDocumentNoteDAO.findByUserId(long userId) |
List<DocumentNote> |
DocumentNoteDAO.findByUserId(long userId)
This method finds the list of document notes regarding posted by a
specific user.
|
Copyright © 2008-2014 Logical Objects. All Rights Reserved.