Liferay 7.0-ce-m2

com.liferay.portlet.bookmarks.service
Class BookmarksEntryServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.bookmarks.service.BookmarksEntryServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<BookmarksEntryService>, BookmarksEntryService

@ProviderType
public class BookmarksEntryServiceWrapper
extends Object
implements BookmarksEntryService, ServiceWrapper<BookmarksEntryService>

Provides a wrapper for BookmarksEntryService.

See Also:
BookmarksEntryService

Constructor Summary
BookmarksEntryServiceWrapper(BookmarksEntryService bookmarksEntryService)
           
 
Method Summary
 BookmarksEntry addEntry(long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 void deleteEntry(long entryId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 List<BookmarksEntry> getEntries(long groupId, long folderId, int start, int end)
           
 List<BookmarksEntry> getEntries(long groupId, long folderId, int start, int end, OrderByComparator<BookmarksEntry> orderByComparator)
           
 int getEntriesCount(long groupId, long folderId)
           
 int getEntriesCount(long groupId, long folderId, int status)
           
 BookmarksEntry getEntry(long entryId)
           
 int getFoldersEntriesCount(long groupId, List<Long> folderIds)
           
 List<BookmarksEntry> getGroupEntries(long groupId, int start, int end)
           
 List<BookmarksEntry> getGroupEntries(long groupId, long userId, int start, int end)
           
 List<BookmarksEntry> getGroupEntries(long groupId, long userId, long rootFolderId, int start, int end)
           
 int getGroupEntriesCount(long groupId)
           
 int getGroupEntriesCount(long groupId, long userId)
           
 int getGroupEntriesCount(long groupId, long userId, long rootFolderId)
           
 BookmarksEntryService getWrappedBookmarksEntryService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 BookmarksEntryService getWrappedService()
           
 BookmarksEntry moveEntry(long entryId, long parentFolderId)
           
 BookmarksEntry moveEntryFromTrash(long entryId, long parentFolderId)
           
 BookmarksEntry moveEntryToTrash(long entryId)
           
 BookmarksEntry openEntry(BookmarksEntry entry)
           
 BookmarksEntry openEntry(long entryId)
           
 void restoreEntryFromTrash(long entryId)
           
 Hits search(long groupId, long creatorUserId, int status, int start, int end)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.bookmarks.service.BookmarksEntryService)
 void setWrappedService(BookmarksEntryService bookmarksEntryService)
           
 void subscribeEntry(long entryId)
           
 void unsubscribeEntry(long entryId)
           
 BookmarksEntry updateEntry(long entryId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookmarksEntryServiceWrapper

public BookmarksEntryServiceWrapper(BookmarksEntryService bookmarksEntryService)
Method Detail

addEntry

public BookmarksEntry addEntry(long groupId,
                               long folderId,
                               String name,
                               String url,
                               String description,
                               ServiceContext serviceContext)
                        throws PortalException
Specified by:
addEntry in interface BookmarksEntryService
Throws:
PortalException

deleteEntry

public void deleteEntry(long entryId)
                 throws PortalException
Specified by:
deleteEntry in interface BookmarksEntryService
Throws:
PortalException

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface BookmarksEntryService
Returns:
the Spring bean ID for this bean

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,
                                       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 PortalException
Specified by:
getEntry in interface BookmarksEntryService
Throws:
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 PortalException
Specified by:
getGroupEntries in interface BookmarksEntryService
Throws:
PortalException

getGroupEntries

public List<BookmarksEntry> getGroupEntries(long groupId,
                                            long userId,
                                            long rootFolderId,
                                            int start,
                                            int end)
                                     throws PortalException
Specified by:
getGroupEntries in interface BookmarksEntryService
Throws:
PortalException

getGroupEntries

public List<BookmarksEntry> getGroupEntries(long groupId,
                                            long userId,
                                            int start,
                                            int end)
                                     throws PortalException
Specified by:
getGroupEntries in interface BookmarksEntryService
Throws:
PortalException

getGroupEntriesCount

public int getGroupEntriesCount(long groupId)
                         throws PortalException
Specified by:
getGroupEntriesCount in interface BookmarksEntryService
Throws:
PortalException

getGroupEntriesCount

public int getGroupEntriesCount(long groupId,
                                long userId)
                         throws PortalException
Specified by:
getGroupEntriesCount in interface BookmarksEntryService
Throws:
PortalException

getGroupEntriesCount

public int getGroupEntriesCount(long groupId,
                                long userId,
                                long rootFolderId)
                         throws PortalException
Specified by:
getGroupEntriesCount in interface BookmarksEntryService
Throws:
PortalException

moveEntry

public BookmarksEntry moveEntry(long entryId,
                                long parentFolderId)
                         throws PortalException
Specified by:
moveEntry in interface BookmarksEntryService
Throws:
PortalException

moveEntryFromTrash

public BookmarksEntry moveEntryFromTrash(long entryId,
                                         long parentFolderId)
                                  throws PortalException
Specified by:
moveEntryFromTrash in interface BookmarksEntryService
Throws:
PortalException

moveEntryToTrash

public BookmarksEntry moveEntryToTrash(long entryId)
                                throws PortalException
Specified by:
moveEntryToTrash in interface BookmarksEntryService
Throws:
PortalException

openEntry

public BookmarksEntry openEntry(BookmarksEntry entry)
                         throws PortalException
Specified by:
openEntry in interface BookmarksEntryService
Throws:
PortalException

openEntry

public BookmarksEntry openEntry(long entryId)
                         throws PortalException
Specified by:
openEntry in interface BookmarksEntryService
Throws:
PortalException

restoreEntryFromTrash

public void restoreEntryFromTrash(long entryId)
                           throws PortalException
Specified by:
restoreEntryFromTrash in interface BookmarksEntryService
Throws:
PortalException

search

public Hits search(long groupId,
                   long creatorUserId,
                   int status,
                   int start,
                   int end)
            throws PortalException
Specified by:
search in interface BookmarksEntryService
Throws:
PortalException

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface BookmarksEntryService
Parameters:
beanIdentifier - the Spring bean ID for this bean

subscribeEntry

public void subscribeEntry(long entryId)
                    throws PortalException
Specified by:
subscribeEntry in interface BookmarksEntryService
Throws:
PortalException

unsubscribeEntry

public void unsubscribeEntry(long entryId)
                      throws PortalException
Specified by:
unsubscribeEntry in interface BookmarksEntryService
Throws:
PortalException

updateEntry

public BookmarksEntry updateEntry(long entryId,
                                  long groupId,
                                  long folderId,
                                  String name,
                                  String url,
                                  String description,
                                  ServiceContext serviceContext)
                           throws PortalException
Specified by:
updateEntry in interface BookmarksEntryService
Throws:
PortalException

getWrappedBookmarksEntryService

@Deprecated
public BookmarksEntryService getWrappedBookmarksEntryService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedBookmarksEntryService

@Deprecated
public void setWrappedBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.bookmarks.service.BookmarksEntryService)


getWrappedService

public BookmarksEntryService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<BookmarksEntryService>

setWrappedService

public void setWrappedService(BookmarksEntryService bookmarksEntryService)
Specified by:
setWrappedService in interface ServiceWrapper<BookmarksEntryService>

Liferay 7.0-ce-m2