public interface DocumentNoteDAO extends PersistentObjectDAO<DocumentNote>
DocumentNote handling.| Modifier and Type | Method and Description |
|---|---|
List<DocumentNote> |
findByDocId(long docId)
This method finds the list of document note regarding a document with the
given ID.
|
List<DocumentNote> |
findByUserId(long userId)
This method finds the list of document notes regarding posted by a
specific user.
|
bulkUpdate, delete, deleteAll, findAll, findAllIds, findById, findByQuery, findByWhere, findByWhere, findIdsByWhere, findIdsByWhere, getDbms, initialize, jdbcUpdate, jdbcUpdate, query, queryForInt, queryForList, queryForList, queryForLong, queryForRowSet, storeList<DocumentNote> findByDocId(long docId)
docId - ID of the document.List<DocumentNote> findByUserId(long userId)
userId - ID of the userCopyright © 2008-2014 Logical Objects. All Rights Reserved.