Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService

Packages that use DLFileEntryLocalService
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
 

Uses of DLFileEntryLocalService in com.liferay.portlet.documentlibrary.service
 

Classes in com.liferay.portlet.documentlibrary.service that implement DLFileEntryLocalService
 class DLFileEntryLocalServiceWrapper
          Provides a wrapper for DLFileEntryLocalService.
 

Methods in com.liferay.portlet.documentlibrary.service that return DLFileEntryLocalService
static DLFileEntryLocalService DLFileEntryLocalServiceUtil.getService()
           
 DLFileEntryLocalService DLFileEntryLocalServiceWrapper.getWrappedDLFileEntryLocalService()
          Deprecated. As of 6.1.0, replaced by DLFileEntryLocalServiceWrapper.getWrappedService()
 DLFileEntryLocalService DLFileEntryLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFileEntryLocalService
 void DLFileEntryLocalServiceUtil.setService(DLFileEntryLocalService service)
          Deprecated. As of 6.2.0
 void DLFileEntryLocalServiceWrapper.setWrappedDLFileEntryLocalService(DLFileEntryLocalService dlFileEntryLocalService)
          Deprecated. As of 6.1.0, replaced by DLFileEntryLocalServiceWrapper.setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService)
 void DLFileEntryLocalServiceWrapper.setWrappedService(DLFileEntryLocalService dlFileEntryLocalService)
           
 

Constructors in com.liferay.portlet.documentlibrary.service with parameters of type DLFileEntryLocalService
DLFileEntryLocalServiceWrapper(DLFileEntryLocalService dlFileEntryLocalService)
           
 


Liferay 6.2-ce-ga5