Class BookmarksEntryServiceWrapper

java.lang.Object
com.liferay.bookmarks.service.BookmarksEntryServiceWrapper
All Implemented Interfaces:
BookmarksEntryService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<BookmarksEntryService>

public class BookmarksEntryServiceWrapper extends Object implements BookmarksEntryService, com.liferay.portal.kernel.service.ServiceWrapper<BookmarksEntryService>
Provides a wrapper for BookmarksEntryService.
See Also:
Generated:
  • Constructor Details

    • BookmarksEntryServiceWrapper

      public BookmarksEntryServiceWrapper()
    • BookmarksEntryServiceWrapper

      public BookmarksEntryServiceWrapper(BookmarksEntryService bookmarksEntryService)
  • Method Details

    • addEntry

      public BookmarksEntry addEntry(long groupId, long folderId, String name, String url, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addEntry in interface BookmarksEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteEntry

      public void deleteEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteEntry in interface BookmarksEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getEntries

      public List<BookmarksEntry> getEntries(long groupId, long folderId, int start, int end)
      Specified by:
      getEntries in interface BookmarksEntryService
    • getEntries

      public List<BookmarksEntry> getEntries(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BookmarksEntry> orderByComparator)
      Specified by:
      getEntries in interface BookmarksEntryService
    • getEntriesCount

      public int getEntriesCount(long groupId, long folderId)
      Specified by:
      getEntriesCount in interface BookmarksEntryService
    • getEntriesCount

      public int getEntriesCount(long groupId, long folderId, int status)
      Specified by:
      getEntriesCount in interface BookmarksEntryService
    • getEntry

      public BookmarksEntry getEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getEntry in interface BookmarksEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFoldersEntriesCount

      public int getFoldersEntriesCount(long groupId, List<Long> folderIds)
      Specified by:
      getFoldersEntriesCount in interface BookmarksEntryService
    • getGroupEntries

      public List<BookmarksEntry> getGroupEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getGroupEntries in interface BookmarksEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroupEntries

      public List<BookmarksEntry> getGroupEntries(long groupId, long userId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getGroupEntries in interface BookmarksEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroupEntries

      public List<BookmarksEntry> getGroupEntries(long groupId, long userId, long rootFolderId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getGroupEntries in interface BookmarksEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroupEntriesCount

      public int getGroupEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getGroupEntriesCount in interface BookmarksEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroupEntriesCount

      public int getGroupEntriesCount(long groupId, long userId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getGroupEntriesCount in interface BookmarksEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroupEntriesCount

      public int getGroupEntriesCount(long groupId, long userId, long rootFolderId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getGroupEntriesCount in interface BookmarksEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface BookmarksEntryService
      Returns:
      the OSGi service identifier
    • moveEntry

      public BookmarksEntry moveEntry(long entryId, long parentFolderId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      moveEntry in interface BookmarksEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • moveEntryFromTrash

      public BookmarksEntry moveEntryFromTrash(long entryId, long parentFolderId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      moveEntryFromTrash in interface BookmarksEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • moveEntryToTrash

      public BookmarksEntry moveEntryToTrash(long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      moveEntryToTrash in interface BookmarksEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • openEntry

      public BookmarksEntry openEntry(BookmarksEntry entry) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      openEntry in interface BookmarksEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • openEntry

      public BookmarksEntry openEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      openEntry in interface BookmarksEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • restoreEntryFromTrash

      public void restoreEntryFromTrash(long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      restoreEntryFromTrash in interface BookmarksEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • search

      public com.liferay.portal.kernel.search.Hits search(long groupId, long creatorUserId, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      search in interface BookmarksEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • subscribeEntry

      public void subscribeEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      subscribeEntry in interface BookmarksEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • unsubscribeEntry

      public void unsubscribeEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      unsubscribeEntry in interface BookmarksEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateEntry

      public BookmarksEntry updateEntry(long entryId, long groupId, long folderId, String name, String url, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateEntry in interface BookmarksEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

      public BookmarksEntryService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<BookmarksEntryService>
    • setWrappedService

      public void setWrappedService(BookmarksEntryService bookmarksEntryService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<BookmarksEntryService>