| com.liferay.portlet.bookmarks.service.BookmarksFolderService
All known Subclasses: com.liferay.portlet.bookmarks.service.base.BookmarksFolderServiceBaseImpl,
BookmarksFolderService | public interface BookmarksFolderService (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.BookmarksFolderServiceImpl .
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.BookmarksFolderServiceFactory See Also: com.liferay.portlet.bookmarks.service.BookmarksFolderServiceUtil |
Method Summary | |
public com.liferay.portlet.bookmarks.model.BookmarksFolder | addFolder(long plid, long parentFolderId, java.lang.String name, java.lang.String description, boolean addCommunityPermissions, boolean addGuestPermissions) | public com.liferay.portlet.bookmarks.model.BookmarksFolder | addFolder(long plid, long parentFolderId, java.lang.String name, java.lang.String description, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions) | public void | deleteFolder(long folderId) | public com.liferay.portlet.bookmarks.model.BookmarksFolder | getFolder(long folderId) | public com.liferay.portlet.bookmarks.model.BookmarksFolder | updateFolder(long folderId, long parentFolderId, java.lang.String name, java.lang.String description, boolean mergeWithParentFolder) |
|
|