@ProviderType public class JournalFolderServiceWrapper extends java.lang.Object implements JournalFolderService, com.liferay.portal.kernel.service.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,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteFolder(long folderId) |
void |
deleteFolder(long folderId,
boolean includeTrashedEntries) |
JournalFolder |
fetchFolder(long folderId) |
java.util.List<com.liferay.dynamic.data.mapping.model.DDMStructure> |
getDDMStructures(long[] groupIds,
long folderId,
int restrictionType) |
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,
com.liferay.portal.kernel.util.OrderByComparator<?> obc) |
java.util.List<java.lang.Object> |
getFoldersAndArticles(long groupId,
long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<?> obc) |
java.util.List<java.lang.Object> |
getFoldersAndArticles(long groupId,
long userId,
long folderId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.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 |
getFoldersAndArticlesCount(long groupId,
long userId,
long folderId,
int status) |
int |
getFoldersCount(long groupId,
long parentFolderId) |
int |
getFoldersCount(long groupId,
long parentFolderId,
int status) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
void |
getSubfolderIds(java.util.List<java.lang.Long> folderIds,
long groupId,
long folderId)
Deprecated.
As of 3.3.0, replaced by
getSubfolderIds(List, long,
long, boolean) |
void |
getSubfolderIds(java.util.List<java.lang.Long> folderIds,
long groupId,
long folderId,
boolean recurse) |
java.util.List<java.lang.Long> |
getSubfolderIds(long groupId,
long folderId,
boolean recurse) |
JournalFolderService |
getWrappedService() |
JournalFolder |
moveFolder(long folderId,
long parentFolderId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
JournalFolder |
moveFolderFromTrash(long folderId,
long parentFolderId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
JournalFolder |
moveFolderToTrash(long folderId) |
void |
restoreFolderFromTrash(long folderId) |
void |
setWrappedService(JournalFolderService journalFolderService) |
void |
subscribe(long groupId,
long folderId) |
void |
unsubscribe(long groupId,
long folderId) |
JournalFolder |
updateFolder(long groupId,
long folderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
boolean mergeWithParentFolder,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
JournalFolder |
updateFolder(long groupId,
long folderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public JournalFolderServiceWrapper(JournalFolderService journalFolderService)
public JournalFolder addFolder(long groupId, long parentFolderId, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addFolder
in interface JournalFolderService
com.liferay.portal.kernel.exception.PortalException
public JournalFolder fetchFolder(long folderId) throws com.liferay.portal.kernel.exception.PortalException
fetchFolder
in interface JournalFolderService
com.liferay.portal.kernel.exception.PortalException
public JournalFolder getFolder(long folderId) throws com.liferay.portal.kernel.exception.PortalException
getFolder
in interface JournalFolderService
com.liferay.portal.kernel.exception.PortalException
public JournalFolder moveFolder(long folderId, long parentFolderId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
moveFolder
in interface JournalFolderService
com.liferay.portal.kernel.exception.PortalException
public JournalFolder moveFolderFromTrash(long folderId, long parentFolderId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
moveFolderFromTrash
in interface JournalFolderService
com.liferay.portal.kernel.exception.PortalException
public JournalFolder moveFolderToTrash(long folderId) throws com.liferay.portal.kernel.exception.PortalException
moveFolderToTrash
in interface JournalFolderService
com.liferay.portal.kernel.exception.PortalException
public JournalFolder updateFolder(long groupId, long folderId, long parentFolderId, java.lang.String name, java.lang.String description, boolean mergeWithParentFolder, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateFolder
in interface JournalFolderService
com.liferay.portal.kernel.exception.PortalException
public JournalFolder updateFolder(long groupId, long folderId, long parentFolderId, java.lang.String name, java.lang.String description, long[] ddmStructureIds, int restrictionType, boolean mergeWithParentFolder, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateFolder
in interface JournalFolderService
com.liferay.portal.kernel.exception.PortalException
public int getFoldersAndArticlesCount(long groupId, java.util.List<java.lang.Long> folderIds, int status)
getFoldersAndArticlesCount
in interface JournalFolderService
public int getFoldersAndArticlesCount(long groupId, long folderId)
getFoldersAndArticlesCount
in interface JournalFolderService
public int getFoldersAndArticlesCount(long groupId, long folderId, int status)
getFoldersAndArticlesCount
in interface JournalFolderService
public int getFoldersAndArticlesCount(long groupId, long userId, long folderId, int status)
getFoldersAndArticlesCount
in interface JournalFolderService
public int getFoldersCount(long groupId, long parentFolderId)
getFoldersCount
in interface JournalFolderService
public int getFoldersCount(long groupId, long parentFolderId, int status)
getFoldersCount
in interface JournalFolderService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface JournalFolderService
public java.util.List<com.liferay.dynamic.data.mapping.model.DDMStructure> getDDMStructures(long[] groupIds, long folderId, int restrictionType) throws com.liferay.portal.kernel.exception.PortalException
getDDMStructures
in interface JournalFolderService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<java.lang.Long> getFolderIds(long groupId, long folderId) throws com.liferay.portal.kernel.exception.PortalException
getFolderIds
in interface JournalFolderService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<JournalFolder> getFolders(long groupId)
getFolders
in interface JournalFolderService
public java.util.List<JournalFolder> getFolders(long groupId, long parentFolderId)
getFolders
in interface JournalFolderService
public java.util.List<JournalFolder> getFolders(long groupId, long parentFolderId, int start, int end)
getFolders
in interface JournalFolderService
public java.util.List<JournalFolder> getFolders(long groupId, long parentFolderId, int status)
getFolders
in interface JournalFolderService
public java.util.List<JournalFolder> getFolders(long groupId, long parentFolderId, int status, int start, int end)
getFolders
in interface JournalFolderService
public java.util.List<java.lang.Object> getFoldersAndArticles(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> obc)
getFoldersAndArticles
in interface JournalFolderService
public java.util.List<java.lang.Object> getFoldersAndArticles(long groupId, long folderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> obc)
getFoldersAndArticles
in interface JournalFolderService
public java.util.List<java.lang.Object> getFoldersAndArticles(long groupId, long userId, long folderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> obc)
getFoldersAndArticles
in interface JournalFolderService
public java.util.List<java.lang.Long> getSubfolderIds(long groupId, long folderId, boolean recurse)
getSubfolderIds
in interface JournalFolderService
public void deleteFolder(long folderId) throws com.liferay.portal.kernel.exception.PortalException
deleteFolder
in interface JournalFolderService
com.liferay.portal.kernel.exception.PortalException
public void deleteFolder(long folderId, boolean includeTrashedEntries) throws com.liferay.portal.kernel.exception.PortalException
deleteFolder
in interface JournalFolderService
com.liferay.portal.kernel.exception.PortalException
@Deprecated public void getSubfolderIds(java.util.List<java.lang.Long> folderIds, long groupId, long folderId)
getSubfolderIds(List, long,
long, boolean)
getSubfolderIds
in interface JournalFolderService
public void getSubfolderIds(java.util.List<java.lang.Long> folderIds, long groupId, long folderId, boolean recurse)
getSubfolderIds
in interface JournalFolderService
public void restoreFolderFromTrash(long folderId) throws com.liferay.portal.kernel.exception.PortalException
restoreFolderFromTrash
in interface JournalFolderService
com.liferay.portal.kernel.exception.PortalException
public void subscribe(long groupId, long folderId) throws com.liferay.portal.kernel.exception.PortalException
subscribe
in interface JournalFolderService
com.liferay.portal.kernel.exception.PortalException
public void unsubscribe(long groupId, long folderId) throws com.liferay.portal.kernel.exception.PortalException
unsubscribe
in interface JournalFolderService
com.liferay.portal.kernel.exception.PortalException
public JournalFolderService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<JournalFolderService>
public void setWrappedService(JournalFolderService journalFolderService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<JournalFolderService>