com.liferay.portlet.bookmarks.service
Class BookmarksEntryLocalServiceWrapper
java.lang.Object
com.liferay.portlet.bookmarks.service.BookmarksEntryLocalServiceWrapper
- All Implemented Interfaces:
- BookmarksEntryLocalService
public class BookmarksEntryLocalServiceWrapper
- extends Object
- implements BookmarksEntryLocalService
This class is a wrapper for BookmarksEntryLocalService.
- See Also:
BookmarksEntryLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
BookmarksEntry |
addBookmarksEntry(BookmarksEntry bookmarksEntry)
|
BookmarksEntry |
addEntry(long userId,
long groupId,
long folderId,
String name,
String url,
String comments,
ServiceContext serviceContext)
|
void |
addEntryResources(BookmarksEntry entry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addEntryResources(BookmarksEntry entry,
String[] communityPermissions,
String[] guestPermissions)
|
void |
addEntryResources(long entryId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addEntryResources(long entryId,
String[] communityPermissions,
String[] guestPermissions)
|
BookmarksEntry |
createBookmarksEntry(long entryId)
|
void |
deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
|
void |
deleteBookmarksEntry(long entryId)
|
void |
deleteEntries(long groupId,
long folderId)
|
void |
deleteEntry(BookmarksEntry entry)
|
void |
deleteEntry(long entryId)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
List<BookmarksEntry> |
getBookmarksEntries(int start,
int end)
|
int |
getBookmarksEntriesCount()
|
BookmarksEntry |
getBookmarksEntry(long entryId)
|
BookmarksEntry |
getBookmarksEntryByUuidAndGroupId(String uuid,
long groupId)
|
List<BookmarksEntry> |
getEntries(long groupId,
long folderId,
int start,
int end)
|
List<BookmarksEntry> |
getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
getEntriesCount(long groupId,
long folderId)
|
BookmarksEntry |
getEntry(long entryId)
|
int |
getFoldersEntriesCount(long groupId,
List<Long> folderIds)
|
List<BookmarksEntry> |
getGroupEntries(long groupId,
int start,
int end)
|
List<BookmarksEntry> |
getGroupEntries(long groupId,
long userId,
int start,
int end)
|
int |
getGroupEntriesCount(long groupId)
|
int |
getGroupEntriesCount(long groupId,
long userId)
|
List<BookmarksEntry> |
getNoAssetEntries()
|
BookmarksEntryLocalService |
getWrappedBookmarksEntryLocalService()
|
BookmarksEntry |
openEntry(long userId,
long entryId)
|
void |
updateAsset(long userId,
BookmarksEntry entry,
long[] assetCategoryIds,
String[] assetTagNames)
|
BookmarksEntry |
updateBookmarksEntry(BookmarksEntry bookmarksEntry)
|
BookmarksEntry |
updateBookmarksEntry(BookmarksEntry bookmarksEntry,
boolean merge)
|
BookmarksEntry |
updateEntry(long userId,
long entryId,
long groupId,
long folderId,
String name,
String url,
String comments,
ServiceContext serviceContext)
|
| 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 SystemException
- Specified by:
addBookmarksEntry in interface BookmarksEntryLocalService
- Throws:
SystemException
createBookmarksEntry
public BookmarksEntry createBookmarksEntry(long entryId)
- Specified by:
createBookmarksEntry in interface BookmarksEntryLocalService
deleteBookmarksEntry
public void deleteBookmarksEntry(long entryId)
throws PortalException,
SystemException
- Specified by:
deleteBookmarksEntry in interface BookmarksEntryLocalService
- Throws:
PortalException
SystemException
deleteBookmarksEntry
public void deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
throws SystemException
- Specified by:
deleteBookmarksEntry in interface BookmarksEntryLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface BookmarksEntryLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface BookmarksEntryLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface BookmarksEntryLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface BookmarksEntryLocalService
- Throws:
SystemException
getBookmarksEntry
public BookmarksEntry getBookmarksEntry(long entryId)
throws PortalException,
SystemException
- Specified by:
getBookmarksEntry in interface BookmarksEntryLocalService
- Throws:
PortalException
SystemException
getBookmarksEntryByUuidAndGroupId
public BookmarksEntry getBookmarksEntryByUuidAndGroupId(String uuid,
long groupId)
throws PortalException,
SystemException
- Specified by:
getBookmarksEntryByUuidAndGroupId in interface BookmarksEntryLocalService
- Throws:
PortalException
SystemException
getBookmarksEntries
public List<BookmarksEntry> getBookmarksEntries(int start,
int end)
throws SystemException
- Specified by:
getBookmarksEntries in interface BookmarksEntryLocalService
- Throws:
SystemException
getBookmarksEntriesCount
public int getBookmarksEntriesCount()
throws SystemException
- Specified by:
getBookmarksEntriesCount in interface BookmarksEntryLocalService
- Throws:
SystemException
updateBookmarksEntry
public BookmarksEntry updateBookmarksEntry(BookmarksEntry bookmarksEntry)
throws SystemException
- Specified by:
updateBookmarksEntry in interface BookmarksEntryLocalService
- Throws:
SystemException
updateBookmarksEntry
public BookmarksEntry updateBookmarksEntry(BookmarksEntry bookmarksEntry,
boolean merge)
throws SystemException
- Specified by:
updateBookmarksEntry in interface BookmarksEntryLocalService
- Throws:
SystemException
addEntry
public BookmarksEntry addEntry(long userId,
long groupId,
long folderId,
String name,
String url,
String comments,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addEntry in interface BookmarksEntryLocalService
- Throws:
PortalException
SystemException
addEntryResources
public void addEntryResources(BookmarksEntry entry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Specified by:
addEntryResources in interface BookmarksEntryLocalService
- Throws:
PortalException
SystemException
addEntryResources
public void addEntryResources(BookmarksEntry entry,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
- Specified by:
addEntryResources in interface BookmarksEntryLocalService
- Throws:
PortalException
SystemException
addEntryResources
public void addEntryResources(long entryId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Specified by:
addEntryResources in interface BookmarksEntryLocalService
- Throws:
PortalException
SystemException
addEntryResources
public void addEntryResources(long entryId,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
- Specified by:
addEntryResources in interface BookmarksEntryLocalService
- Throws:
PortalException
SystemException
deleteEntries
public void deleteEntries(long groupId,
long folderId)
throws PortalException,
SystemException
- Specified by:
deleteEntries in interface BookmarksEntryLocalService
- Throws:
PortalException
SystemException
deleteEntry
public void deleteEntry(BookmarksEntry entry)
throws PortalException,
SystemException
- Specified by:
deleteEntry in interface BookmarksEntryLocalService
- Throws:
PortalException
SystemException
deleteEntry
public void deleteEntry(long entryId)
throws PortalException,
SystemException
- Specified by:
deleteEntry in interface BookmarksEntryLocalService
- Throws:
PortalException
SystemException
getEntries
public List<BookmarksEntry> getEntries(long groupId,
long folderId,
int start,
int end)
throws SystemException
- Specified by:
getEntries in interface BookmarksEntryLocalService
- Throws:
SystemException
getEntries
public List<BookmarksEntry> getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
getEntries in interface BookmarksEntryLocalService
- Throws:
SystemException
getEntriesCount
public int getEntriesCount(long groupId,
long folderId)
throws SystemException
- Specified by:
getEntriesCount in interface BookmarksEntryLocalService
- Throws:
SystemException
getEntry
public BookmarksEntry getEntry(long entryId)
throws PortalException,
SystemException
- Specified by:
getEntry in interface BookmarksEntryLocalService
- Throws:
PortalException
SystemException
getFoldersEntriesCount
public int getFoldersEntriesCount(long groupId,
List<Long> folderIds)
throws SystemException
- Specified by:
getFoldersEntriesCount in interface BookmarksEntryLocalService
- Throws:
SystemException
getGroupEntries
public List<BookmarksEntry> getGroupEntries(long groupId,
int start,
int end)
throws SystemException
- Specified by:
getGroupEntries in interface BookmarksEntryLocalService
- Throws:
SystemException
getGroupEntries
public List<BookmarksEntry> getGroupEntries(long groupId,
long userId,
int start,
int end)
throws SystemException
- Specified by:
getGroupEntries in interface BookmarksEntryLocalService
- Throws:
SystemException
getGroupEntriesCount
public int getGroupEntriesCount(long groupId)
throws SystemException
- Specified by:
getGroupEntriesCount in interface BookmarksEntryLocalService
- Throws:
SystemException
getGroupEntriesCount
public int getGroupEntriesCount(long groupId,
long userId)
throws SystemException
- Specified by:
getGroupEntriesCount in interface BookmarksEntryLocalService
- Throws:
SystemException
getNoAssetEntries
public List<BookmarksEntry> getNoAssetEntries()
throws SystemException
- Specified by:
getNoAssetEntries in interface BookmarksEntryLocalService
- Throws:
SystemException
openEntry
public BookmarksEntry openEntry(long userId,
long entryId)
throws PortalException,
SystemException
- Specified by:
openEntry in interface BookmarksEntryLocalService
- Throws:
PortalException
SystemException
updateAsset
public void updateAsset(long userId,
BookmarksEntry entry,
long[] assetCategoryIds,
String[] assetTagNames)
throws PortalException,
SystemException
- Specified by:
updateAsset in interface BookmarksEntryLocalService
- Throws:
PortalException
SystemException
updateEntry
public BookmarksEntry updateEntry(long userId,
long entryId,
long groupId,
long folderId,
String name,
String url,
String comments,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateEntry in interface BookmarksEntryLocalService
- Throws:
PortalException
SystemException
getWrappedBookmarksEntryLocalService
public BookmarksEntryLocalService getWrappedBookmarksEntryLocalService()