@ProviderType public class BookmarksEntryServiceWrapper extends java.lang.Object implements BookmarksEntryService, com.liferay.portal.kernel.service.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,
com.liferay.portal.kernel.service.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,
com.liferay.portal.kernel.util.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) |
com.liferay.portal.kernel.search.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,
com.liferay.portal.kernel.service.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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addEntry in interface BookmarksEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException
deleteEntry in interface BookmarksEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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, com.liferay.portal.kernel.util.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 com.liferay.portal.kernel.exception.PortalException
getEntry in interface BookmarksEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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 com.liferay.portal.kernel.exception.PortalException
getGroupEntries in interface BookmarksEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<BookmarksEntry> getGroupEntries(long groupId, long userId, long rootFolderId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getGroupEntries in interface BookmarksEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<BookmarksEntry> getGroupEntries(long groupId, long userId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getGroupEntries in interface BookmarksEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getGroupEntriesCount(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
getGroupEntriesCount in interface BookmarksEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getGroupEntriesCount(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.PortalException
getGroupEntriesCount in interface BookmarksEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getGroupEntriesCount(long groupId,
long userId,
long rootFolderId)
throws com.liferay.portal.kernel.exception.PortalException
getGroupEntriesCount in interface BookmarksEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface BookmarksEntryServicepublic BookmarksEntry moveEntry(long entryId, long parentFolderId) throws com.liferay.portal.kernel.exception.PortalException
moveEntry in interface BookmarksEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BookmarksEntry moveEntryFromTrash(long entryId, long parentFolderId) throws com.liferay.portal.kernel.exception.PortalException
moveEntryFromTrash in interface BookmarksEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BookmarksEntry moveEntryToTrash(long entryId) throws com.liferay.portal.kernel.exception.PortalException
moveEntryToTrash in interface BookmarksEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BookmarksEntry openEntry(BookmarksEntry entry) throws com.liferay.portal.kernel.exception.PortalException
openEntry in interface BookmarksEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BookmarksEntry openEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException
openEntry in interface BookmarksEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void restoreEntryFromTrash(long entryId)
throws com.liferay.portal.kernel.exception.PortalException
restoreEntryFromTrash in interface BookmarksEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.search.Hits search(long groupId,
long creatorUserId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
search in interface BookmarksEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void subscribeEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException
subscribeEntry in interface BookmarksEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void unsubscribeEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException
unsubscribeEntry in interface BookmarksEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BookmarksEntry updateEntry(long entryId, long groupId, long folderId, java.lang.String name, java.lang.String url, java.lang.String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateEntry in interface BookmarksEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BookmarksEntryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<BookmarksEntryService>public void setWrappedService(BookmarksEntryService bookmarksEntryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<BookmarksEntryService>