@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 BookmarksEntryService
com.liferay.portal.kernel.exception.PortalException
public void deleteEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException
deleteEntry
in interface BookmarksEntryService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<BookmarksEntry> getEntries(long groupId, long folderId, int start, int end)
getEntries
in interface BookmarksEntryService
public java.util.List<BookmarksEntry> getEntries(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BookmarksEntry> orderByComparator)
getEntries
in interface BookmarksEntryService
public int getEntriesCount(long groupId, long folderId)
getEntriesCount
in interface BookmarksEntryService
public int getEntriesCount(long groupId, long folderId, int status)
getEntriesCount
in interface BookmarksEntryService
public BookmarksEntry getEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException
getEntry
in interface BookmarksEntryService
com.liferay.portal.kernel.exception.PortalException
public int getFoldersEntriesCount(long groupId, java.util.List<java.lang.Long> folderIds)
getFoldersEntriesCount
in interface BookmarksEntryService
public java.util.List<BookmarksEntry> getGroupEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getGroupEntries
in interface BookmarksEntryService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<BookmarksEntry> getGroupEntries(long groupId, long userId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getGroupEntries
in interface BookmarksEntryService
com.liferay.portal.kernel.exception.PortalException
public 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 BookmarksEntryService
com.liferay.portal.kernel.exception.PortalException
public int getGroupEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException
getGroupEntriesCount
in interface BookmarksEntryService
com.liferay.portal.kernel.exception.PortalException
public int getGroupEntriesCount(long groupId, long userId) throws com.liferay.portal.kernel.exception.PortalException
getGroupEntriesCount
in interface BookmarksEntryService
com.liferay.portal.kernel.exception.PortalException
public int getGroupEntriesCount(long groupId, long userId, long rootFolderId) throws com.liferay.portal.kernel.exception.PortalException
getGroupEntriesCount
in interface BookmarksEntryService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface BookmarksEntryService
public BookmarksEntry moveEntry(long entryId, long parentFolderId) throws com.liferay.portal.kernel.exception.PortalException
moveEntry
in interface BookmarksEntryService
com.liferay.portal.kernel.exception.PortalException
public BookmarksEntry moveEntryFromTrash(long entryId, long parentFolderId) throws com.liferay.portal.kernel.exception.PortalException
moveEntryFromTrash
in interface BookmarksEntryService
com.liferay.portal.kernel.exception.PortalException
public BookmarksEntry moveEntryToTrash(long entryId) throws com.liferay.portal.kernel.exception.PortalException
moveEntryToTrash
in interface BookmarksEntryService
com.liferay.portal.kernel.exception.PortalException
public BookmarksEntry openEntry(BookmarksEntry entry) throws com.liferay.portal.kernel.exception.PortalException
openEntry
in interface BookmarksEntryService
com.liferay.portal.kernel.exception.PortalException
public BookmarksEntry openEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException
openEntry
in interface BookmarksEntryService
com.liferay.portal.kernel.exception.PortalException
public void restoreEntryFromTrash(long entryId) throws com.liferay.portal.kernel.exception.PortalException
restoreEntryFromTrash
in interface BookmarksEntryService
com.liferay.portal.kernel.exception.PortalException
public 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 BookmarksEntryService
com.liferay.portal.kernel.exception.PortalException
public void subscribeEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException
subscribeEntry
in interface BookmarksEntryService
com.liferay.portal.kernel.exception.PortalException
public void unsubscribeEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException
unsubscribeEntry
in interface BookmarksEntryService
com.liferay.portal.kernel.exception.PortalException
public 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 BookmarksEntryService
com.liferay.portal.kernel.exception.PortalException
public 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>