Liferay 6.0.5

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:
BookmarksEntryService

public class BookmarksEntryServiceImpl
extends BookmarksEntryServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.bookmarks.service.base.BookmarksEntryServiceBaseImpl
assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, assetTagFinder, assetTagLocalService, assetTagPersistence, assetTagService, bookmarksEntryFinder, bookmarksEntryLocalService, bookmarksEntryPersistence, bookmarksEntryService, bookmarksFolderLocalService, bookmarksFolderPersistence, bookmarksFolderService, counterLocalService, expandoValueLocalService, expandoValuePersistence, expandoValueService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, 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
 BookmarksEntry addEntry(long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
 void deleteEntry(long entryId)
           
 BookmarksEntry getEntry(long entryId)
           
 BookmarksEntry openEntry(long entryId)
           
 BookmarksEntry updateEntry(long entryId, long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
 
Methods inherited from class com.liferay.portlet.bookmarks.service.base.BookmarksEntryServiceBaseImpl
getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getAssetTagFinder, getAssetTagLocalService, getAssetTagPersistence, getAssetTagService, getBookmarksEntryFinder, getBookmarksEntryLocalService, getBookmarksEntryPersistence, getBookmarksEntryService, getBookmarksFolderLocalService, getBookmarksFolderPersistence, getBookmarksFolderService, getCounterLocalService, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setAssetTagFinder, setAssetTagLocalService, setAssetTagPersistence, setAssetTagService, setBookmarksEntryFinder, setBookmarksEntryLocalService, setBookmarksEntryPersistence, setBookmarksEntryService, setBookmarksFolderLocalService, setBookmarksFolderPersistence, setBookmarksFolderService, setCounterLocalService, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.service.base.PrincipalBean
getGuestOrUser, 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 BookmarksEntry addEntry(long groupId,
                               long folderId,
                               String name,
                               String url,
                               String comments,
                               ServiceContext serviceContext)
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

deleteEntry

public void deleteEntry(long entryId)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

getEntry

public BookmarksEntry getEntry(long entryId)
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

openEntry

public BookmarksEntry openEntry(long entryId)
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

updateEntry

public BookmarksEntry updateEntry(long entryId,
                                  long groupId,
                                  long folderId,
                                  String name,
                                  String url,
                                  String comments,
                                  ServiceContext serviceContext)
                           throws PortalException,
                                  SystemException
Throws:
PortalException
SystemException

Liferay 6.0.5