com.liferay.portlet.bookmarks.service.impl
Class BookmarksEntryServiceImpl
java.lang.Object
com.liferay.portal.service.base.PrincipalBean
com.liferay.portlet.bookmarks.service.base.BookmarksEntryServiceBaseImpl
com.liferay.portlet.bookmarks.service.impl.BookmarksEntryServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.bean.InitializingBean, com.liferay.portlet.bookmarks.service.BookmarksEntryService
public class BookmarksEntryServiceImpl
- extends BookmarksEntryServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan
Fields inherited from class com.liferay.portlet.bookmarks.service.base.BookmarksEntryServiceBaseImpl |
bookmarksEntryFinder, bookmarksEntryLocalService, bookmarksEntryPersistence, bookmarksFolderLocalService, bookmarksFolderPersistence, bookmarksFolderService, counterLocalService, counterService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, tagsAssetFinder, tagsAssetLocalService, tagsAssetPersistence, tagsAssetService, userFinder, userLocalService, userPersistence, userService |
Fields inherited from class com.liferay.portal.service.base.PrincipalBean |
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
Method Summary |
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)
|
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)
|
void |
deleteEntry(long entryId)
|
com.liferay.portlet.bookmarks.model.BookmarksEntry |
getEntry(long entryId)
|
com.liferay.portlet.bookmarks.model.BookmarksEntry |
openEntry(long entryId)
|
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)
|
Methods inherited from class com.liferay.portlet.bookmarks.service.base.BookmarksEntryServiceBaseImpl |
afterPropertiesSet, getBookmarksEntryFinder, getBookmarksEntryLocalService, getBookmarksEntryPersistence, getBookmarksFolderLocalService, getBookmarksFolderPersistence, getBookmarksFolderService, getCounterLocalService, getCounterService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getTagsAssetFinder, getTagsAssetLocalService, getTagsAssetPersistence, getTagsAssetService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, setBookmarksEntryFinder, setBookmarksEntryLocalService, setBookmarksEntryPersistence, setBookmarksFolderLocalService, setBookmarksFolderPersistence, setBookmarksFolderService, setCounterLocalService, setCounterService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setTagsAssetFinder, setTagsAssetLocalService, setTagsAssetPersistence, setTagsAssetService, setUserFinder, setUserLocalService, setUserPersistence, setUserService |
Methods inherited from class com.liferay.portal.service.base.PrincipalBean |
getGuestOrUserId, getPermissionChecker, getUser, getUserId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookmarksEntryServiceImpl
public BookmarksEntryServiceImpl()
addEntry
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)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addEntry
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)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteEntry
public void deleteEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getEntry
public com.liferay.portlet.bookmarks.model.BookmarksEntry getEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
openEntry
public com.liferay.portlet.bookmarks.model.BookmarksEntry openEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateEntry
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)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException