com.liferay.portlet.bookmarks.service
Class BookmarksEntryLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.bookmarks.service.BookmarksEntryLocalServiceWrapper
All Implemented Interfaces:
BookmarksEntryLocalService

public class BookmarksEntryLocalServiceWrapper
extends java.lang.Object
implements BookmarksEntryLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for BookmarksEntryLocalService.

Author:
Brian Wing Shun Chan
See Also:
BookmarksEntryLocalService
Generated:

Constructor Summary
BookmarksEntryLocalServiceWrapper(BookmarksEntryLocalService bookmarksEntryLocalService)
           
 
Method Summary
 BookmarksEntry addBookmarksEntry(BookmarksEntry bookmarksEntry)
           
 BookmarksEntry addEntry(java.lang.String uuid, long userId, long groupId, long folderId, java.lang.String name, java.lang.String url, java.lang.String comments, ServiceContext serviceContext)
           
 void addEntryResources(BookmarksEntry entry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addEntryResources(BookmarksEntry entry, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void addEntryResources(long entryId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addEntryResources(long entryId, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 BookmarksEntry createBookmarksEntry(long entryId)
           
 void deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
           
 void deleteBookmarksEntry(long entryId)
           
 void deleteEntries(long groupId, long folderId)
           
 void deleteEntry(BookmarksEntry entry)
           
 void deleteEntry(long entryId)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List<BookmarksEntry> getBookmarksEntries(int start, int end)
           
 int getBookmarksEntriesCount()
           
 BookmarksEntry getBookmarksEntry(long entryId)
           
 java.util.List<BookmarksEntry> getEntries(long groupId, long folderId, int start, int end)
           
 java.util.List<BookmarksEntry> getEntries(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int getEntriesCount(long groupId, long folderId)
           
 BookmarksEntry getEntry(long entryId)
           
 int getFoldersEntriesCount(long groupId, java.util.List<java.lang.Long> folderIds)
           
 java.util.List<BookmarksEntry> getGroupEntries(long groupId, int start, int end)
           
 java.util.List<BookmarksEntry> getGroupEntries(long groupId, long userId, int start, int end)
           
 int getGroupEntriesCount(long groupId)
           
 int getGroupEntriesCount(long groupId, long userId)
           
 java.util.List<BookmarksEntry> getNoAssetEntries()
           
 BookmarksEntryLocalService getWrappedBookmarksEntryLocalService()
           
 BookmarksEntry openEntry(long entryId)
           
 void updateAsset(long userId, BookmarksEntry entry, long[] assetCategoryIds, java.lang.String[] assetTagNames)
           
 BookmarksEntry updateBookmarksEntry(BookmarksEntry bookmarksEntry)
           
 BookmarksEntry updateBookmarksEntry(BookmarksEntry bookmarksEntry, boolean merge)
           
 BookmarksEntry updateEntry(long userId, long entryId, long groupId, long folderId, java.lang.String name, java.lang.String url, java.lang.String comments, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookmarksEntryLocalServiceWrapper

public BookmarksEntryLocalServiceWrapper(BookmarksEntryLocalService bookmarksEntryLocalService)
Method Detail

addBookmarksEntry

public BookmarksEntry addBookmarksEntry(BookmarksEntry bookmarksEntry)
                                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addBookmarksEntry in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createBookmarksEntry

public BookmarksEntry createBookmarksEntry(long entryId)
Specified by:
createBookmarksEntry in interface BookmarksEntryLocalService

deleteBookmarksEntry

public void deleteBookmarksEntry(long entryId)
                          throws com.liferay.portal.kernel.exception.PortalException,
                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteBookmarksEntry in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteBookmarksEntry

public void deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
                          throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteBookmarksEntry in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getBookmarksEntry

public BookmarksEntry getBookmarksEntry(long entryId)
                                 throws com.liferay.portal.kernel.exception.PortalException,
                                        com.liferay.portal.kernel.exception.SystemException
Specified by:
getBookmarksEntry in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getBookmarksEntries

public java.util.List<BookmarksEntry> getBookmarksEntries(int start,
                                                          int end)
                                                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getBookmarksEntries in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getBookmarksEntriesCount

public int getBookmarksEntriesCount()
                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getBookmarksEntriesCount in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateBookmarksEntry

public BookmarksEntry updateBookmarksEntry(BookmarksEntry bookmarksEntry)
                                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateBookmarksEntry in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateBookmarksEntry

public BookmarksEntry updateBookmarksEntry(BookmarksEntry bookmarksEntry,
                                           boolean merge)
                                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateBookmarksEntry in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

addEntry

public BookmarksEntry addEntry(java.lang.String uuid,
                               long userId,
                               long groupId,
                               long folderId,
                               java.lang.String name,
                               java.lang.String url,
                               java.lang.String comments,
                               ServiceContext serviceContext)
                        throws com.liferay.portal.kernel.exception.PortalException,
                               com.liferay.portal.kernel.exception.SystemException
Specified by:
addEntry in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addEntryResources

public void addEntryResources(BookmarksEntry entry,
                              boolean addCommunityPermissions,
                              boolean addGuestPermissions)
                       throws com.liferay.portal.kernel.exception.PortalException,
                              com.liferay.portal.kernel.exception.SystemException
Specified by:
addEntryResources in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addEntryResources

public void addEntryResources(BookmarksEntry entry,
                              java.lang.String[] communityPermissions,
                              java.lang.String[] guestPermissions)
                       throws com.liferay.portal.kernel.exception.PortalException,
                              com.liferay.portal.kernel.exception.SystemException
Specified by:
addEntryResources in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addEntryResources

public void addEntryResources(long entryId,
                              boolean addCommunityPermissions,
                              boolean addGuestPermissions)
                       throws com.liferay.portal.kernel.exception.PortalException,
                              com.liferay.portal.kernel.exception.SystemException
Specified by:
addEntryResources in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addEntryResources

public void addEntryResources(long entryId,
                              java.lang.String[] communityPermissions,
                              java.lang.String[] guestPermissions)
                       throws com.liferay.portal.kernel.exception.PortalException,
                              com.liferay.portal.kernel.exception.SystemException
Specified by:
addEntryResources in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteEntries

public void deleteEntries(long groupId,
                          long folderId)
                   throws com.liferay.portal.kernel.exception.PortalException,
                          com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteEntries in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteEntry

public void deleteEntry(BookmarksEntry entry)
                 throws com.liferay.portal.kernel.exception.PortalException,
                        com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteEntry in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteEntry

public void deleteEntry(long entryId)
                 throws com.liferay.portal.kernel.exception.PortalException,
                        com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteEntry in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getEntries

public java.util.List<BookmarksEntry> getEntries(long groupId,
                                                 long folderId,
                                                 int start,
                                                 int end)
                                          throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getEntries in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getEntries

public java.util.List<BookmarksEntry> getEntries(long groupId,
                                                 long folderId,
                                                 int start,
                                                 int end,
                                                 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                          throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getEntries in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getEntriesCount

public int getEntriesCount(long groupId,
                           long folderId)
                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getEntriesCount in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getEntry

public BookmarksEntry getEntry(long entryId)
                        throws com.liferay.portal.kernel.exception.PortalException,
                               com.liferay.portal.kernel.exception.SystemException
Specified by:
getEntry in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getFoldersEntriesCount

public int getFoldersEntriesCount(long groupId,
                                  java.util.List<java.lang.Long> folderIds)
                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getFoldersEntriesCount in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getGroupEntries

public java.util.List<BookmarksEntry> getGroupEntries(long groupId,
                                                      int start,
                                                      int end)
                                               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getGroupEntries in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getGroupEntries

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

getGroupEntriesCount

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

getGroupEntriesCount

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

getNoAssetEntries

public java.util.List<BookmarksEntry> getNoAssetEntries()
                                                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getNoAssetEntries in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

openEntry

public BookmarksEntry openEntry(long entryId)
                         throws com.liferay.portal.kernel.exception.PortalException,
                                com.liferay.portal.kernel.exception.SystemException
Specified by:
openEntry in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

updateAsset

public void updateAsset(long userId,
                        BookmarksEntry entry,
                        long[] assetCategoryIds,
                        java.lang.String[] assetTagNames)
                 throws com.liferay.portal.kernel.exception.PortalException,
                        com.liferay.portal.kernel.exception.SystemException
Specified by:
updateAsset in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

updateEntry

public BookmarksEntry updateEntry(long userId,
                                  long entryId,
                                  long groupId,
                                  long folderId,
                                  java.lang.String name,
                                  java.lang.String url,
                                  java.lang.String comments,
                                  ServiceContext serviceContext)
                           throws com.liferay.portal.kernel.exception.PortalException,
                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
updateEntry in interface BookmarksEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedBookmarksEntryLocalService

public BookmarksEntryLocalService getWrappedBookmarksEntryLocalService()