Liferay 6.1.2-ce-ga3

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

All Known Implementing Classes:
BookmarksEntryFinderImpl

public interface BookmarksEntryFinder


Method Summary
 List<BookmarksEntry> findByNoAssets()
           
 List<BookmarksEntry> findByNoResourceBlocks()
           
 

Method Detail

findByNoAssets

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

findByNoResourceBlocks

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

Liferay 6.1.2-ce-ga3