|
Liferay 7.0-ce-m2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@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,
BookmarksEntryServiceBaseImpl,
BookmarksEntryServiceImpl| Method Summary | |
|---|---|
BookmarksEntry |
addEntry(long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
void |
deleteEntry(long entryId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
List<BookmarksEntry> |
getEntries(long groupId,
long folderId,
int start,
int end)
|
List<BookmarksEntry> |
getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> 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 |
setBeanIdentifier(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,
String name,
String url,
String description,
ServiceContext serviceContext)
|
| Method Detail |
|---|
BookmarksEntry addEntry(long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
throws PortalException
PortalException
void deleteEntry(long entryId)
throws PortalException
PortalExceptionString getBeanIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<BookmarksEntry> getEntries(long groupId,
long folderId,
int start,
int end)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<BookmarksEntry> getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getEntriesCount(long groupId,
long folderId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getEntriesCount(long groupId,
long folderId,
int status)
@Transactional(propagation=SUPPORTS,
readOnly=true)
BookmarksEntry getEntry(long entryId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFoldersEntriesCount(long groupId,
List<Long> folderIds)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<BookmarksEntry> getGroupEntries(long groupId,
int start,
int end)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<BookmarksEntry> getGroupEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<BookmarksEntry> getGroupEntries(long groupId,
long userId,
int start,
int end)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getGroupEntriesCount(long groupId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getGroupEntriesCount(long groupId,
long userId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getGroupEntriesCount(long groupId,
long userId,
long rootFolderId)
throws PortalException
PortalException
BookmarksEntry moveEntry(long entryId,
long parentFolderId)
throws PortalException
PortalException
BookmarksEntry moveEntryFromTrash(long entryId,
long parentFolderId)
throws PortalException
PortalException
BookmarksEntry moveEntryToTrash(long entryId)
throws PortalException
PortalException
BookmarksEntry openEntry(BookmarksEntry entry)
throws PortalException
PortalException
BookmarksEntry openEntry(long entryId)
throws PortalException
PortalException
void restoreEntryFromTrash(long entryId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Hits search(long groupId,
long creatorUserId,
int status,
int start,
int end)
throws PortalException
PortalExceptionvoid setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
void subscribeEntry(long entryId)
throws PortalException
PortalException
void unsubscribeEntry(long entryId)
throws PortalException
PortalException
BookmarksEntry updateEntry(long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
throws PortalException
PortalException
|
Liferay 7.0-ce-m2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||