|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.bookmarks.service.BookmarksEntryServiceWrapper
public class BookmarksEntryServiceWrapper
This class is 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 orderByComparator)
|
int |
getEntriesCount(long groupId,
long folderId)
|
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)
|
void |
moveEntryToTrash(long entryId)
|
BookmarksEntry |
openEntry(BookmarksEntry entry)
|
BookmarksEntry |
openEntry(long entryId)
|
void |
restoreEntryFromTrash(long entryId)
|
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 String getBeanIdentifier()
getBeanIdentifier in interface BookmarksEntryServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface BookmarksEntryServicebeanIdentifier - the Spring bean ID for this bean
public BookmarksEntry addEntry(long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
addEntry in interface BookmarksEntryServicePortalException
SystemException
public void deleteEntry(long entryId)
throws PortalException,
SystemException
deleteEntry in interface BookmarksEntryServicePortalException
SystemException
public List<BookmarksEntry> getEntries(long groupId,
long folderId,
int start,
int end)
throws SystemException
getEntries in interface BookmarksEntryServiceSystemException
public List<BookmarksEntry> getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
getEntries in interface BookmarksEntryServiceSystemException
public int getEntriesCount(long groupId,
long folderId)
throws SystemException
getEntriesCount in interface BookmarksEntryServiceSystemException
public BookmarksEntry getEntry(long entryId)
throws PortalException,
SystemException
getEntry in interface BookmarksEntryServicePortalException
SystemException
public int getFoldersEntriesCount(long groupId,
List<Long> folderIds)
throws SystemException
getFoldersEntriesCount in interface BookmarksEntryServiceSystemException
public List<BookmarksEntry> getGroupEntries(long groupId,
int start,
int end)
throws PortalException,
SystemException
getGroupEntries in interface BookmarksEntryServicePortalException
SystemException
public List<BookmarksEntry> getGroupEntries(long groupId,
long userId,
int start,
int end)
throws PortalException,
SystemException
getGroupEntries in interface BookmarksEntryServicePortalException
SystemException
public List<BookmarksEntry> getGroupEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end)
throws PortalException,
SystemException
getGroupEntries in interface BookmarksEntryServicePortalException
SystemException
public int getGroupEntriesCount(long groupId)
throws PortalException,
SystemException
getGroupEntriesCount in interface BookmarksEntryServicePortalException
SystemException
public int getGroupEntriesCount(long groupId,
long userId)
throws PortalException,
SystemException
getGroupEntriesCount in interface BookmarksEntryServicePortalException
SystemException
public int getGroupEntriesCount(long groupId,
long userId,
long rootFolderId)
throws PortalException,
SystemException
getGroupEntriesCount in interface BookmarksEntryServicePortalException
SystemException
public BookmarksEntry moveEntry(long entryId,
long parentFolderId)
throws PortalException,
SystemException
moveEntry in interface BookmarksEntryServicePortalException
SystemException
public BookmarksEntry moveEntryFromTrash(long entryId,
long parentFolderId)
throws PortalException,
SystemException
moveEntryFromTrash in interface BookmarksEntryServicePortalException
SystemException
public void moveEntryToTrash(long entryId)
throws PortalException,
SystemException
moveEntryToTrash in interface BookmarksEntryServicePortalException
SystemException
public BookmarksEntry openEntry(BookmarksEntry entry)
throws PortalException,
SystemException
openEntry in interface BookmarksEntryServicePortalException
SystemException
public BookmarksEntry openEntry(long entryId)
throws PortalException,
SystemException
openEntry in interface BookmarksEntryServicePortalException
SystemException
public void restoreEntryFromTrash(long entryId)
throws PortalException,
SystemException
restoreEntryFromTrash in interface BookmarksEntryServicePortalException
SystemException
public void subscribeEntry(long entryId)
throws PortalException,
SystemException
subscribeEntry in interface BookmarksEntryServicePortalException
SystemException
public void unsubscribeEntry(long entryId)
throws PortalException,
SystemException
unsubscribeEntry in interface BookmarksEntryServicePortalException
SystemException
public BookmarksEntry updateEntry(long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateEntry in interface BookmarksEntryServicePortalException
SystemExceptionpublic BookmarksEntryService getWrappedBookmarksEntryService()
getWrappedService()
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 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||