Liferay 6.0.5

com.liferay.portlet.bookmarks.service
Class BookmarksEntryServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.bookmarks.service.BookmarksEntryServiceWrapper
All Implemented Interfaces:
BookmarksEntryService

public class BookmarksEntryServiceWrapper
extends Object
implements BookmarksEntryService

This class is a wrapper for BookmarksEntryService.

See Also:
BookmarksEntryService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
BookmarksEntryServiceWrapper(BookmarksEntryService bookmarksEntryService)
           
 
Method Summary
 BookmarksEntry addEntry(long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
 void deleteEntry(long entryId)
           
 BookmarksEntry getEntry(long entryId)
           
 BookmarksEntryService getWrappedBookmarksEntryService()
           
 BookmarksEntry openEntry(long entryId)
           
 BookmarksEntry updateEntry(long entryId, long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookmarksEntryServiceWrapper

public BookmarksEntryServiceWrapper(BookmarksEntryService bookmarksEntryService)
Method Detail

addEntry

public BookmarksEntry addEntry(long groupId,
                               long folderId,
                               String name,
                               String url,
                               String comments,
                               ServiceContext serviceContext)
                        throws PortalException,
                               SystemException
Specified by:
addEntry in interface BookmarksEntryService
Throws:
PortalException
SystemException

deleteEntry

public void deleteEntry(long entryId)
                 throws PortalException,
                        SystemException
Specified by:
deleteEntry in interface BookmarksEntryService
Throws:
PortalException
SystemException

getEntry

public BookmarksEntry getEntry(long entryId)
                        throws PortalException,
                               SystemException
Specified by:
getEntry in interface BookmarksEntryService
Throws:
PortalException
SystemException

openEntry

public BookmarksEntry openEntry(long entryId)
                         throws PortalException,
                                SystemException
Specified by:
openEntry in interface BookmarksEntryService
Throws:
PortalException
SystemException

updateEntry

public BookmarksEntry updateEntry(long entryId,
                                  long groupId,
                                  long folderId,
                                  String name,
                                  String url,
                                  String comments,
                                  ServiceContext serviceContext)
                           throws PortalException,
                                  SystemException
Specified by:
updateEntry in interface BookmarksEntryService
Throws:
PortalException
SystemException

getWrappedBookmarksEntryService

public BookmarksEntryService getWrappedBookmarksEntryService()

Liferay 6.0.5