Package com.liferay.journal.service
Class JournalFolderServiceWrapper
java.lang.Object
com.liferay.journal.service.JournalFolderServiceWrapper
- All Implemented Interfaces:
JournalFolderService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<JournalFolderService>
public class JournalFolderServiceWrapper
extends Object
implements JournalFolderService, com.liferay.portal.kernel.service.ServiceWrapper<JournalFolderService>
Provides a wrapper for
JournalFolderService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFolder(String externalReferenceCode, long groupId, long parentFolderId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) voiddeleteFolder(long folderId) voiddeleteFolder(long folderId, boolean includeTrashedEntries) fetchFolder(long folderId) List<com.liferay.dynamic.data.mapping.model.DDMStructure>getDDMStructures(long[] groupIds, long folderId, int restrictionType) List<com.liferay.dynamic.data.mapping.model.DDMStructure>getDDMStructures(long[] groupIds, long folderId, int restrictionType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.dynamic.data.mapping.model.DDMStructure> orderByComparator) getFolder(long folderId) getFolderByExternalReferenceCode(long groupId, String externalReferenceCode) getFolderIds(long groupId, long folderId) getFolders(long groupId) getFolders(long groupId, long parentFolderId) getFolders(long groupId, long parentFolderId, int status) getFolders(long groupId, long parentFolderId, int start, int end) getFolders(long groupId, long parentFolderId, int status, int start, int end) getFoldersAndArticles(long groupId, long folderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) getFoldersAndArticles(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) getFoldersAndArticles(long groupId, long userId, long folderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) getFoldersAndArticles(long groupId, long userId, long folderId, int status, Locale locale, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) getFoldersAndArticles(long groupId, long userId, long folderId, long ddmStructureId, int status, Locale locale, int[] excludedStatuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) getFoldersAndArticles(long groupId, long userId, long folderId, long ddmStructureId, int status, Locale locale, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) intgetFoldersAndArticlesCount(long groupId, long folderId) intgetFoldersAndArticlesCount(long groupId, long folderId, int status) intgetFoldersAndArticlesCount(long groupId, long userId, long folderId, int status) intgetFoldersAndArticlesCount(long groupId, long userId, long folderId, long ddmStructureId, int status) intgetFoldersAndArticlesCount(long groupId, long userId, long folderId, long ddmStructureId, int[] excludedStatuses, int status) intgetFoldersAndArticlesCount(long groupId, List<Long> folderIds, int status) intgetFoldersCount(long groupId, long parentFolderId) intgetFoldersCount(long groupId, long parentFolderId, int status) Returns the OSGi service identifier.getSubfolderIds(long groupId, long folderId, boolean recurse) voidgetSubfolderIds(List<Long> folderIds, long groupId, long folderId, boolean recurse) moveFolder(long folderId, long parentFolderId, com.liferay.portal.kernel.service.ServiceContext serviceContext) moveFolderFromTrash(long folderId, long parentFolderId, com.liferay.portal.kernel.service.ServiceContext serviceContext) moveFolderToTrash(long folderId) voidrestoreFolderFromTrash(long folderId) List<com.liferay.dynamic.data.mapping.model.DDMStructure>searchDDMStructures(long companyId, long[] groupIds, long folderId, int restrictionType, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.dynamic.data.mapping.model.DDMStructure> orderByComparator) intsearchDDMStructuresCount(long companyId, long[] groupIds, long folderId, int restrictionType, String keywords) voidsetWrappedService(JournalFolderService journalFolderService) voidsubscribe(long groupId, long folderId) voidunsubscribe(long groupId, long folderId) updateFolder(long groupId, long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateFolder(long groupId, long folderId, long parentFolderId, String name, String description, long[] ddmStructureIds, int restrictionType, boolean mergeWithParentFolder, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
JournalFolderServiceWrapper
public JournalFolderServiceWrapper() -
JournalFolderServiceWrapper
-
-
Method Details
-
addFolder
public JournalFolder addFolder(String externalReferenceCode, long groupId, long parentFolderId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addFolderin interfaceJournalFolderService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFolder
public void deleteFolder(long folderId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteFolderin interfaceJournalFolderService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFolder
public void deleteFolder(long folderId, boolean includeTrashedEntries) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteFolderin interfaceJournalFolderService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchFolder
public JournalFolder fetchFolder(long folderId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchFolderin interfaceJournalFolderService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDDMStructures
public List<com.liferay.dynamic.data.mapping.model.DDMStructure> getDDMStructures(long[] groupIds, long folderId, int restrictionType) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDDMStructuresin interfaceJournalFolderService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDDMStructures
public List<com.liferay.dynamic.data.mapping.model.DDMStructure> getDDMStructures(long[] groupIds, long folderId, int restrictionType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.dynamic.data.mapping.model.DDMStructure> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDDMStructuresin interfaceJournalFolderService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFolder
public JournalFolder getFolder(long folderId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getFolderin interfaceJournalFolderService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFolderByExternalReferenceCode
public JournalFolder getFolderByExternalReferenceCode(long groupId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getFolderByExternalReferenceCodein interfaceJournalFolderService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFolderIds
public List<Long> getFolderIds(long groupId, long folderId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getFolderIdsin interfaceJournalFolderService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFolders
- Specified by:
getFoldersin interfaceJournalFolderService
-
getFolders
- Specified by:
getFoldersin interfaceJournalFolderService
-
getFolders
- Specified by:
getFoldersin interfaceJournalFolderService
-
getFolders
- Specified by:
getFoldersin interfaceJournalFolderService
-
getFolders
public List<JournalFolder> getFolders(long groupId, long parentFolderId, int status, int start, int end) - Specified by:
getFoldersin interfaceJournalFolderService
-
getFoldersAndArticles
public List<Object> getFoldersAndArticles(long groupId, long folderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) - Specified by:
getFoldersAndArticlesin interfaceJournalFolderService
-
getFoldersAndArticles
public List<Object> getFoldersAndArticles(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) - Specified by:
getFoldersAndArticlesin interfaceJournalFolderService
-
getFoldersAndArticles
public List<Object> getFoldersAndArticles(long groupId, long userId, long folderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) - Specified by:
getFoldersAndArticlesin interfaceJournalFolderService
-
getFoldersAndArticles
public List<Object> getFoldersAndArticles(long groupId, long userId, long folderId, int status, Locale locale, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) - Specified by:
getFoldersAndArticlesin interfaceJournalFolderService
-
getFoldersAndArticles
public List<Object> getFoldersAndArticles(long groupId, long userId, long folderId, long ddmStructureId, int status, Locale locale, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) - Specified by:
getFoldersAndArticlesin interfaceJournalFolderService
-
getFoldersAndArticles
public List<Object> getFoldersAndArticles(long groupId, long userId, long folderId, long ddmStructureId, int status, Locale locale, int[] excludedStatuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) - Specified by:
getFoldersAndArticlesin interfaceJournalFolderService
-
getFoldersAndArticlesCount
- Specified by:
getFoldersAndArticlesCountin interfaceJournalFolderService
-
getFoldersAndArticlesCount
public int getFoldersAndArticlesCount(long groupId, long folderId) - Specified by:
getFoldersAndArticlesCountin interfaceJournalFolderService
-
getFoldersAndArticlesCount
public int getFoldersAndArticlesCount(long groupId, long folderId, int status) - Specified by:
getFoldersAndArticlesCountin interfaceJournalFolderService
-
getFoldersAndArticlesCount
public int getFoldersAndArticlesCount(long groupId, long userId, long folderId, int status) - Specified by:
getFoldersAndArticlesCountin interfaceJournalFolderService
-
getFoldersAndArticlesCount
public int getFoldersAndArticlesCount(long groupId, long userId, long folderId, long ddmStructureId, int status) - Specified by:
getFoldersAndArticlesCountin interfaceJournalFolderService
-
getFoldersAndArticlesCount
public int getFoldersAndArticlesCount(long groupId, long userId, long folderId, long ddmStructureId, int[] excludedStatuses, int status) - Specified by:
getFoldersAndArticlesCountin interfaceJournalFolderService
-
getFoldersCount
public int getFoldersCount(long groupId, long parentFolderId) - Specified by:
getFoldersCountin interfaceJournalFolderService
-
getFoldersCount
public int getFoldersCount(long groupId, long parentFolderId, int status) - Specified by:
getFoldersCountin interfaceJournalFolderService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceJournalFolderService- Returns:
- the OSGi service identifier
-
getSubfolderIds
- Specified by:
getSubfolderIdsin interfaceJournalFolderService
-
getSubfolderIds
- Specified by:
getSubfolderIdsin interfaceJournalFolderService
-
moveFolder
public JournalFolder moveFolder(long folderId, long parentFolderId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveFolderin interfaceJournalFolderService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveFolderFromTrash
public JournalFolder moveFolderFromTrash(long folderId, long parentFolderId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveFolderFromTrashin interfaceJournalFolderService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveFolderToTrash
public JournalFolder moveFolderToTrash(long folderId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveFolderToTrashin interfaceJournalFolderService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
restoreFolderFromTrash
public void restoreFolderFromTrash(long folderId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
restoreFolderFromTrashin interfaceJournalFolderService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
searchDDMStructures
public List<com.liferay.dynamic.data.mapping.model.DDMStructure> searchDDMStructures(long companyId, long[] groupIds, long folderId, int restrictionType, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.dynamic.data.mapping.model.DDMStructure> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchDDMStructuresin interfaceJournalFolderService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
searchDDMStructuresCount
public int searchDDMStructuresCount(long companyId, long[] groupIds, long folderId, int restrictionType, String keywords) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchDDMStructuresCountin interfaceJournalFolderService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
subscribe
public void subscribe(long groupId, long folderId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
subscribein interfaceJournalFolderService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
unsubscribe
public void unsubscribe(long groupId, long folderId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
unsubscribein interfaceJournalFolderService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateFolder
public JournalFolder updateFolder(long groupId, long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateFolderin interfaceJournalFolderService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateFolder
public JournalFolder updateFolder(long groupId, long folderId, long parentFolderId, String name, String description, long[] ddmStructureIds, int restrictionType, boolean mergeWithParentFolder, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateFolderin interfaceJournalFolderService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<JournalFolderService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<JournalFolderService>
-