com.liferay.portlet.bookmarks.service
Class BookmarksEntryLocalServiceWrapper
java.lang.Object
com.liferay.portlet.bookmarks.service.BookmarksEntryLocalServiceWrapper
- All Implemented Interfaces:
- BookmarksEntryLocalService
public class BookmarksEntryLocalServiceWrapper
- extends java.lang.Object
- implements BookmarksEntryLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for BookmarksEntryLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
BookmarksEntryLocalService
- Generated:
Method Summary |
BookmarksEntry |
addBookmarksEntry(BookmarksEntry bookmarksEntry)
|
BookmarksEntry |
addEntry(long userId,
long folderId,
java.lang.String name,
java.lang.String url,
java.lang.String comments,
ServiceContext serviceContext)
|
BookmarksEntry |
addEntry(java.lang.String uuid,
long userId,
long folderId,
java.lang.String name,
java.lang.String url,
java.lang.String comments,
ServiceContext serviceContext)
|
void |
addEntryResources(BookmarksEntry entry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addEntryResources(BookmarksEntry entry,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
void |
addEntryResources(long entryId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addEntryResources(long entryId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
BookmarksEntry |
createBookmarksEntry(long entryId)
|
void |
deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
|
void |
deleteBookmarksEntry(long entryId)
|
void |
deleteEntries(long folderId)
|
void |
deleteEntry(BookmarksEntry entry)
|
void |
deleteEntry(long entryId)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<BookmarksEntry> |
getBookmarksEntries(int start,
int end)
|
int |
getBookmarksEntriesCount()
|
BookmarksEntry |
getBookmarksEntry(long entryId)
|
BookmarksEntry |
getBookmarksEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
|
java.util.List<BookmarksEntry> |
getEntries(long folderId,
int start,
int end)
|
java.util.List<BookmarksEntry> |
getEntries(long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
getEntriesCount(long folderId)
|
BookmarksEntry |
getEntry(long entryId)
|
int |
getFoldersEntriesCount(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)
|
int |
getGroupEntriesCount(long groupId)
|
int |
getGroupEntriesCount(long groupId,
long userId)
|
java.util.List<BookmarksEntry> |
getNoAssetEntries()
|
BookmarksEntryLocalService |
getWrappedBookmarksEntryLocalService()
|
BookmarksEntry |
openEntry(long entryId)
|
void |
reIndex(BookmarksEntry entry)
|
void |
reIndex(long entryId)
|
BookmarksEntry |
updateBookmarksEntry(BookmarksEntry bookmarksEntry)
|
BookmarksEntry |
updateBookmarksEntry(BookmarksEntry bookmarksEntry,
boolean merge)
|
BookmarksEntry |
updateEntry(long userId,
long entryId,
long folderId,
java.lang.String name,
java.lang.String url,
java.lang.String comments,
ServiceContext serviceContext)
|
void |
updateTagsAsset(long userId,
BookmarksEntry entry,
java.lang.String[] tagsEntries)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookmarksEntryLocalServiceWrapper
public BookmarksEntryLocalServiceWrapper(BookmarksEntryLocalService bookmarksEntryLocalService)
addBookmarksEntry
public BookmarksEntry addBookmarksEntry(BookmarksEntry bookmarksEntry)
throws com.liferay.portal.SystemException
- Specified by:
addBookmarksEntry
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
createBookmarksEntry
public BookmarksEntry createBookmarksEntry(long entryId)
- Specified by:
createBookmarksEntry
in interface BookmarksEntryLocalService
deleteBookmarksEntry
public void deleteBookmarksEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteBookmarksEntry
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteBookmarksEntry
public void deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
throws com.liferay.portal.SystemException
- Specified by:
deleteBookmarksEntry
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
getBookmarksEntry
public BookmarksEntry getBookmarksEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getBookmarksEntry
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getBookmarksEntryByUuidAndGroupId
public BookmarksEntry getBookmarksEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getBookmarksEntryByUuidAndGroupId
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getBookmarksEntries
public java.util.List<BookmarksEntry> getBookmarksEntries(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getBookmarksEntries
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
getBookmarksEntriesCount
public int getBookmarksEntriesCount()
throws com.liferay.portal.SystemException
- Specified by:
getBookmarksEntriesCount
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
updateBookmarksEntry
public BookmarksEntry updateBookmarksEntry(BookmarksEntry bookmarksEntry)
throws com.liferay.portal.SystemException
- Specified by:
updateBookmarksEntry
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
updateBookmarksEntry
public BookmarksEntry updateBookmarksEntry(BookmarksEntry bookmarksEntry,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateBookmarksEntry
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
addEntry
public BookmarksEntry addEntry(long userId,
long folderId,
java.lang.String name,
java.lang.String url,
java.lang.String comments,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEntry
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addEntry
public BookmarksEntry addEntry(java.lang.String uuid,
long userId,
long folderId,
java.lang.String name,
java.lang.String url,
java.lang.String comments,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEntry
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addEntryResources
public void addEntryResources(BookmarksEntry entry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEntryResources
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addEntryResources
public void addEntryResources(BookmarksEntry entry,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEntryResources
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addEntryResources
public void addEntryResources(long entryId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEntryResources
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addEntryResources
public void addEntryResources(long entryId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEntryResources
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteEntries
public void deleteEntries(long folderId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteEntries
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteEntry
public void deleteEntry(BookmarksEntry entry)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteEntry
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteEntry
public void deleteEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteEntry
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getEntries
public java.util.List<BookmarksEntry> getEntries(long folderId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getEntries
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
getEntries
public java.util.List<BookmarksEntry> getEntries(long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
getEntries
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
getEntriesCount
public int getEntriesCount(long folderId)
throws com.liferay.portal.SystemException
- Specified by:
getEntriesCount
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
getEntry
public BookmarksEntry getEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getEntry
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getFoldersEntriesCount
public int getFoldersEntriesCount(java.util.List<java.lang.Long> folderIds)
throws com.liferay.portal.SystemException
- Specified by:
getFoldersEntriesCount
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupEntries
public java.util.List<BookmarksEntry> getGroupEntries(long groupId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getGroupEntries
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupEntries
public java.util.List<BookmarksEntry> getGroupEntries(long groupId,
long userId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getGroupEntries
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupEntriesCount
public int getGroupEntriesCount(long groupId)
throws com.liferay.portal.SystemException
- Specified by:
getGroupEntriesCount
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupEntriesCount
public int getGroupEntriesCount(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Specified by:
getGroupEntriesCount
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
getNoAssetEntries
public java.util.List<BookmarksEntry> getNoAssetEntries()
throws com.liferay.portal.SystemException
- Specified by:
getNoAssetEntries
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
openEntry
public BookmarksEntry openEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
openEntry
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
reIndex
public void reIndex(BookmarksEntry entry)
throws com.liferay.portal.SystemException
- Specified by:
reIndex
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
reIndex
public void reIndex(long entryId)
throws com.liferay.portal.SystemException
- Specified by:
reIndex
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.SystemException
updateEntry
public BookmarksEntry updateEntry(long userId,
long entryId,
long folderId,
java.lang.String name,
java.lang.String url,
java.lang.String comments,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateEntry
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateTagsAsset
public void updateTagsAsset(long userId,
BookmarksEntry entry,
java.lang.String[] tagsEntries)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateTagsAsset
in interface BookmarksEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedBookmarksEntryLocalService
public BookmarksEntryLocalService getWrappedBookmarksEntryLocalService()