com.liferay.portlet.bookmarks.service
Interface BookmarksEntryService


public interface BookmarksEntryService

View Source

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

This interface defines the service. The default implementation is com.liferay.portlet.bookmarks.service.impl.BookmarksEntryServiceImpl. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.

Author:
Brian Wing Shun Chan
See Also:
BookmarksEntryServiceUtil

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)
           
 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)
           
 

Method Detail

addEntry

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 java.rmi.RemoteException,
                               com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Throws:
java.rmi.RemoteException
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addEntry

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 java.rmi.RemoteException,
                               com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Throws:
java.rmi.RemoteException
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteEntry

void deleteEntry(long entryId)
                 throws java.rmi.RemoteException,
                        com.liferay.portal.PortalException,
                        com.liferay.portal.SystemException
Throws:
java.rmi.RemoteException
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getEntry

BookmarksEntry getEntry(long entryId)
                        throws java.rmi.RemoteException,
                               com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Throws:
java.rmi.RemoteException
com.liferay.portal.PortalException
com.liferay.portal.SystemException

openEntry

BookmarksEntry openEntry(long entryId)
                         throws java.rmi.RemoteException,
                                com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException
Throws:
java.rmi.RemoteException
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateEntry

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