Liferay 7.0-ce-b4

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(DLAppLocalService dlAppLocalService)
           
DLAppServiceAdapter(DLAppLocalService dlAppLocalService, DLAppService dlAppService)
           
 
Method Summary
static DLAppServiceAdapter create(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(DLAppLocalService dlAppLocalService)

DLAppServiceAdapter

public DLAppServiceAdapter(DLAppLocalService dlAppLocalService,
                           DLAppService dlAppService)
Method Detail

create

public static DLAppServiceAdapter create(DocumentRepository documentRepository)

deleteFileEntry

public void deleteFileEntry(long fileEntryId)
                     throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4