@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface BookmarksEntryService extends BaseService
BookmarksEntryServiceUtil,
com.liferay.portlet.bookmarks.service.base.BookmarksEntryServiceBaseImpl,
com.liferay.portlet.bookmarks.service.impl.BookmarksEntryServiceImpl| Modifier and Type | Method and Description |
|---|---|
BookmarksEntry |
addEntry(long groupId,
long folderId,
java.lang.String name,
java.lang.String url,
java.lang.String description,
ServiceContext serviceContext) |
void |
deleteEntry(long entryId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<BookmarksEntry> |
getEntries(long groupId,
long folderId,
int start,
int end) |
java.util.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,
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) |
java.util.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 |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
subscribeEntry(long entryId) |
void |
unsubscribeEntry(long entryId) |
BookmarksEntry |
updateEntry(long entryId,
long groupId,
long folderId,
java.lang.String name,
java.lang.String url,
java.lang.String description,
ServiceContext serviceContext) |
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanBookmarksEntry addEntry(long groupId, long folderId, java.lang.String name, java.lang.String url, java.lang.String description, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid deleteEntry(long entryId)
throws PortalException,
SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<BookmarksEntry> getEntries(long groupId, long folderId, int start, int end) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<BookmarksEntry> getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) int getEntriesCount(long groupId, long folderId) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) int getEntriesCount(long groupId, long folderId, int status) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) BookmarksEntry getEntry(long entryId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) int getFoldersEntriesCount(long groupId, java.util.List<java.lang.Long> folderIds) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<BookmarksEntry> getGroupEntries(long groupId, int start, int end) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<BookmarksEntry> getGroupEntries(long groupId, long userId, int start, int end) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<BookmarksEntry> getGroupEntries(long groupId, long userId, long rootFolderId, int start, int end) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) int getGroupEntriesCount(long groupId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) int getGroupEntriesCount(long groupId, long userId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) int getGroupEntriesCount(long groupId, long userId, long rootFolderId) throws PortalException, SystemException
PortalExceptionSystemExceptionBookmarksEntry moveEntry(long entryId, long parentFolderId) throws PortalException, SystemException
PortalExceptionSystemExceptionBookmarksEntry moveEntryFromTrash(long entryId, long parentFolderId) throws PortalException, SystemException
PortalExceptionSystemExceptionBookmarksEntry moveEntryToTrash(long entryId) throws PortalException, SystemException
PortalExceptionSystemExceptionBookmarksEntry openEntry(BookmarksEntry entry) throws PortalException, SystemException
PortalExceptionSystemExceptionBookmarksEntry openEntry(long entryId) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid restoreEntryFromTrash(long entryId)
throws PortalException,
SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) Hits search(long groupId, long creatorUserId, int status, int start, int end) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid subscribeEntry(long entryId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid unsubscribeEntry(long entryId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionBookmarksEntry updateEntry(long entryId, long groupId, long folderId, java.lang.String name, java.lang.String url, java.lang.String description, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemException