Liferay 6.1.2-ce-ga3

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

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

public class BookmarksFolderFinderUtil
extends Object


Constructor Summary
BookmarksFolderFinderUtil()
           
 
Method Summary
static List<BookmarksFolder> findByNoResourceBlocks()
           
static BookmarksFolderFinder getFinder()
           
 void setFinder(BookmarksFolderFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookmarksFolderFinderUtil

public BookmarksFolderFinderUtil()
Method Detail

findByNoResourceBlocks

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

getFinder

public static BookmarksFolderFinder getFinder()

setFinder

public void setFinder(BookmarksFolderFinder finder)

Liferay 6.1.2-ce-ga3