com.liferay.portlet.bookmarks.service.impl
Class BookmarksEntryServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean
      extended by com.liferay.portlet.bookmarks.service.base.BookmarksEntryServiceBaseImpl
          extended by com.liferay.portlet.bookmarks.service.impl.BookmarksEntryServiceImpl
All Implemented Interfaces:
com.liferay.portlet.bookmarks.service.BookmarksEntryService

public class BookmarksEntryServiceImpl
extends BookmarksEntryServiceBaseImpl

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portlet.bookmarks.service.base.BookmarksEntryServiceBaseImpl
bookmarksEntryFinder, bookmarksEntryLocalService, bookmarksEntryPersistence, bookmarksEntryService, bookmarksFolderLocalService, bookmarksFolderPersistence, bookmarksFolderService, counterLocalService, counterService, expandoValueLocalService, expandoValuePersistence, expandoValueService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, tagsAssetFinder, tagsAssetLocalService, tagsAssetPersistence, tagsAssetService, tagsEntryFinder, tagsEntryLocalService, tagsEntryPersistence, tagsEntryService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
BookmarksEntryServiceImpl()
           
 
Method Summary
 com.liferay.portlet.bookmarks.model.BookmarksEntry addEntry(long folderId, java.lang.String name, java.lang.String url, java.lang.String comments, com.liferay.portal.service.ServiceContext serviceContext)
           
 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, com.liferay.portal.service.ServiceContext serviceContext)
           
 
Methods inherited from class com.liferay.portlet.bookmarks.service.base.BookmarksEntryServiceBaseImpl
getBookmarksEntryFinder, getBookmarksEntryLocalService, getBookmarksEntryPersistence, getBookmarksEntryService, getBookmarksFolderLocalService, getBookmarksFolderPersistence, getBookmarksFolderService, getCounterLocalService, getCounterService, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getTagsAssetFinder, getTagsAssetLocalService, getTagsAssetPersistence, getTagsAssetService, getTagsEntryFinder, getTagsEntryLocalService, getTagsEntryPersistence, getTagsEntryService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBookmarksEntryFinder, setBookmarksEntryLocalService, setBookmarksEntryPersistence, setBookmarksEntryService, setBookmarksFolderLocalService, setBookmarksFolderPersistence, setBookmarksFolderService, setCounterLocalService, setCounterService, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setTagsAssetFinder, setTagsAssetLocalService, setTagsAssetPersistence, setTagsAssetService, setTagsEntryFinder, setTagsEntryLocalService, setTagsEntryPersistence, setTagsEntryService, 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
 

Constructor Detail

BookmarksEntryServiceImpl

public BookmarksEntryServiceImpl()
Method Detail

addEntry

public com.liferay.portlet.bookmarks.model.BookmarksEntry addEntry(long folderId,
                                                                   java.lang.String name,
                                                                   java.lang.String url,
                                                                   java.lang.String comments,
                                                                   com.liferay.portal.service.ServiceContext serviceContext)
                                                            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,
                                                                      com.liferay.portal.service.ServiceContext serviceContext)
                                                               throws com.liferay.portal.PortalException,
                                                                      com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException