Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.bookmarks.service.BookmarksEntryService

Packages that use BookmarksEntryService
com.liferay.portlet.asset.service.base   
com.liferay.portlet.bookmarks.service   
com.liferay.portlet.bookmarks.service.base   
com.liferay.portlet.bookmarks.service.impl   
 

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

Fields in com.liferay.portlet.asset.service.base declared as BookmarksEntryService
protected  BookmarksEntryService AssetEntryServiceBaseImpl.bookmarksEntryService
           
protected  BookmarksEntryService AssetEntryLocalServiceBaseImpl.bookmarksEntryService
           
 

Methods in com.liferay.portlet.asset.service.base that return BookmarksEntryService
 BookmarksEntryService AssetEntryServiceBaseImpl.getBookmarksEntryService()
          Returns the bookmarks entry remote service.
 BookmarksEntryService AssetEntryLocalServiceBaseImpl.getBookmarksEntryService()
          Returns the bookmarks entry remote service.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type BookmarksEntryService
 void AssetEntryServiceBaseImpl.setBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
          Sets the bookmarks entry remote service.
 void AssetEntryLocalServiceBaseImpl.setBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
          Sets the bookmarks entry remote service.
 

Uses of BookmarksEntryService in com.liferay.portlet.bookmarks.service
 

Classes in com.liferay.portlet.bookmarks.service that implement BookmarksEntryService
 class BookmarksEntryServiceWrapper
           This class is a wrapper for BookmarksEntryService.
 

Methods in com.liferay.portlet.bookmarks.service that return BookmarksEntryService
static BookmarksEntryService BookmarksEntryServiceUtil.getService()
           
 BookmarksEntryService BookmarksEntryServiceWrapper.getWrappedBookmarksEntryService()
          Deprecated. Renamed to BookmarksEntryServiceWrapper.getWrappedService()
 BookmarksEntryService BookmarksEntryServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.bookmarks.service with parameters of type BookmarksEntryService
 void BookmarksEntryServiceUtil.setService(BookmarksEntryService service)
          Deprecated.  
 void BookmarksEntryServiceWrapper.setWrappedBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
          Deprecated. Renamed to BookmarksEntryServiceWrapper.setWrappedService(com.liferay.portlet.bookmarks.service.BookmarksEntryService)
 void BookmarksEntryServiceWrapper.setWrappedService(BookmarksEntryService bookmarksEntryService)
           
 

Constructors in com.liferay.portlet.bookmarks.service with parameters of type BookmarksEntryService
BookmarksEntryServiceWrapper(BookmarksEntryService bookmarksEntryService)
           
 

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

Classes in com.liferay.portlet.bookmarks.service.base that implement BookmarksEntryService
 class BookmarksEntryServiceBaseImpl
          The base implementation of the bookmarks entry remote service.
 

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

Methods in com.liferay.portlet.bookmarks.service.base that return BookmarksEntryService
 BookmarksEntryService BookmarksEntryServiceBaseImpl.getBookmarksEntryService()
          Returns the bookmarks entry remote service.
 BookmarksEntryService BookmarksFolderServiceBaseImpl.getBookmarksEntryService()
          Returns the bookmarks entry remote service.
 BookmarksEntryService BookmarksFolderLocalServiceBaseImpl.getBookmarksEntryService()
          Returns the bookmarks entry remote service.
 BookmarksEntryService BookmarksEntryLocalServiceBaseImpl.getBookmarksEntryService()
          Returns the bookmarks entry remote service.
 

Methods in com.liferay.portlet.bookmarks.service.base with parameters of type BookmarksEntryService
 void BookmarksEntryServiceBaseImpl.setBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
          Sets the bookmarks entry remote service.
 void BookmarksFolderServiceBaseImpl.setBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
          Sets the bookmarks entry remote service.
 void BookmarksFolderLocalServiceBaseImpl.setBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
          Sets the bookmarks entry remote service.
 void BookmarksEntryLocalServiceBaseImpl.setBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
          Sets the bookmarks entry remote service.
 

Uses of BookmarksEntryService in com.liferay.portlet.bookmarks.service.impl
 

Classes in com.liferay.portlet.bookmarks.service.impl that implement BookmarksEntryService
 class BookmarksEntryServiceImpl
           
 


Liferay 6.1.2-ce-ga3