com.liferay.portlet.bookmarks.service
Class BookmarksEntryServiceWrapper
java.lang.Object
com.liferay.portlet.bookmarks.service.BookmarksEntryServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<BookmarksEntryService>, BookmarksEntryService
public class BookmarksEntryServiceWrapper
- extends Object
- implements BookmarksEntryService, ServiceWrapper<BookmarksEntryService>
This class is a wrapper for BookmarksEntryService
.
- See Also:
BookmarksEntryService
Method Summary |
BookmarksEntry |
addEntry(long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
void |
deleteEntry(long entryId)
|
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 |
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 |
BookmarksEntryServiceWrapper
public BookmarksEntryServiceWrapper(BookmarksEntryService bookmarksEntryService)
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>