@ProviderType 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.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
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) |
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) |
BookmarksEntryService |
getWrappedBookmarksEntryService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
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 |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.bookmarks.service.BookmarksEntryService) |
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 java.lang.String getBeanIdentifier()
getBeanIdentifier in interface BookmarksEntryServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface BookmarksEntryServicebeanIdentifier - the Spring bean ID for this beanpublic BookmarksEntry addEntry(long groupId, long folderId, java.lang.String name, java.lang.String url, java.lang.String description, ServiceContext serviceContext) throws PortalException, SystemException
addEntry in interface BookmarksEntryServicePortalExceptionSystemExceptionpublic void deleteEntry(long entryId)
throws PortalException,
SystemException
deleteEntry in interface BookmarksEntryServicePortalExceptionSystemExceptionpublic java.util.List<BookmarksEntry> getEntries(long groupId, long folderId, int start, int end) throws SystemException
getEntries in interface BookmarksEntryServiceSystemExceptionpublic java.util.List<BookmarksEntry> getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator) throws SystemException
getEntries in interface BookmarksEntryServiceSystemExceptionpublic int getEntriesCount(long groupId,
long folderId)
throws SystemException
getEntriesCount in interface BookmarksEntryServiceSystemExceptionpublic int getEntriesCount(long groupId,
long folderId,
int status)
throws SystemException
getEntriesCount in interface BookmarksEntryServiceSystemExceptionpublic BookmarksEntry getEntry(long entryId) throws PortalException, SystemException
getEntry in interface BookmarksEntryServicePortalExceptionSystemExceptionpublic int getFoldersEntriesCount(long groupId,
java.util.List<java.lang.Long> folderIds)
throws SystemException
getFoldersEntriesCount in interface BookmarksEntryServiceSystemExceptionpublic java.util.List<BookmarksEntry> getGroupEntries(long groupId, int start, int end) throws PortalException, SystemException
getGroupEntries in interface BookmarksEntryServicePortalExceptionSystemExceptionpublic java.util.List<BookmarksEntry> getGroupEntries(long groupId, long userId, int start, int end) throws PortalException, SystemException
getGroupEntries in interface BookmarksEntryServicePortalExceptionSystemExceptionpublic java.util.List<BookmarksEntry> getGroupEntries(long groupId, long userId, long rootFolderId, int start, int end) throws PortalException, SystemException
getGroupEntries in interface BookmarksEntryServicePortalExceptionSystemExceptionpublic int getGroupEntriesCount(long groupId)
throws PortalException,
SystemException
getGroupEntriesCount in interface BookmarksEntryServicePortalExceptionSystemExceptionpublic int getGroupEntriesCount(long groupId,
long userId)
throws PortalException,
SystemException
getGroupEntriesCount in interface BookmarksEntryServicePortalExceptionSystemExceptionpublic int getGroupEntriesCount(long groupId,
long userId,
long rootFolderId)
throws PortalException,
SystemException
getGroupEntriesCount in interface BookmarksEntryServicePortalExceptionSystemExceptionpublic BookmarksEntry moveEntry(long entryId, long parentFolderId) throws PortalException, SystemException
moveEntry in interface BookmarksEntryServicePortalExceptionSystemExceptionpublic BookmarksEntry moveEntryFromTrash(long entryId, long parentFolderId) throws PortalException, SystemException
moveEntryFromTrash in interface BookmarksEntryServicePortalExceptionSystemExceptionpublic BookmarksEntry moveEntryToTrash(long entryId) throws PortalException, SystemException
moveEntryToTrash in interface BookmarksEntryServicePortalExceptionSystemExceptionpublic BookmarksEntry openEntry(BookmarksEntry entry) throws PortalException, SystemException
openEntry in interface BookmarksEntryServicePortalExceptionSystemExceptionpublic BookmarksEntry openEntry(long entryId) throws PortalException, SystemException
openEntry in interface BookmarksEntryServicePortalExceptionSystemExceptionpublic void restoreEntryFromTrash(long entryId)
throws PortalException,
SystemException
restoreEntryFromTrash in interface BookmarksEntryServicePortalExceptionSystemExceptionpublic Hits search(long groupId, long creatorUserId, int status, int start, int end) throws PortalException, SystemException
search in interface BookmarksEntryServicePortalExceptionSystemExceptionpublic void subscribeEntry(long entryId)
throws PortalException,
SystemException
subscribeEntry in interface BookmarksEntryServicePortalExceptionSystemExceptionpublic void unsubscribeEntry(long entryId)
throws PortalException,
SystemException
unsubscribeEntry in interface BookmarksEntryServicePortalExceptionSystemExceptionpublic BookmarksEntry updateEntry(long entryId, long groupId, long folderId, java.lang.String name, java.lang.String url, java.lang.String description, ServiceContext serviceContext) throws PortalException, SystemException
updateEntry in interface BookmarksEntryServicePortalExceptionSystemExceptionpublic BookmarksEntryService getWrappedBookmarksEntryService()
getWrappedService()public void setWrappedBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
setWrappedService(com.liferay.portlet.bookmarks.service.BookmarksEntryService)public BookmarksEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<BookmarksEntryService>public void setWrappedService(BookmarksEntryService bookmarksEntryService)
setWrappedService in interface ServiceWrapper<BookmarksEntryService>