Class DLAppServiceAdapter
Object
com.liferay.portal.repository.capabilities.util.DLAppServiceAdapter
- Author:
- Iván Zaera
-
Constructor Summary
ConstructorsConstructorDescriptionDLAppServiceAdapter
(com.liferay.document.library.kernel.service.DLAppLocalService dlAppLocalService) DLAppServiceAdapter
(com.liferay.document.library.kernel.service.DLAppLocalService dlAppLocalService, com.liferay.document.library.kernel.service.DLAppService dlAppService) -
Method Summary
Modifier and TypeMethodDescriptionstatic DLAppServiceAdapter
create
(com.liferay.portal.kernel.repository.DocumentRepository documentRepository) void
deleteFileEntry
(long fileEntryId) void
deleteFileVersion
(long fileVersionId)
-
Constructor Details
-
DLAppServiceAdapter
public DLAppServiceAdapter(com.liferay.document.library.kernel.service.DLAppLocalService dlAppLocalService) -
DLAppServiceAdapter
public DLAppServiceAdapter(com.liferay.document.library.kernel.service.DLAppLocalService dlAppLocalService, com.liferay.document.library.kernel.service.DLAppService dlAppService)
-
-
Method Details
-
create
public static DLAppServiceAdapter create(com.liferay.portal.kernel.repository.DocumentRepository documentRepository) -
deleteFileEntry
public void deleteFileEntry(long fileEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFileVersion
public void deleteFileVersion(long fileVersionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-