Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryFinderUtil

public class BookmarksEntryFinderUtil
extends Object


Constructor Summary
BookmarksEntryFinderUtil()
           
 
Method Summary
static List<BookmarksEntry> findByNoAssets()
           
static List<BookmarksEntry> findByNoResourceBlocks()
           
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

findByNoAssets

public static List<BookmarksEntry> findByNoAssets()
                                           throws SystemException
Throws:
SystemException

findByNoResourceBlocks

public static List<BookmarksEntry> findByNoResourceBlocks()
                                                   throws SystemException
Throws:
SystemException

getFinder

public static BookmarksEntryFinder getFinder()

setFinder

public void setFinder(BookmarksEntryFinder finder)

Liferay 6.1.2-ce-ga3