|
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.BookmarksFolderServiceWrapper
public class BookmarksFolderServiceWrapper
This class is a wrapper for BookmarksFolderService
.
BookmarksFolderService
Constructor Summary | |
---|---|
BookmarksFolderServiceWrapper(BookmarksFolderService bookmarksFolderService)
|
Method Summary | |
---|---|
BookmarksFolder |
addFolder(long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
void |
deleteFolder(long folderId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
BookmarksFolder |
getFolder(long folderId)
|
List<BookmarksFolder> |
getFolders(long groupId)
|
List<BookmarksFolder> |
getFolders(long groupId,
long parentFolderId)
|
List<BookmarksFolder> |
getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
int |
getFoldersCount(long groupId,
long parentFolderId)
|
void |
getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
BookmarksFolderService |
getWrappedBookmarksFolderService()
Deprecated. Renamed to getWrappedService() |
BookmarksFolderService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedBookmarksFolderService(BookmarksFolderService bookmarksFolderService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.bookmarks.service.BookmarksFolderService) |
void |
setWrappedService(BookmarksFolderService bookmarksFolderService)
|
BookmarksFolder |
updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BookmarksFolderServiceWrapper(BookmarksFolderService bookmarksFolderService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface BookmarksFolderService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface BookmarksFolderService
beanIdentifier
- the Spring bean ID for this beanpublic BookmarksFolder addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext) throws PortalException, SystemException
addFolder
in interface BookmarksFolderService
PortalException
SystemException
public void deleteFolder(long folderId) throws PortalException, SystemException
deleteFolder
in interface BookmarksFolderService
PortalException
SystemException
public BookmarksFolder getFolder(long folderId) throws PortalException, SystemException
getFolder
in interface BookmarksFolderService
PortalException
SystemException
public List<BookmarksFolder> getFolders(long groupId) throws SystemException
getFolders
in interface BookmarksFolderService
SystemException
public List<BookmarksFolder> getFolders(long groupId, long parentFolderId) throws SystemException
getFolders
in interface BookmarksFolderService
SystemException
public List<BookmarksFolder> getFolders(long groupId, long parentFolderId, int start, int end) throws SystemException
getFolders
in interface BookmarksFolderService
SystemException
public int getFoldersCount(long groupId, long parentFolderId) throws SystemException
getFoldersCount
in interface BookmarksFolderService
SystemException
public void getSubfolderIds(List<Long> folderIds, long groupId, long folderId) throws SystemException
getSubfolderIds
in interface BookmarksFolderService
SystemException
public BookmarksFolder updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext) throws PortalException, SystemException
updateFolder
in interface BookmarksFolderService
PortalException
SystemException
public BookmarksFolderService getWrappedBookmarksFolderService()
getWrappedService()
public void setWrappedBookmarksFolderService(BookmarksFolderService bookmarksFolderService)
setWrappedService(com.liferay.portlet.bookmarks.service.BookmarksFolderService)
public BookmarksFolderService getWrappedService()
getWrappedService
in interface ServiceWrapper<BookmarksFolderService>
public void setWrappedService(BookmarksFolderService bookmarksFolderService)
setWrappedService
in interface ServiceWrapper<BookmarksFolderService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |