Liferay 6.2-ce-ga5

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

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

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

addEntry

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

deleteEntry

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

getEntries

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

getEntries

public List<BookmarksEntry> getEntries(long groupId,
                                       long folderId,
                                       int start,
                                       int end,
                                       OrderByComparator orderByComparator)
                                throws SystemException
Specified by:
getEntries in interface BookmarksEntryService
Throws:
SystemException

getEntriesCount

public int getEntriesCount(long groupId,
                           long folderId)
                    throws SystemException
Specified by:
getEntriesCount in interface BookmarksEntryService
Throws:
SystemException

getEntriesCount

public int getEntriesCount(long groupId,
                           long folderId,
                           int status)
                    throws SystemException
Specified by:
getEntriesCount in interface BookmarksEntryService
Throws:
SystemException

getEntry

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

getFoldersEntriesCount

public int getFoldersEntriesCount(long groupId,
                                  List<Long> folderIds)
                           throws SystemException
Specified by:
getFoldersEntriesCount in interface BookmarksEntryService
Throws:
SystemException

getGroupEntries

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

getGroupEntries

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

getGroupEntries

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

getGroupEntriesCount

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

getGroupEntriesCount

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

getGroupEntriesCount

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

moveEntry

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

moveEntryFromTrash

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

moveEntryToTrash

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

openEntry

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

openEntry

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

restoreEntryFromTrash

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

search

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

subscribeEntry

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

unsubscribeEntry

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

updateEntry

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

getWrappedBookmarksEntryService

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


setWrappedBookmarksEntryService

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 6.2-ce-ga5