Liferay 7.0-ce-m2

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

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

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

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

Methods in com.liferay.portlet.bookmarks.service.base that return BookmarksEntryPersistence
 BookmarksEntryPersistence BookmarksFolderServiceBaseImpl.getBookmarksEntryPersistence()
          Returns the bookmarks entry persistence.
 BookmarksEntryPersistence BookmarksFolderLocalServiceBaseImpl.getBookmarksEntryPersistence()
          Returns the bookmarks entry persistence.
 BookmarksEntryPersistence BookmarksEntryServiceBaseImpl.getBookmarksEntryPersistence()
          Returns the bookmarks entry persistence.
 BookmarksEntryPersistence BookmarksEntryLocalServiceBaseImpl.getBookmarksEntryPersistence()
          Returns the bookmarks entry persistence.
 

Methods in com.liferay.portlet.bookmarks.service.base with parameters of type BookmarksEntryPersistence
 void BookmarksFolderServiceBaseImpl.setBookmarksEntryPersistence(BookmarksEntryPersistence bookmarksEntryPersistence)
          Sets the bookmarks entry persistence.
 void BookmarksFolderLocalServiceBaseImpl.setBookmarksEntryPersistence(BookmarksEntryPersistence bookmarksEntryPersistence)
          Sets the bookmarks entry persistence.
 void BookmarksEntryServiceBaseImpl.setBookmarksEntryPersistence(BookmarksEntryPersistence bookmarksEntryPersistence)
          Sets the bookmarks entry persistence.
 void BookmarksEntryLocalServiceBaseImpl.setBookmarksEntryPersistence(BookmarksEntryPersistence bookmarksEntryPersistence)
          Sets the bookmarks entry persistence.
 

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

Methods in com.liferay.portlet.bookmarks.service.persistence that return BookmarksEntryPersistence
static BookmarksEntryPersistence BookmarksEntryUtil.getPersistence()
           
 

Methods in com.liferay.portlet.bookmarks.service.persistence with parameters of type BookmarksEntryPersistence
 void BookmarksEntryUtil.setPersistence(BookmarksEntryPersistence persistence)
          Deprecated. As of 6.2.0
 

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

Classes in com.liferay.portlet.bookmarks.service.persistence.impl that implement BookmarksEntryPersistence
 class BookmarksEntryPersistenceImpl
          The persistence implementation for the bookmarks entry service.
 


Liferay 7.0-ce-m2