|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType
@AccessControlled
@JSONWebService
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface BookmarksEntryServiceProvides the remote service interface for BookmarksEntry. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
BookmarksEntryServiceUtil,
com.liferay.portlet.bookmarks.service.base.BookmarksEntryServiceBaseImpl,
com.liferay.portlet.bookmarks.service.impl.BookmarksEntryServiceImpl| Method Summary | |
|---|---|
abstract BookmarksEntry |
addEntry(long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
abstract void |
deleteEntry(long entryId)
|
abstract String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
abstract List<BookmarksEntry> |
getEntries(long groupId,
long folderId,
int start,
int end)
|
abstract List<BookmarksEntry> |
getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
|
abstract int |
getEntriesCount(long groupId,
long folderId)
|
abstract int |
getEntriesCount(long groupId,
long folderId,
int status)
|
abstract BookmarksEntry |
getEntry(long entryId)
|
abstract int |
getFoldersEntriesCount(long groupId,
List<Long> folderIds)
|
abstract List<BookmarksEntry> |
getGroupEntries(long groupId,
int start,
int end)
|
abstract List<BookmarksEntry> |
getGroupEntries(long groupId,
long userId,
int start,
int end)
|
abstract List<BookmarksEntry> |
getGroupEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end)
|
abstract int |
getGroupEntriesCount(long groupId)
|
abstract int |
getGroupEntriesCount(long groupId,
long userId)
|
abstract int |
getGroupEntriesCount(long groupId,
long userId,
long rootFolderId)
|
abstract BookmarksEntry |
moveEntry(long entryId,
long parentFolderId)
|
abstract BookmarksEntry |
moveEntryFromTrash(long entryId,
long parentFolderId)
|
abstract BookmarksEntry |
moveEntryToTrash(long entryId)
|
abstract BookmarksEntry |
openEntry(BookmarksEntry entry)
|
abstract BookmarksEntry |
openEntry(long entryId)
|
abstract void |
restoreEntryFromTrash(long entryId)
|
abstract Hits |
search(long groupId,
long creatorUserId,
int status,
int start,
int end)
|
abstract void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
abstract void |
subscribeEntry(long entryId)
|
abstract void |
unsubscribeEntry(long entryId)
|
abstract BookmarksEntry |
updateEntry(long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
| Method Detail |
|---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
BookmarksEntry addEntry(long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
void deleteEntry(long entryId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<BookmarksEntry> getEntries(long groupId,
long folderId,
int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFoldersEntriesCount(long groupId,
List<Long> folderIds)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<BookmarksEntry> getGroupEntries(long groupId,
int start,
int end)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<BookmarksEntry> getGroupEntries(long groupId,
long userId,
int start,
int end)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<BookmarksEntry> getGroupEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getGroupEntriesCount(long groupId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getGroupEntriesCount(long groupId,
long userId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getGroupEntriesCount(long groupId,
long userId,
long rootFolderId)
throws PortalException,
SystemException
PortalException
SystemException
BookmarksEntry moveEntry(long entryId,
long parentFolderId)
throws PortalException,
SystemException
PortalException
SystemException
BookmarksEntry moveEntryFromTrash(long entryId,
long parentFolderId)
throws PortalException,
SystemException
PortalException
SystemException
BookmarksEntry moveEntryToTrash(long entryId)
throws PortalException,
SystemException
PortalException
SystemException
BookmarksEntry openEntry(BookmarksEntry entry)
throws PortalException,
SystemException
PortalException
SystemException
BookmarksEntry openEntry(long entryId)
throws PortalException,
SystemException
PortalException
SystemException
void restoreEntryFromTrash(long entryId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Hits search(long groupId,
long creatorUserId,
int status,
int start,
int end)
throws PortalException,
SystemException
PortalException
SystemException
void subscribeEntry(long entryId)
throws PortalException,
SystemException
PortalException
SystemException
void unsubscribeEntry(long entryId)
throws PortalException,
SystemException
PortalException
SystemException
BookmarksEntry updateEntry(long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||