com.liferay.portal.kernel.exception.SystemException; public void deleteEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException; @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public java.util.List<com.liferay.portlet.bookmarks.model.BookmarksEntry> getEntries( long groupId, long folderId, int start, int end) throws com.liferay.portal.kernel.exception.SystemException; @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public java.util.List<com.liferay.portlet.bookmarks.model.BookmarksEntry> getEntries( long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator) throws com.liferay.portal.kernel.exception.SystemException; @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public int getEntriesCount(long groupId, long folderId) throws com.liferay.portal.kernel.exception.SystemException; @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public com.liferay.portlet.bookmarks.model.BookmarksEntry getEntry( long entryId) throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException; @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public int getFoldersEntriesCount(long groupId, java.util.List<java.lang.Long> folderIds) throws com.liferay.portal.kernel.exception.SystemException; @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public java.util.List<com.liferay.portlet.bookmarks.model.BookmarksEntry> getGroupEntries( long groupId, int start, int end) throws com.liferay.portal.kernel.exception.SystemException; @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public java.util.List<com.liferay.portlet.bookmarks.model.BookmarksEntry> getGroupEntries( long groupId, long userId, int start, int end) throws com.liferay.portal.kernel.exception.SystemException; @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public int getGroupEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.SystemException; @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public int getGroupEntriesCount(long groupId, long userId) throws com.liferay.portal.kernel.exception.SystemException;