Package | Description |
---|---|
com.logicaldoc.core.document.dao |
Modifier and Type | Method and Description |
---|---|
List<Bookmark> |
HibernateBookmarkDAO.findByUserId(long userId) |
List<Bookmark> |
BookmarkDAO.findByUserId(long userId)
Finds all bookmarks for the given user id.
|
List<Bookmark> |
HibernateBookmarkDAO.findByUserIdAndDocId(long userId,
long docId) |
List<Bookmark> |
BookmarkDAO.findByUserIdAndDocId(long userId,
long docId)
Finds all bookmarks for the given user id and the given document id.
|
Copyright © 2008-2014 Logical Objects. All Rights Reserved.