|
Liferay 7.0-ce-m2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.bookmarks.service.BookmarksEntryServiceWrapper
@ProviderType public class BookmarksEntryServiceWrapper
Provides a wrapper for BookmarksEntryService.
BookmarksEntryService| Constructor Summary | |
|---|---|
BookmarksEntryServiceWrapper(BookmarksEntryService bookmarksEntryService)
|
|
| 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)
|
BookmarksEntryService |
getWrappedBookmarksEntryService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
BookmarksEntryService |
getWrappedService()
|
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 |
setWrappedBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.bookmarks.service.BookmarksEntryService) |
void |
setWrappedService(BookmarksEntryService bookmarksEntryService)
|
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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BookmarksEntryServiceWrapper(BookmarksEntryService bookmarksEntryService)
| Method Detail |
|---|
public BookmarksEntry addEntry(long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
throws PortalException
addEntry in interface BookmarksEntryServicePortalException
public void deleteEntry(long entryId)
throws PortalException
deleteEntry in interface BookmarksEntryServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface BookmarksEntryService
public List<BookmarksEntry> getEntries(long groupId,
long folderId,
int start,
int end)
getEntries in interface BookmarksEntryService
public List<BookmarksEntry> getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
getEntries in interface BookmarksEntryService
public int getEntriesCount(long groupId,
long folderId)
getEntriesCount in interface BookmarksEntryService
public int getEntriesCount(long groupId,
long folderId,
int status)
getEntriesCount in interface BookmarksEntryService
public BookmarksEntry getEntry(long entryId)
throws PortalException
getEntry in interface BookmarksEntryServicePortalException
public int getFoldersEntriesCount(long groupId,
List<Long> folderIds)
getFoldersEntriesCount in interface BookmarksEntryService
public List<BookmarksEntry> getGroupEntries(long groupId,
int start,
int end)
throws PortalException
getGroupEntries in interface BookmarksEntryServicePortalException
public List<BookmarksEntry> getGroupEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end)
throws PortalException
getGroupEntries in interface BookmarksEntryServicePortalException
public List<BookmarksEntry> getGroupEntries(long groupId,
long userId,
int start,
int end)
throws PortalException
getGroupEntries in interface BookmarksEntryServicePortalException
public int getGroupEntriesCount(long groupId)
throws PortalException
getGroupEntriesCount in interface BookmarksEntryServicePortalException
public int getGroupEntriesCount(long groupId,
long userId)
throws PortalException
getGroupEntriesCount in interface BookmarksEntryServicePortalException
public int getGroupEntriesCount(long groupId,
long userId,
long rootFolderId)
throws PortalException
getGroupEntriesCount in interface BookmarksEntryServicePortalException
public BookmarksEntry moveEntry(long entryId,
long parentFolderId)
throws PortalException
moveEntry in interface BookmarksEntryServicePortalException
public BookmarksEntry moveEntryFromTrash(long entryId,
long parentFolderId)
throws PortalException
moveEntryFromTrash in interface BookmarksEntryServicePortalException
public BookmarksEntry moveEntryToTrash(long entryId)
throws PortalException
moveEntryToTrash in interface BookmarksEntryServicePortalException
public BookmarksEntry openEntry(BookmarksEntry entry)
throws PortalException
openEntry in interface BookmarksEntryServicePortalException
public BookmarksEntry openEntry(long entryId)
throws PortalException
openEntry in interface BookmarksEntryServicePortalException
public void restoreEntryFromTrash(long entryId)
throws PortalException
restoreEntryFromTrash in interface BookmarksEntryServicePortalException
public Hits search(long groupId,
long creatorUserId,
int status,
int start,
int end)
throws PortalException
search in interface BookmarksEntryServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface BookmarksEntryServicebeanIdentifier - the Spring bean ID for this bean
public void subscribeEntry(long entryId)
throws PortalException
subscribeEntry in interface BookmarksEntryServicePortalException
public void unsubscribeEntry(long entryId)
throws PortalException
unsubscribeEntry in interface BookmarksEntryServicePortalException
public BookmarksEntry updateEntry(long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
throws PortalException
updateEntry in interface BookmarksEntryServicePortalException@Deprecated public BookmarksEntryService getWrappedBookmarksEntryService()
getWrappedService()
@Deprecated public void setWrappedBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
setWrappedService(com.liferay.portlet.bookmarks.service.BookmarksEntryService)
public BookmarksEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<BookmarksEntryService>public void setWrappedService(BookmarksEntryService bookmarksEntryService)
setWrappedService in interface ServiceWrapper<BookmarksEntryService>
|
Liferay 7.0-ce-m2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||