Liferay 6.1.2-ce-ga3

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

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

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

Fields in com.liferay.portlet.asset.service.base declared as BookmarksEntryFinder
protected  BookmarksEntryFinder AssetEntryServiceBaseImpl.bookmarksEntryFinder
           
protected  BookmarksEntryFinder AssetEntryLocalServiceBaseImpl.bookmarksEntryFinder
           
 

Methods in com.liferay.portlet.asset.service.base that return BookmarksEntryFinder
 BookmarksEntryFinder AssetEntryServiceBaseImpl.getBookmarksEntryFinder()
          Returns the bookmarks entry finder.
 BookmarksEntryFinder AssetEntryLocalServiceBaseImpl.getBookmarksEntryFinder()
          Returns the bookmarks entry finder.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type BookmarksEntryFinder
 void AssetEntryServiceBaseImpl.setBookmarksEntryFinder(BookmarksEntryFinder bookmarksEntryFinder)
          Sets the bookmarks entry finder.
 void AssetEntryLocalServiceBaseImpl.setBookmarksEntryFinder(BookmarksEntryFinder bookmarksEntryFinder)
          Sets the bookmarks entry finder.
 

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

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

Methods in com.liferay.portlet.bookmarks.service.base that return BookmarksEntryFinder
 BookmarksEntryFinder BookmarksEntryServiceBaseImpl.getBookmarksEntryFinder()
          Returns the bookmarks entry finder.
 BookmarksEntryFinder BookmarksFolderServiceBaseImpl.getBookmarksEntryFinder()
          Returns the bookmarks entry finder.
 BookmarksEntryFinder BookmarksFolderLocalServiceBaseImpl.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 BookmarksEntryServiceBaseImpl.setBookmarksEntryFinder(BookmarksEntryFinder bookmarksEntryFinder)
          Sets the bookmarks entry finder.
 void BookmarksFolderServiceBaseImpl.setBookmarksEntryFinder(BookmarksEntryFinder bookmarksEntryFinder)
          Sets the bookmarks entry finder.
 void BookmarksFolderLocalServiceBaseImpl.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
 

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

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)
           
 


Liferay 6.1.2-ce-ga3