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 dynamicQuery(DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 long dynamicQueryCount(DynamicQuery dynamicQuery)
           
 java.util.List<BookmarksEntry> getBookmarksEntries(int start, int end)
           
 int getBookmarksEntriesCount()
           
 BookmarksEntry getBookmarksEntry(long entryId)
           
 BookmarksEntry getBookmarksEntryByUuidAndGroupId(java.lang.String uuid, long groupId)
           
 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, 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 userId, 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 SystemException
Specified by:
addBookmarksEntry in interface BookmarksEntryLocalService
Throws:
SystemException

createBookmarksEntry

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

deleteBookmarksEntry

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

deleteBookmarksEntry

public void deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
                          throws SystemException
Specified by:
deleteBookmarksEntry in interface BookmarksEntryLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                            throws SystemException
Specified by:
dynamicQuery in interface BookmarksEntryLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws SystemException
Specified by:
dynamicQuery in interface BookmarksEntryLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Specified by:
dynamicQuery in interface BookmarksEntryLocalService
Throws:
SystemException

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Specified by:
dynamicQueryCount in interface BookmarksEntryLocalService
Throws:
SystemException

getBookmarksEntry

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

getBookmarksEntryByUuidAndGroupId

public BookmarksEntry getBookmarksEntryByUuidAndGroupId(java.lang.String uuid,
                                                        long groupId)
                                                 throws PortalException,
                                                        SystemException
Specified by:
getBookmarksEntryByUuidAndGroupId in interface BookmarksEntryLocalService
Throws:
PortalException
SystemException

getBookmarksEntries

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

getBookmarksEntriesCount

public int getBookmarksEntriesCount()
                             throws SystemException
Specified by:
getBookmarksEntriesCount in interface BookmarksEntryLocalService
Throws:
SystemException

updateBookmarksEntry

public BookmarksEntry updateBookmarksEntry(BookmarksEntry bookmarksEntry)
                                    throws SystemException
Specified by:
updateBookmarksEntry in interface BookmarksEntryLocalService
Throws:
SystemException

updateBookmarksEntry

public BookmarksEntry updateBookmarksEntry(BookmarksEntry bookmarksEntry,
                                           boolean merge)
                                    throws SystemException
Specified by:
updateBookmarksEntry in interface BookmarksEntryLocalService
Throws:
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 PortalException,
                               SystemException
Specified by:
addEntry in interface BookmarksEntryLocalService
Throws:
PortalException
SystemException

addEntryResources

public void addEntryResources(BookmarksEntry entry,
                              boolean addCommunityPermissions,
                              boolean addGuestPermissions)
                       throws PortalException,
                              SystemException
Specified by:
addEntryResources in interface BookmarksEntryLocalService
Throws:
PortalException
SystemException

addEntryResources

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

addEntryResources

public void addEntryResources(long entryId,
                              boolean addCommunityPermissions,
                              boolean addGuestPermissions)
                       throws PortalException,
                              SystemException
Specified by:
addEntryResources in interface BookmarksEntryLocalService
Throws:
PortalException
SystemException

addEntryResources

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

deleteEntries

public void deleteEntries(long groupId,
                          long folderId)
                   throws PortalException,
                          SystemException
Specified by:
deleteEntries in interface BookmarksEntryLocalService
Throws:
PortalException
SystemException

deleteEntry

public void deleteEntry(BookmarksEntry entry)
                 throws PortalException,
                        SystemException
Specified by:
deleteEntry in interface BookmarksEntryLocalService
Throws:
PortalException
SystemException

deleteEntry

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

getEntries

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

getEntries

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

getEntriesCount

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

getEntry

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

getFoldersEntriesCount

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

getGroupEntries

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

getGroupEntries

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

getGroupEntriesCount

public int getGroupEntriesCount(long groupId)
                         throws SystemException
Specified by:
getGroupEntriesCount in interface BookmarksEntryLocalService
Throws:
SystemException

getGroupEntriesCount

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

getNoAssetEntries

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

openEntry

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

updateAsset

public void updateAsset(long userId,
                        BookmarksEntry entry,
                        long[] assetCategoryIds,
                        java.lang.String[] assetTagNames)
                 throws PortalException,
                        SystemException
Specified by:
updateAsset in interface BookmarksEntryLocalService
Throws:
PortalException
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 PortalException,
                                  SystemException
Specified by:
updateEntry in interface BookmarksEntryLocalService
Throws:
PortalException
SystemException

getWrappedBookmarksEntryLocalService

public BookmarksEntryLocalService getWrappedBookmarksEntryLocalService()