| com.liferay.portlet.bookmarks.service.BookmarksEntryService
All known Subclasses: com.liferay.portlet.bookmarks.service.base.BookmarksEntryServiceBaseImpl,
BookmarksEntryService | public interface BookmarksEntryService (Code) | | 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: com.liferay.portlet.bookmarks.service.BookmarksEntryServiceFactory See Also: com.liferay.portlet.bookmarks.service.BookmarksEntryServiceUtil |
Method Summary | |
public com.liferay.portlet.bookmarks.model.BookmarksEntry | addEntry(long folderId, java.lang.String name, java.lang.String url, java.lang.String comments, java.lang.String[] tagsEntries, boolean addCommunityPermissions, boolean addGuestPermissions) | public com.liferay.portlet.bookmarks.model.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) | public void | deleteEntry(long entryId) | public com.liferay.portlet.bookmarks.model.BookmarksEntry | getEntry(long entryId) | public com.liferay.portlet.bookmarks.model.BookmarksEntry | openEntry(long entryId) | public com.liferay.portlet.bookmarks.model.BookmarksEntry | updateEntry(long entryId, long folderId, java.lang.String name, java.lang.String url, java.lang.String comments, java.lang.String[] tagsEntries) |
|
|