|
Liferay 6.1.2-ce-ga3 | |||||||||
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
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)
|
int |
getGroupEntriesCount(long groupId)
|
int |
getGroupEntriesCount(long groupId,
long userId)
|
BookmarksEntryService |
getWrappedBookmarksEntryService()
Deprecated. Renamed to getWrappedService() |
BookmarksEntryService |
getWrappedService()
|
BookmarksEntry |
openEntry(long entryId)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedBookmarksEntryService(BookmarksEntryService bookmarksEntryService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.bookmarks.service.BookmarksEntryService) |
void |
setWrappedService(BookmarksEntryService bookmarksEntryService)
|
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 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 SystemException
getGroupEntries
in interface BookmarksEntryService
SystemException
public List<BookmarksEntry> getGroupEntries(long groupId, long userId, int start, int end) throws SystemException
getGroupEntries
in interface BookmarksEntryService
SystemException
public int getGroupEntriesCount(long groupId) throws SystemException
getGroupEntriesCount
in interface BookmarksEntryService
SystemException
public int getGroupEntriesCount(long groupId, long userId) throws SystemException
getGroupEntriesCount
in interface BookmarksEntryService
SystemException
public BookmarksEntry openEntry(long entryId) throws PortalException, SystemException
openEntry
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.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |