Liferay 6.1.2-ce-ga3

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

Packages that use BookmarksFolderFinder
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.bookmarks.service.base   
com.liferay.portlet.bookmarks.service.persistence   
 

Uses of BookmarksFolderFinder in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as BookmarksFolderFinder
protected  BookmarksFolderFinder GroupServiceBaseImpl.bookmarksFolderFinder
           
protected  BookmarksFolderFinder GroupLocalServiceBaseImpl.bookmarksFolderFinder
           
 

Methods in com.liferay.portal.service.base that return BookmarksFolderFinder
 BookmarksFolderFinder GroupServiceBaseImpl.getBookmarksFolderFinder()
          Returns the bookmarks folder finder.
 BookmarksFolderFinder GroupLocalServiceBaseImpl.getBookmarksFolderFinder()
          Returns the bookmarks folder finder.
 

Methods in com.liferay.portal.service.base with parameters of type BookmarksFolderFinder
 void GroupServiceBaseImpl.setBookmarksFolderFinder(BookmarksFolderFinder bookmarksFolderFinder)
          Sets the bookmarks folder finder.
 void GroupLocalServiceBaseImpl.setBookmarksFolderFinder(BookmarksFolderFinder bookmarksFolderFinder)
          Sets the bookmarks folder finder.
 

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

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

Methods in com.liferay.portlet.bookmarks.service.base that return BookmarksFolderFinder
 BookmarksFolderFinder BookmarksEntryServiceBaseImpl.getBookmarksFolderFinder()
          Returns the bookmarks folder finder.
 BookmarksFolderFinder BookmarksFolderServiceBaseImpl.getBookmarksFolderFinder()
          Returns the bookmarks folder finder.
 BookmarksFolderFinder BookmarksFolderLocalServiceBaseImpl.getBookmarksFolderFinder()
          Returns the bookmarks folder finder.
 BookmarksFolderFinder BookmarksEntryLocalServiceBaseImpl.getBookmarksFolderFinder()
          Returns the bookmarks folder finder.
 

Methods in com.liferay.portlet.bookmarks.service.base with parameters of type BookmarksFolderFinder
 void BookmarksEntryServiceBaseImpl.setBookmarksFolderFinder(BookmarksFolderFinder bookmarksFolderFinder)
          Sets the bookmarks folder finder.
 void BookmarksFolderServiceBaseImpl.setBookmarksFolderFinder(BookmarksFolderFinder bookmarksFolderFinder)
          Sets the bookmarks folder finder.
 void BookmarksFolderLocalServiceBaseImpl.setBookmarksFolderFinder(BookmarksFolderFinder bookmarksFolderFinder)
          Sets the bookmarks folder finder.
 void BookmarksEntryLocalServiceBaseImpl.setBookmarksFolderFinder(BookmarksFolderFinder bookmarksFolderFinder)
          Sets the bookmarks folder finder.
 

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

Classes in com.liferay.portlet.bookmarks.service.persistence that implement BookmarksFolderFinder
 class BookmarksFolderFinderImpl
           
 

Methods in com.liferay.portlet.bookmarks.service.persistence that return BookmarksFolderFinder
static BookmarksFolderFinder BookmarksFolderFinderUtil.getFinder()
           
 

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


Liferay 6.1.2-ce-ga3