|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 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 String getBeanIdentifier()
getBeanIdentifier
in interface BookmarksEntryService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface BookmarksEntryService
beanIdentifier
- the Spring bean ID for this beanpublic BookmarksEntry addEntry(long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext) throws PortalException, SystemException
addEntry
in interface BookmarksEntryService
PortalException
SystemException
public void deleteEntry(long entryId) throws PortalException, SystemException
deleteEntry
in interface BookmarksEntryService
PortalException
SystemException
public List<BookmarksEntry> getEntries(long groupId, long folderId, int start, int end) throws SystemException
getEntries
in interface BookmarksEntryService
SystemException
public List<BookmarksEntry> getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator) throws SystemException
getEntries
in interface BookmarksEntryService
SystemException
public int getEntriesCount(long groupId, long folderId) throws SystemException
getEntriesCount
in interface BookmarksEntryService
SystemException
public int getEntriesCount(long groupId, long folderId, int status) throws SystemException
getEntriesCount
in interface BookmarksEntryService
SystemException
public BookmarksEntry getEntry(long entryId) throws PortalException, SystemException
getEntry
in interface BookmarksEntryService
PortalException
SystemException
public int getFoldersEntriesCount(long groupId, List<Long> folderIds) throws SystemException
getFoldersEntriesCount
in interface BookmarksEntryService
SystemException
public List<BookmarksEntry> getGroupEntries(long groupId, int start, int end) throws PortalException, SystemException
getGroupEntries
in interface BookmarksEntryService
PortalException
SystemException
public List<BookmarksEntry> getGroupEntries(long groupId, long userId, int start, int end) throws PortalException, SystemException
getGroupEntries
in interface BookmarksEntryService
PortalException
SystemException
public List<BookmarksEntry> getGroupEntries(long groupId, long userId, long rootFolderId, int start, int end) throws PortalException, SystemException
getGroupEntries
in interface BookmarksEntryService
PortalException
SystemException
public int getGroupEntriesCount(long groupId) throws PortalException, SystemException
getGroupEntriesCount
in interface BookmarksEntryService
PortalException
SystemException
public int getGroupEntriesCount(long groupId, long userId) throws PortalException, SystemException
getGroupEntriesCount
in interface BookmarksEntryService
PortalException
SystemException
public int getGroupEntriesCount(long groupId, long userId, long rootFolderId) throws PortalException, SystemException
getGroupEntriesCount
in interface BookmarksEntryService
PortalException
SystemException
public BookmarksEntry moveEntry(long entryId, long parentFolderId) throws PortalException, SystemException
moveEntry
in interface BookmarksEntryService
PortalException
SystemException
public BookmarksEntry moveEntryFromTrash(long entryId, long parentFolderId) throws PortalException, SystemException
moveEntryFromTrash
in interface BookmarksEntryService
PortalException
SystemException
public BookmarksEntry moveEntryToTrash(long entryId) throws PortalException, SystemException
moveEntryToTrash
in interface BookmarksEntryService
PortalException
SystemException
public BookmarksEntry openEntry(BookmarksEntry entry) throws PortalException, SystemException
openEntry
in interface BookmarksEntryService
PortalException
SystemException
public BookmarksEntry openEntry(long entryId) throws PortalException, SystemException
openEntry
in interface BookmarksEntryService
PortalException
SystemException
public void restoreEntryFromTrash(long entryId) throws PortalException, SystemException
restoreEntryFromTrash
in interface BookmarksEntryService
PortalException
SystemException
public Hits search(long groupId, long creatorUserId, int status, int start, int end) throws PortalException, SystemException
search
in interface BookmarksEntryService
PortalException
SystemException
public void subscribeEntry(long entryId) throws PortalException, SystemException
subscribeEntry
in interface BookmarksEntryService
PortalException
SystemException
public void unsubscribeEntry(long entryId) throws PortalException, SystemException
unsubscribeEntry
in interface BookmarksEntryService
PortalException
SystemException
public BookmarksEntry updateEntry(long entryId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext) throws PortalException, SystemException
updateEntry
in interface BookmarksEntryService
PortalException
SystemException
public 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-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |