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 java.lang.Object
implements BookmarksEntryService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for BookmarksEntryService.

Author:
Brian Wing Shun Chan
See Also:
BookmarksEntryService
Generated:

Constructor Summary
BookmarksEntryServiceWrapper(BookmarksEntryService bookmarksEntryService)
           
 
Method Summary
 BookmarksEntry addEntry(long folderId, java.lang.String name, java.lang.String url, java.lang.String comments, java.lang.String[] tagsEntries, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 BookmarksEntry addEntry(long folderId, java.lang.String name, java.lang.String url, java.lang.String comments, java.lang.String[] tagsEntries, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void deleteEntry(long entryId)
           
 BookmarksEntry getEntry(long entryId)
           
 BookmarksEntryService getWrappedBookmarksEntryService()
           
 BookmarksEntry openEntry(long entryId)
           
 BookmarksEntry updateEntry(long entryId, long folderId, java.lang.String name, java.lang.String url, java.lang.String comments, java.lang.String[] tagsEntries)
           
 
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 folderId,
                               java.lang.String name,
                               java.lang.String url,
                               java.lang.String comments,
                               java.lang.String[] tagsEntries,
                               boolean addCommunityPermissions,
                               boolean addGuestPermissions)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException,
                               java.rmi.RemoteException
Specified by:
addEntry in interface BookmarksEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

addEntry

public BookmarksEntry addEntry(long folderId,
                               java.lang.String name,
                               java.lang.String url,
                               java.lang.String comments,
                               java.lang.String[] tagsEntries,
                               java.lang.String[] communityPermissions,
                               java.lang.String[] guestPermissions)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException,
                               java.rmi.RemoteException
Specified by:
addEntry in interface BookmarksEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

deleteEntry

public void deleteEntry(long entryId)
                 throws com.liferay.portal.PortalException,
                        com.liferay.portal.SystemException,
                        java.rmi.RemoteException
Specified by:
deleteEntry in interface BookmarksEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getEntry

public BookmarksEntry getEntry(long entryId)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException,
                               java.rmi.RemoteException
Specified by:
getEntry in interface BookmarksEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

openEntry

public BookmarksEntry openEntry(long entryId)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException,
                                java.rmi.RemoteException
Specified by:
openEntry in interface BookmarksEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

updateEntry

public BookmarksEntry updateEntry(long entryId,
                                  long folderId,
                                  java.lang.String name,
                                  java.lang.String url,
                                  java.lang.String comments,
                                  java.lang.String[] tagsEntries)
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException,
                                  java.rmi.RemoteException
Specified by:
updateEntry in interface BookmarksEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getWrappedBookmarksEntryService

public BookmarksEntryService getWrappedBookmarksEntryService()