Liferay 6.2-ce-ga5

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

Packages that use BookmarksEntryService
com.liferay.portlet.bookmarks.service   
 

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

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

Methods in com.liferay.portlet.bookmarks.service that return BookmarksEntryService
static BookmarksEntryService BookmarksEntryServiceUtil.getService()
           
 BookmarksEntryService BookmarksEntryServiceWrapper.getWrappedBookmarksEntryService()
          Deprecated. As of 6.1.0, replaced by BookmarksEntryServiceWrapper.getWrappedService()
 BookmarksEntryService BookmarksEntryServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.bookmarks.service with parameters of type BookmarksEntryService
 void BookmarksEntryServiceUtil.setService(BookmarksEntryService service)
          Deprecated. As of 6.2.0
 void BookmarksEntryServiceWrapper.setWrappedBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
          Deprecated. As of 6.1.0, replaced by 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)
           
 


Liferay 6.2-ce-ga5