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)
           
 java.util.List<BookmarksEntry> findByNoAssets()
           
 

Method Detail

countByFolderIds

int countByFolderIds(java.util.List<java.lang.Long> folderIds)
                     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