com.liferay.portlet.bookmarks.service.impl
Class BookmarksEntryServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portlet.bookmarks.service.base.BookmarksEntryServiceBaseImpl
com.liferay.portlet.bookmarks.service.impl.BookmarksEntryServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseService, BookmarksEntryService
public class BookmarksEntryServiceImpl
- extends BookmarksEntryServiceBaseImpl
Fields inherited from class com.liferay.portlet.bookmarks.service.base.BookmarksEntryServiceBaseImpl |
assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, assetLinkLocalService, assetLinkPersistence, assetTagFinder, assetTagLocalService, assetTagPersistence, assetTagService, bookmarksEntryFinder, bookmarksEntryLocalService, bookmarksEntryPersistence, bookmarksEntryService, bookmarksFolderFinder, bookmarksFolderLocalService, bookmarksFolderPersistence, bookmarksFolderService, counterLocalService, expandoRowLocalService, expandoRowPersistence, groupFinder, groupLocalService, groupPersistence, groupService, portletPreferencesFinder, portletPreferencesLocalService, portletPreferencesPersistence, portletPreferencesService, resourceLocalService, socialActivityFinder, socialActivityLocalService, socialActivityPersistence, socialActivityService, subscriptionLocalService, subscriptionPersistence, trashEntryLocalService, trashEntryPersistence, trashEntryService, trashVersionLocalService, trashVersionPersistence, userFinder, userLocalService, userPersistence, userService |
Method Summary |
BookmarksEntry |
addEntry(long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
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)
|
int |
getEntriesCount(long groupId,
long folderId,
int status)
|
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)
|
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)
|
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)
|
Hits |
search(long groupId,
long creatorUserId,
int status,
int start,
int end)
|
void |
subscribeEntry(long entryId)
|
void |
unsubscribeEntry(long entryId)
|
BookmarksEntry |
updateEntry(long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
Methods inherited from class com.liferay.portlet.bookmarks.service.base.BookmarksEntryServiceBaseImpl |
afterPropertiesSet, destroy, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getAssetLinkLocalService, getAssetLinkPersistence, getAssetTagFinder, getAssetTagLocalService, getAssetTagPersistence, getAssetTagService, getBeanIdentifier, getBookmarksEntryFinder, getBookmarksEntryLocalService, getBookmarksEntryPersistence, getBookmarksEntryService, getBookmarksFolderFinder, getBookmarksFolderLocalService, getBookmarksFolderPersistence, getBookmarksFolderService, getCounterLocalService, getExpandoRowLocalService, getExpandoRowPersistence, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getModelClass, getModelClassName, getPortletPreferencesFinder, getPortletPreferencesLocalService, getPortletPreferencesPersistence, getPortletPreferencesService, getResourceLocalService, getSocialActivityFinder, getSocialActivityLocalService, getSocialActivityPersistence, getSocialActivityService, getSubscriptionLocalService, getSubscriptionPersistence, getTrashEntryLocalService, getTrashEntryPersistence, getTrashEntryService, getTrashVersionLocalService, getTrashVersionPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setAssetLinkLocalService, setAssetLinkPersistence, setAssetTagFinder, setAssetTagLocalService, setAssetTagPersistence, setAssetTagService, setBeanIdentifier, setBookmarksEntryFinder, setBookmarksEntryLocalService, setBookmarksEntryPersistence, setBookmarksEntryService, setBookmarksFolderFinder, setBookmarksFolderLocalService, setBookmarksFolderPersistence, setBookmarksFolderService, setCounterLocalService, setExpandoRowLocalService, setExpandoRowPersistence, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setPortletPreferencesFinder, setPortletPreferencesLocalService, setPortletPreferencesPersistence, setPortletPreferencesService, setResourceLocalService, setSocialActivityFinder, setSocialActivityLocalService, setSocialActivityPersistence, setSocialActivityService, setSubscriptionLocalService, setSubscriptionPersistence, setTrashEntryLocalService, setTrashEntryPersistence, setTrashEntryService, setTrashVersionLocalService, setTrashVersionPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookmarksEntryServiceImpl
public BookmarksEntryServiceImpl()
addEntry
public BookmarksEntry addEntry(long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
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
getEntriesCount
public int getEntriesCount(long groupId,
long folderId,
int status)
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 PortalException,
SystemException
- Throws:
PortalException
SystemException
getGroupEntries
public List<BookmarksEntry> getGroupEntries(long groupId,
long userId,
int start,
int end)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getGroupEntries
public List<BookmarksEntry> getGroupEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getGroupEntriesCount
public int getGroupEntriesCount(long groupId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getGroupEntriesCount
public int getGroupEntriesCount(long groupId,
long userId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getGroupEntriesCount
public int getGroupEntriesCount(long groupId,
long userId,
long rootFolderId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
moveEntry
public BookmarksEntry moveEntry(long entryId,
long parentFolderId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
moveEntryFromTrash
public BookmarksEntry moveEntryFromTrash(long entryId,
long parentFolderId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
moveEntryToTrash
public BookmarksEntry moveEntryToTrash(long entryId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
openEntry
public BookmarksEntry openEntry(BookmarksEntry entry)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
openEntry
public BookmarksEntry openEntry(long entryId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
restoreEntryFromTrash
public void restoreEntryFromTrash(long entryId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
search
public Hits search(long groupId,
long creatorUserId,
int status,
int start,
int end)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
subscribeEntry
public void subscribeEntry(long entryId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
unsubscribeEntry
public void unsubscribeEntry(long entryId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateEntry
public BookmarksEntry updateEntry(long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException