Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.repository.capabilities.util
Class DLAppServiceAdapter

java.lang.Object
  extended by com.liferay.portal.repository.capabilities.util.DLAppServiceAdapter

public class DLAppServiceAdapter
extends Object


Constructor Summary
DLAppServiceAdapter(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
static DLAppServiceAdapter create(com.liferay.portal.kernel.repository.DocumentRepository documentRepository)
           
 void deleteFileEntry(long fileEntryId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

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

Liferay 7.0-ce-b8 portal-impl