com.liferay.portlet.bookmarks.service.persistence
Interface BookmarksEntryFinder


public interface BookmarksEntryFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByFolderIds(java.util.List<java.lang.Long> folderIds)
           
 int countByG_U(long groupId, long userId)
           
 int countByGroupId(long groupId)
           
 java.util.List<BookmarksEntry> findByG_U(long groupId, long userId, int start, int end)
           
 java.util.List<BookmarksEntry> findByGroupId(long groupId, int start, int end)
           
 java.util.List<BookmarksEntry> findByNoAssets()
           
 BookmarksEntry findByUuid_G(java.lang.String uuid, long groupId)
           
 

Method Detail

countByFolderIds

int countByFolderIds(java.util.List<java.lang.Long> folderIds)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByGroupId

int countByGroupId(long groupId)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByG_U

int countByG_U(long groupId,
               long userId)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByGroupId

java.util.List<BookmarksEntry> findByGroupId(long groupId,
                                             int start,
                                             int end)
                                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByNoAssets

java.util.List<BookmarksEntry> findByNoAssets()
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUuid_G

BookmarksEntry findByUuid_G(java.lang.String uuid,
                            long groupId)
                            throws com.liferay.portal.SystemException,
                                   NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByG_U

java.util.List<BookmarksEntry> findByG_U(long groupId,
                                         long userId,
                                         int start,
                                         int end)
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException