com.liferay.portlet.bookmarks.service.impl
Class BookmarksEntryLocalServiceImpl
java.lang.Object
com.liferay.portlet.bookmarks.service.base.BookmarksEntryLocalServiceBaseImpl
com.liferay.portlet.bookmarks.service.impl.BookmarksEntryLocalServiceImpl
- All Implemented Interfaces:
- BookmarksEntryLocalService
public class BookmarksEntryLocalServiceImpl
- extends BookmarksEntryLocalServiceBaseImpl
Fields inherited from class com.liferay.portlet.bookmarks.service.base.BookmarksEntryLocalServiceBaseImpl |
assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, assetTagFinder, assetTagLocalService, assetTagPersistence, assetTagService, bookmarksEntryFinder, bookmarksEntryLocalService, bookmarksEntryPersistence, bookmarksEntryService, bookmarksFolderLocalService, bookmarksFolderPersistence, bookmarksFolderService, counterLocalService, expandoValueLocalService, expandoValuePersistence, expandoValueService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService |
Method Summary |
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)
|
void |
deleteEntries(long groupId,
long folderId)
|
void |
deleteEntry(BookmarksEntry entry)
|
void |
deleteEntry(long entryId)
|
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)
|
protected long |
getFolder(BookmarksEntry entry,
long folderId)
|
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()
|
BookmarksEntry |
openEntry(long userId,
long entryId)
|
void |
updateAsset(long userId,
BookmarksEntry entry,
long[] assetCategoryIds,
String[] assetTagNames)
|
BookmarksEntry |
updateEntry(long userId,
long entryId,
long groupId,
long folderId,
String name,
String url,
String comments,
ServiceContext serviceContext)
|
protected void |
validate(String url)
|
Methods inherited from class com.liferay.portlet.bookmarks.service.base.BookmarksEntryLocalServiceBaseImpl |
addBookmarksEntry, createBookmarksEntry, deleteBookmarksEntry, deleteBookmarksEntry, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getAssetTagFinder, getAssetTagLocalService, getAssetTagPersistence, getAssetTagService, getBookmarksEntries, getBookmarksEntriesCount, getBookmarksEntry, getBookmarksEntryByUuidAndGroupId, getBookmarksEntryFinder, getBookmarksEntryLocalService, getBookmarksEntryPersistence, getBookmarksEntryService, getBookmarksFolderLocalService, getBookmarksFolderPersistence, getBookmarksFolderService, getCounterLocalService, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setAssetTagFinder, setAssetTagLocalService, setAssetTagPersistence, setAssetTagService, setBookmarksEntryFinder, setBookmarksEntryLocalService, setBookmarksEntryPersistence, setBookmarksEntryService, setBookmarksFolderLocalService, setBookmarksFolderPersistence, setBookmarksFolderService, setCounterLocalService, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateBookmarksEntry, updateBookmarksEntry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookmarksEntryLocalServiceImpl
public BookmarksEntryLocalServiceImpl()
addEntry
public BookmarksEntry addEntry(long userId,
long groupId,
long folderId,
String name,
String url,
String comments,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addEntryResources
public void addEntryResources(BookmarksEntry entry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addEntryResources
public void addEntryResources(BookmarksEntry entry,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addEntryResources
public void addEntryResources(long entryId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addEntryResources
public void addEntryResources(long entryId,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteEntries
public void deleteEntries(long groupId,
long folderId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteEntry
public void deleteEntry(BookmarksEntry entry)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteEntry
public void deleteEntry(long entryId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getEntries
public List<BookmarksEntry> getEntries(long groupId,
long folderId,
int start,
int end)
throws SystemException
- Throws:
SystemException
getEntries
public List<BookmarksEntry> getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
getEntriesCount
public int getEntriesCount(long groupId,
long folderId)
throws SystemException
- Throws:
SystemException
getEntry
public BookmarksEntry getEntry(long entryId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getFoldersEntriesCount
public int getFoldersEntriesCount(long groupId,
List<Long> folderIds)
throws SystemException
- Throws:
SystemException
getGroupEntries
public List<BookmarksEntry> getGroupEntries(long groupId,
int start,
int end)
throws SystemException
- Throws:
SystemException
getGroupEntries
public List<BookmarksEntry> getGroupEntries(long groupId,
long userId,
int start,
int end)
throws SystemException
- Throws:
SystemException
getGroupEntriesCount
public int getGroupEntriesCount(long groupId)
throws SystemException
- Throws:
SystemException
getGroupEntriesCount
public int getGroupEntriesCount(long groupId,
long userId)
throws SystemException
- Throws:
SystemException
getNoAssetEntries
public List<BookmarksEntry> getNoAssetEntries()
throws SystemException
- Throws:
SystemException
openEntry
public BookmarksEntry openEntry(long userId,
long entryId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateAsset
public void updateAsset(long userId,
BookmarksEntry entry,
long[] assetCategoryIds,
String[] assetTagNames)
throws PortalException,
SystemException
- 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
- Throws:
PortalException
SystemException
getFolder
protected long getFolder(BookmarksEntry entry,
long folderId)
throws SystemException
- Throws:
SystemException
validate
protected void validate(String url)
throws PortalException
- Throws:
PortalException