public class BookmarksEntryServiceWrapper extends java.lang.Object implements BookmarksEntryService, ServiceWrapper<BookmarksEntryService>
BookmarksEntryService.BookmarksEntryService| Constructor and Description |
|---|
BookmarksEntryServiceWrapper(BookmarksEntryService bookmarksEntryService) |
| Modifier and Type | Method and Description |
|---|---|
BookmarksEntry |
addEntry(long groupId,
long folderId,
java.lang.String name,
java.lang.String url,
java.lang.String description,
ServiceContext serviceContext) |
void |
deleteEntry(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,
OrderByComparator<BookmarksEntry> orderByComparator) |
int |
getEntriesCount(long groupId,
long folderId) |
int |
getEntriesCount(long groupId,
long folderId,
int status) |
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) |
java.util.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) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
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 |
setWrappedService(BookmarksEntryService bookmarksEntryService) |
void |
subscribeEntry(long entryId) |
void |
unsubscribeEntry(long entryId) |
BookmarksEntry |
updateEntry(long entryId,
long groupId,
long folderId,
java.lang.String name,
java.lang.String url,
java.lang.String description,
ServiceContext serviceContext) |
public BookmarksEntryServiceWrapper(BookmarksEntryService bookmarksEntryService)
public BookmarksEntry addEntry(long groupId, long folderId, java.lang.String name, java.lang.String url, java.lang.String description, ServiceContext serviceContext) throws PortalException
addEntry in interface BookmarksEntryServicePortalExceptionpublic void deleteEntry(long entryId)
throws PortalException
deleteEntry in interface BookmarksEntryServicePortalExceptionpublic java.util.List<BookmarksEntry> getEntries(long groupId, long folderId, int start, int end)
getEntries in interface BookmarksEntryServicepublic java.util.List<BookmarksEntry> getEntries(long groupId, long folderId, int start, int end, OrderByComparator<BookmarksEntry> orderByComparator)
getEntries in interface BookmarksEntryServicepublic int getEntriesCount(long groupId,
long folderId)
getEntriesCount in interface BookmarksEntryServicepublic int getEntriesCount(long groupId,
long folderId,
int status)
getEntriesCount in interface BookmarksEntryServicepublic BookmarksEntry getEntry(long entryId) throws PortalException
getEntry in interface BookmarksEntryServicePortalExceptionpublic int getFoldersEntriesCount(long groupId,
java.util.List<java.lang.Long> folderIds)
getFoldersEntriesCount in interface BookmarksEntryServicepublic java.util.List<BookmarksEntry> getGroupEntries(long groupId, int start, int end) throws PortalException
getGroupEntries in interface BookmarksEntryServicePortalExceptionpublic java.util.List<BookmarksEntry> getGroupEntries(long groupId, long userId, int start, int end) throws PortalException
getGroupEntries in interface BookmarksEntryServicePortalExceptionpublic java.util.List<BookmarksEntry> getGroupEntries(long groupId, long userId, long rootFolderId, int start, int end) throws PortalException
getGroupEntries in interface BookmarksEntryServicePortalExceptionpublic int getGroupEntriesCount(long groupId)
throws PortalException
getGroupEntriesCount in interface BookmarksEntryServicePortalExceptionpublic int getGroupEntriesCount(long groupId,
long userId)
throws PortalException
getGroupEntriesCount in interface BookmarksEntryServicePortalExceptionpublic int getGroupEntriesCount(long groupId,
long userId,
long rootFolderId)
throws PortalException
getGroupEntriesCount in interface BookmarksEntryServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface BookmarksEntryServicepublic BookmarksEntry moveEntry(long entryId, long parentFolderId) throws PortalException
moveEntry in interface BookmarksEntryServicePortalExceptionpublic BookmarksEntry moveEntryFromTrash(long entryId, long parentFolderId) throws PortalException
moveEntryFromTrash in interface BookmarksEntryServicePortalExceptionpublic BookmarksEntry moveEntryToTrash(long entryId) throws PortalException
moveEntryToTrash in interface BookmarksEntryServicePortalExceptionpublic BookmarksEntry openEntry(BookmarksEntry entry) throws PortalException
openEntry in interface BookmarksEntryServicePortalExceptionpublic BookmarksEntry openEntry(long entryId) throws PortalException
openEntry in interface BookmarksEntryServicePortalExceptionpublic void restoreEntryFromTrash(long entryId)
throws PortalException
restoreEntryFromTrash in interface BookmarksEntryServicePortalExceptionpublic Hits search(long groupId, long creatorUserId, int status, int start, int end) throws PortalException
search in interface BookmarksEntryServicePortalExceptionpublic void subscribeEntry(long entryId)
throws PortalException
subscribeEntry in interface BookmarksEntryServicePortalExceptionpublic void unsubscribeEntry(long entryId)
throws PortalException
unsubscribeEntry in interface BookmarksEntryServicePortalExceptionpublic BookmarksEntry updateEntry(long entryId, long groupId, long folderId, java.lang.String name, java.lang.String url, java.lang.String description, ServiceContext serviceContext) throws PortalException
updateEntry in interface BookmarksEntryServicePortalExceptionpublic BookmarksEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<BookmarksEntryService>public void setWrappedService(BookmarksEntryService bookmarksEntryService)
setWrappedService in interface ServiceWrapper<BookmarksEntryService>