Liferay 6.1.0

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
           This class is a wrapper for BookmarksEntryService.
 

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

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

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


Liferay 6.1.0