com.liferay.portlet.bookmarks.service.persistence
Class BookmarksEntryFinderUtil

java.lang.Object
  extended bycom.liferay.portlet.bookmarks.service.persistence.BookmarksEntryFinderUtil

public class BookmarksEntryFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
BookmarksEntryFinderUtil()
           
 
Method Summary
static int countByFolderIds(java.util.List folderIds)
           
static int countByG_U(long groupId, long userId)
           
static int countByGroupId(long groupId)
           
static java.util.List findByG_U(long groupId, long userId, int begin, int end)
           
static java.util.List findByGroupId(long groupId, int begin, int end)
           
static java.util.List findByNoAssets()
           
static BookmarksEntry findByUuid_G(java.lang.String uuid, long groupId)
           
static BookmarksEntryFinder getFinder()
           
 void setFinder(BookmarksEntryFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookmarksEntryFinderUtil

public BookmarksEntryFinderUtil()
Method Detail

countByFolderIds

public static int countByFolderIds(java.util.List folderIds)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByGroupId

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

countByG_U

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

findByGroupId

public static java.util.List findByGroupId(long groupId,
                                           int begin,
                                           int end)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByNoAssets

public static java.util.List findByNoAssets()
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUuid_G

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

findByG_U

public static java.util.List findByG_U(long groupId,
                                       long userId,
                                       int begin,
                                       int end)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static BookmarksEntryFinder getFinder()

setFinder

public void setFinder(BookmarksEntryFinder finder)