Liferay 6.1.2-ce-ga3

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

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

This class is a wrapper for BookmarksEntryService.

See Also:
BookmarksEntryService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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)
           
 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)
           
 int getGroupEntriesCount(long groupId)
           
 int getGroupEntriesCount(long groupId, long userId)
           
 BookmarksEntryService getWrappedBookmarksEntryService()
          Deprecated. Renamed to getWrappedService()
 BookmarksEntryService getWrappedService()
           
 BookmarksEntry openEntry(long entryId)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.bookmarks.service.BookmarksEntryService)
 void setWrappedService(BookmarksEntryService bookmarksEntryService)
           
 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

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

getGroupEntries

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

getGroupEntriesCount

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

getGroupEntriesCount

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

openEntry

public BookmarksEntry openEntry(long entryId)
                         throws PortalException,
                                SystemException
Specified by:
openEntry 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. Renamed to getWrappedService()


setWrappedBookmarksEntryService

public void setWrappedBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
Deprecated. Renamed to 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.1.2-ce-ga3