Liferay 6.0.5

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

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

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

Fields in com.liferay.portlet.asset.service.base declared as BookmarksEntryPersistence
protected  BookmarksEntryPersistence AssetEntryServiceBaseImpl.bookmarksEntryPersistence
           
protected  BookmarksEntryPersistence AssetEntryLocalServiceBaseImpl.bookmarksEntryPersistence
           
 

Methods in com.liferay.portlet.asset.service.base that return BookmarksEntryPersistence
 BookmarksEntryPersistence AssetEntryServiceBaseImpl.getBookmarksEntryPersistence()
          Gets the bookmarks entry persistence.
 BookmarksEntryPersistence AssetEntryLocalServiceBaseImpl.getBookmarksEntryPersistence()
          Gets the bookmarks entry persistence.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type BookmarksEntryPersistence
 void AssetEntryServiceBaseImpl.setBookmarksEntryPersistence(BookmarksEntryPersistence bookmarksEntryPersistence)
          Sets the bookmarks entry persistence.
 void AssetEntryLocalServiceBaseImpl.setBookmarksEntryPersistence(BookmarksEntryPersistence bookmarksEntryPersistence)
          Sets the bookmarks entry persistence.
 

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

Fields in com.liferay.portlet.asset.service.persistence declared as BookmarksEntryPersistence
protected  BookmarksEntryPersistence AssetEntryPersistenceImpl.bookmarksEntryPersistence
           
 

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()
          Gets the bookmarks entry persistence.
 BookmarksEntryPersistence BookmarksFolderLocalServiceBaseImpl.getBookmarksEntryPersistence()
          Gets the bookmarks entry persistence.
 BookmarksEntryPersistence BookmarksEntryServiceBaseImpl.getBookmarksEntryPersistence()
          Gets the bookmarks entry persistence.
 BookmarksEntryPersistence BookmarksEntryLocalServiceBaseImpl.getBookmarksEntryPersistence()
          Gets 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
 

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

Fields in com.liferay.portlet.bookmarks.service.persistence declared as BookmarksEntryPersistence
protected  BookmarksEntryPersistence BookmarksFolderPersistenceImpl.bookmarksEntryPersistence
           
protected  BookmarksEntryPersistence BookmarksEntryPersistenceImpl.bookmarksEntryPersistence
           
 

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)
           
 


Liferay 6.0.5