Package com.liferay.bookmarks.service
Class BookmarksEntryServiceWrapper
java.lang.Object
com.liferay.bookmarks.service.BookmarksEntryServiceWrapper
- All Implemented Interfaces:
BookmarksEntryService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<BookmarksEntryService>
public class BookmarksEntryServiceWrapper
extends Object
implements BookmarksEntryService, com.liferay.portal.kernel.service.ServiceWrapper<BookmarksEntryService>
Provides a wrapper for
BookmarksEntryService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEntry(long groupId, long folderId, String name, String url, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) voiddeleteEntry(long entryId) getEntries(long groupId, long folderId, int start, int end) getEntries(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BookmarksEntry> orderByComparator) intgetEntriesCount(long groupId, long folderId) intgetEntriesCount(long groupId, long folderId, int status) getEntry(long entryId) intgetFoldersEntriesCount(long groupId, List<Long> folderIds) getGroupEntries(long groupId, int start, int end) getGroupEntries(long groupId, long userId, int start, int end) getGroupEntries(long groupId, long userId, long rootFolderId, int start, int end) intgetGroupEntriesCount(long groupId) intgetGroupEntriesCount(long groupId, long userId) intgetGroupEntriesCount(long groupId, long userId, long rootFolderId) Returns the OSGi service identifier.moveEntry(long entryId, long parentFolderId) moveEntryFromTrash(long entryId, long parentFolderId) moveEntryToTrash(long entryId) openEntry(long entryId) openEntry(BookmarksEntry entry) voidrestoreEntryFromTrash(long entryId) com.liferay.portal.kernel.search.Hitssearch(long groupId, long creatorUserId, int status, int start, int end) voidsetWrappedService(BookmarksEntryService bookmarksEntryService) voidsubscribeEntry(long entryId) voidunsubscribeEntry(long entryId) updateEntry(long entryId, long groupId, long folderId, String name, String url, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
BookmarksEntryServiceWrapper
public BookmarksEntryServiceWrapper() -
BookmarksEntryServiceWrapper
-
-
Method Details
-
addEntry
public BookmarksEntry addEntry(long groupId, long folderId, String name, String url, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addEntryin interfaceBookmarksEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteEntry
public void deleteEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteEntryin interfaceBookmarksEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getEntries
- Specified by:
getEntriesin interfaceBookmarksEntryService
-
getEntries
public List<BookmarksEntry> getEntries(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BookmarksEntry> orderByComparator) - Specified by:
getEntriesin interfaceBookmarksEntryService
-
getEntriesCount
public int getEntriesCount(long groupId, long folderId) - Specified by:
getEntriesCountin interfaceBookmarksEntryService
-
getEntriesCount
public int getEntriesCount(long groupId, long folderId, int status) - Specified by:
getEntriesCountin interfaceBookmarksEntryService
-
getEntry
public BookmarksEntry getEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getEntryin interfaceBookmarksEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFoldersEntriesCount
- Specified by:
getFoldersEntriesCountin interfaceBookmarksEntryService
-
getGroupEntries
public List<BookmarksEntry> getGroupEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getGroupEntriesin interfaceBookmarksEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupEntries
public List<BookmarksEntry> getGroupEntries(long groupId, long userId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getGroupEntriesin interfaceBookmarksEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupEntries
public List<BookmarksEntry> getGroupEntries(long groupId, long userId, long rootFolderId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getGroupEntriesin interfaceBookmarksEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupEntriesCount
public int getGroupEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getGroupEntriesCountin interfaceBookmarksEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupEntriesCount
public int getGroupEntriesCount(long groupId, long userId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getGroupEntriesCountin interfaceBookmarksEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupEntriesCount
public int getGroupEntriesCount(long groupId, long userId, long rootFolderId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getGroupEntriesCountin interfaceBookmarksEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceBookmarksEntryService- Returns:
- the OSGi service identifier
-
moveEntry
public BookmarksEntry moveEntry(long entryId, long parentFolderId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveEntryin interfaceBookmarksEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveEntryFromTrash
public BookmarksEntry moveEntryFromTrash(long entryId, long parentFolderId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveEntryFromTrashin interfaceBookmarksEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveEntryToTrash
public BookmarksEntry moveEntryToTrash(long entryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveEntryToTrashin interfaceBookmarksEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
openEntry
public BookmarksEntry openEntry(BookmarksEntry entry) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
openEntryin interfaceBookmarksEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
openEntry
public BookmarksEntry openEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
openEntryin interfaceBookmarksEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
restoreEntryFromTrash
public void restoreEntryFromTrash(long entryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
restoreEntryFromTrashin interfaceBookmarksEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
search
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 - Specified by:
searchin interfaceBookmarksEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
subscribeEntry
public void subscribeEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
subscribeEntryin interfaceBookmarksEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
unsubscribeEntry
public void unsubscribeEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
unsubscribeEntryin interfaceBookmarksEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateEntry
public BookmarksEntry updateEntry(long entryId, long groupId, long folderId, String name, String url, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateEntryin interfaceBookmarksEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<BookmarksEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<BookmarksEntryService>
-