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

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

public class BookmarksEntryFinder
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String COUNT_BY_FOLDER_IDS
           
static java.lang.String COUNT_BY_G_U
           
static java.lang.String COUNT_BY_GROUP_ID
           
static java.lang.String FIND_BY_G_U
           
static java.lang.String FIND_BY_GROUP_ID
           
static java.lang.String FIND_BY_NO_ASSETS
           
 
Constructor Summary
BookmarksEntryFinder()
           
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_FOLDER_IDS

public static java.lang.String COUNT_BY_FOLDER_IDS

COUNT_BY_GROUP_ID

public static java.lang.String COUNT_BY_GROUP_ID

COUNT_BY_G_U

public static java.lang.String COUNT_BY_G_U

FIND_BY_GROUP_ID

public static java.lang.String FIND_BY_GROUP_ID

FIND_BY_NO_ASSETS

public static java.lang.String FIND_BY_NO_ASSETS

FIND_BY_G_U

public static java.lang.String FIND_BY_G_U
Constructor Detail

BookmarksEntryFinder

public BookmarksEntryFinder()
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

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