Liferay 7.0-ce-m2

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

Packages that use BookmarksEntryFinder
com.liferay.portlet.bookmarks.service.base   
com.liferay.portlet.bookmarks.service.persistence   
com.liferay.portlet.bookmarks.service.persistence.impl   
 

Uses of BookmarksEntryFinder in com.liferay.portlet.bookmarks.service.base
 

Fields in com.liferay.portlet.bookmarks.service.base declared as BookmarksEntryFinder
protected  BookmarksEntryFinder BookmarksFolderServiceBaseImpl.bookmarksEntryFinder
           
protected  BookmarksEntryFinder BookmarksFolderLocalServiceBaseImpl.bookmarksEntryFinder
           
protected  BookmarksEntryFinder BookmarksEntryServiceBaseImpl.bookmarksEntryFinder
           
protected  BookmarksEntryFinder BookmarksEntryLocalServiceBaseImpl.bookmarksEntryFinder
           
 

Methods in com.liferay.portlet.bookmarks.service.base that return BookmarksEntryFinder
 BookmarksEntryFinder BookmarksFolderServiceBaseImpl.getBookmarksEntryFinder()
          Returns the bookmarks entry finder.
 BookmarksEntryFinder BookmarksFolderLocalServiceBaseImpl.getBookmarksEntryFinder()
          Returns the bookmarks entry finder.
 BookmarksEntryFinder BookmarksEntryServiceBaseImpl.getBookmarksEntryFinder()
          Returns the bookmarks entry finder.
 BookmarksEntryFinder BookmarksEntryLocalServiceBaseImpl.getBookmarksEntryFinder()
          Returns the bookmarks entry finder.
 

Methods in com.liferay.portlet.bookmarks.service.base with parameters of type BookmarksEntryFinder
 void BookmarksFolderServiceBaseImpl.setBookmarksEntryFinder(BookmarksEntryFinder bookmarksEntryFinder)
          Sets the bookmarks entry finder.
 void BookmarksFolderLocalServiceBaseImpl.setBookmarksEntryFinder(BookmarksEntryFinder bookmarksEntryFinder)
          Sets the bookmarks entry finder.
 void BookmarksEntryServiceBaseImpl.setBookmarksEntryFinder(BookmarksEntryFinder bookmarksEntryFinder)
          Sets the bookmarks entry finder.
 void BookmarksEntryLocalServiceBaseImpl.setBookmarksEntryFinder(BookmarksEntryFinder bookmarksEntryFinder)
          Sets the bookmarks entry finder.
 

Uses of BookmarksEntryFinder in com.liferay.portlet.bookmarks.service.persistence
 

Methods in com.liferay.portlet.bookmarks.service.persistence that return BookmarksEntryFinder
static BookmarksEntryFinder BookmarksEntryFinderUtil.getFinder()
           
 

Methods in com.liferay.portlet.bookmarks.service.persistence with parameters of type BookmarksEntryFinder
 void BookmarksEntryFinderUtil.setFinder(BookmarksEntryFinder finder)
           
 

Uses of BookmarksEntryFinder in com.liferay.portlet.bookmarks.service.persistence.impl
 

Classes in com.liferay.portlet.bookmarks.service.persistence.impl that implement BookmarksEntryFinder
 class BookmarksEntryFinderImpl
           
 


Liferay 7.0-ce-m2