com.liferay.portlet.bookmarks.service.impl
Class BookmarksEntryServiceImpl
java.lang.Object
com.liferay.portal.service.impl.PrincipalBean
com.liferay.portlet.bookmarks.service.impl.BookmarksEntryServiceImpl
- All Implemented Interfaces:
- BookmarksEntryService
- public class BookmarksEntryServiceImpl
- extends PrincipalBean
- implements BookmarksEntryService
View Source
- Author:
- Brian Wing Shun Chan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookmarksEntryServiceImpl
public BookmarksEntryServiceImpl()
addEntry
public BookmarksEntry addEntry(java.lang.String folderId,
java.lang.String name,
java.lang.String url,
java.lang.String comments,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Specified by:
addEntry in interface BookmarksEntryService
- Throws:
PortalException
SystemException
deleteEntry
public void deleteEntry(java.lang.String entryId)
throws PortalException,
SystemException
- Specified by:
deleteEntry in interface BookmarksEntryService
- Throws:
PortalException
SystemException
getEntry
public BookmarksEntry getEntry(java.lang.String entryId)
throws PortalException,
SystemException
- Specified by:
getEntry in interface BookmarksEntryService
- Throws:
PortalException
SystemException
openEntry
public BookmarksEntry openEntry(java.lang.String entryId)
throws PortalException,
SystemException
- Specified by:
openEntry in interface BookmarksEntryService
- Throws:
PortalException
SystemException
updateEntry
public BookmarksEntry updateEntry(java.lang.String entryId,
java.lang.String folderId,
java.lang.String name,
java.lang.String url,
java.lang.String comments)
throws PortalException,
SystemException
- Specified by:
updateEntry in interface BookmarksEntryService
- Throws:
PortalException
SystemException