@ProviderType public class JournalFolderServiceWrapper extends java.lang.Object implements JournalFolderService, ServiceWrapper<JournalFolderService>
JournalFolderService.JournalFolderService| Constructor and Description |
|---|
JournalFolderServiceWrapper(JournalFolderService journalFolderService) |
| Modifier and Type | Method and Description |
|---|---|
JournalFolder |
addFolder(long groupId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
void |
deleteFolder(long folderId) |
void |
deleteFolder(long folderId,
boolean includeTrashedEntries) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
JournalFolder |
getFolder(long folderId) |
java.util.List<java.lang.Long> |
getFolderIds(long groupId,
long folderId) |
java.util.List<JournalFolder> |
getFolders(long groupId) |
java.util.List<JournalFolder> |
getFolders(long groupId,
long parentFolderId) |
java.util.List<JournalFolder> |
getFolders(long groupId,
long parentFolderId,
int status) |
java.util.List<JournalFolder> |
getFolders(long groupId,
long parentFolderId,
int start,
int end) |
java.util.List<JournalFolder> |
getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end) |
java.util.List<java.lang.Object> |
getFoldersAndArticles(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator obc) |
java.util.List<java.lang.Object> |
getFoldersAndArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc) |
int |
getFoldersAndArticlesCount(long groupId,
java.util.List<java.lang.Long> folderIds,
int status) |
int |
getFoldersAndArticlesCount(long groupId,
long folderId) |
int |
getFoldersAndArticlesCount(long groupId,
long folderId,
int status) |
int |
getFoldersCount(long groupId,
long parentFolderId) |
int |
getFoldersCount(long groupId,
long parentFolderId,
int status) |
void |
getSubfolderIds(java.util.List<java.lang.Long> folderIds,
long groupId,
long folderId) |
java.util.List<java.lang.Long> |
getSubfolderIds(long groupId,
long folderId,
boolean recurse) |
JournalFolderService |
getWrappedJournalFolderService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
JournalFolderService |
getWrappedService() |
JournalFolder |
moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext) |
JournalFolder |
moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext) |
JournalFolder |
moveFolderToTrash(long folderId) |
void |
restoreFolderFromTrash(long folderId) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedJournalFolderService(JournalFolderService journalFolderService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.journal.service.JournalFolderService) |
void |
setWrappedService(JournalFolderService journalFolderService) |
JournalFolder |
updateFolder(long folderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext) |
public JournalFolderServiceWrapper(JournalFolderService journalFolderService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface JournalFolderServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface JournalFolderServicebeanIdentifier - the Spring bean ID for this beanpublic JournalFolder addFolder(long groupId, long parentFolderId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException, SystemException
addFolder in interface JournalFolderServicePortalExceptionSystemExceptionpublic void deleteFolder(long folderId)
throws PortalException,
SystemException
deleteFolder in interface JournalFolderServicePortalExceptionSystemExceptionpublic void deleteFolder(long folderId,
boolean includeTrashedEntries)
throws PortalException,
SystemException
deleteFolder in interface JournalFolderServicePortalExceptionSystemExceptionpublic JournalFolder getFolder(long folderId) throws PortalException, SystemException
getFolder in interface JournalFolderServicePortalExceptionSystemExceptionpublic java.util.List<java.lang.Long> getFolderIds(long groupId,
long folderId)
throws PortalException,
SystemException
getFolderIds in interface JournalFolderServicePortalExceptionSystemExceptionpublic java.util.List<JournalFolder> getFolders(long groupId) throws SystemException
getFolders in interface JournalFolderServiceSystemExceptionpublic java.util.List<JournalFolder> getFolders(long groupId, long parentFolderId) throws SystemException
getFolders in interface JournalFolderServiceSystemExceptionpublic java.util.List<JournalFolder> getFolders(long groupId, long parentFolderId, int status) throws SystemException
getFolders in interface JournalFolderServiceSystemExceptionpublic java.util.List<JournalFolder> getFolders(long groupId, long parentFolderId, int start, int end) throws SystemException
getFolders in interface JournalFolderServiceSystemExceptionpublic java.util.List<JournalFolder> getFolders(long groupId, long parentFolderId, int status, int start, int end) throws SystemException
getFolders in interface JournalFolderServiceSystemExceptionpublic java.util.List<java.lang.Object> getFoldersAndArticles(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator obc)
throws SystemException
getFoldersAndArticles in interface JournalFolderServiceSystemExceptionpublic java.util.List<java.lang.Object> getFoldersAndArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
throws SystemException
getFoldersAndArticles in interface JournalFolderServiceSystemExceptionpublic int getFoldersAndArticlesCount(long groupId,
java.util.List<java.lang.Long> folderIds,
int status)
throws SystemException
getFoldersAndArticlesCount in interface JournalFolderServiceSystemExceptionpublic int getFoldersAndArticlesCount(long groupId,
long folderId)
throws SystemException
getFoldersAndArticlesCount in interface JournalFolderServiceSystemExceptionpublic int getFoldersAndArticlesCount(long groupId,
long folderId,
int status)
throws SystemException
getFoldersAndArticlesCount in interface JournalFolderServiceSystemExceptionpublic int getFoldersCount(long groupId,
long parentFolderId)
throws SystemException
getFoldersCount in interface JournalFolderServiceSystemExceptionpublic int getFoldersCount(long groupId,
long parentFolderId,
int status)
throws SystemException
getFoldersCount in interface JournalFolderServiceSystemExceptionpublic void getSubfolderIds(java.util.List<java.lang.Long> folderIds,
long groupId,
long folderId)
throws SystemException
getSubfolderIds in interface JournalFolderServiceSystemExceptionpublic java.util.List<java.lang.Long> getSubfolderIds(long groupId,
long folderId,
boolean recurse)
throws SystemException
getSubfolderIds in interface JournalFolderServiceSystemExceptionpublic JournalFolder moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext) throws PortalException, SystemException
moveFolder in interface JournalFolderServicePortalExceptionSystemExceptionpublic JournalFolder moveFolderFromTrash(long folderId, long parentFolderId, ServiceContext serviceContext) throws PortalException, SystemException
moveFolderFromTrash in interface JournalFolderServicePortalExceptionSystemExceptionpublic JournalFolder moveFolderToTrash(long folderId) throws PortalException, SystemException
moveFolderToTrash in interface JournalFolderServicePortalExceptionSystemExceptionpublic void restoreFolderFromTrash(long folderId)
throws PortalException,
SystemException
restoreFolderFromTrash in interface JournalFolderServicePortalExceptionSystemExceptionpublic JournalFolder updateFolder(long folderId, long parentFolderId, java.lang.String name, java.lang.String description, boolean mergeWithParentFolder, ServiceContext serviceContext) throws PortalException, SystemException
updateFolder in interface JournalFolderServicePortalExceptionSystemExceptionpublic JournalFolderService getWrappedJournalFolderService()
getWrappedService()public void setWrappedJournalFolderService(JournalFolderService journalFolderService)
setWrappedService(com.liferay.portlet.journal.service.JournalFolderService)public JournalFolderService getWrappedService()
getWrappedService in interface ServiceWrapper<JournalFolderService>public void setWrappedService(JournalFolderService journalFolderService)
setWrappedService in interface ServiceWrapper<JournalFolderService>