Liferay 6.1.10-ee-ga1

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

Packages that use DLAppHelperLocalService
com.liferay.portal.kernel.repository   
com.liferay.portal.repository.proxy   
com.liferay.portlet.documentlibrary.service This package defines the local and remote document library portlet service interfaces, utility and wrapper classes. 
 

Uses of DLAppHelperLocalService in com.liferay.portal.kernel.repository
 

Fields in com.liferay.portal.kernel.repository declared as DLAppHelperLocalService
protected  DLAppHelperLocalService BaseRepositoryImpl.dlAppHelperLocalService
           
 

Methods in com.liferay.portal.kernel.repository with parameters of type DLAppHelperLocalService
 void BaseRepositoryImpl.setDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
           
 void BaseRepository.setDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
           
 

Uses of DLAppHelperLocalService in com.liferay.portal.repository.proxy
 

Methods in com.liferay.portal.repository.proxy with parameters of type DLAppHelperLocalService
 void BaseRepositoryProxyBean.setDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
           
 

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

Classes in com.liferay.portlet.documentlibrary.service that implement DLAppHelperLocalService
 class DLAppHelperLocalServiceWrapper
           This class is a wrapper for DLAppHelperLocalService.
 

Methods in com.liferay.portlet.documentlibrary.service that return DLAppHelperLocalService
static DLAppHelperLocalService DLAppHelperLocalServiceUtil.getService()
           
 DLAppHelperLocalService DLAppHelperLocalServiceWrapper.getWrappedDLAppHelperLocalService()
          Deprecated. Renamed to DLAppHelperLocalServiceWrapper.getWrappedService()
 DLAppHelperLocalService DLAppHelperLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLAppHelperLocalService
 void DLAppHelperLocalServiceUtil.setService(DLAppHelperLocalService service)
           
 void DLAppHelperLocalServiceWrapper.setWrappedDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
          Deprecated. Renamed to DLAppHelperLocalServiceWrapper.setWrappedService(com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService)
 void DLAppHelperLocalServiceWrapper.setWrappedService(DLAppHelperLocalService dlAppHelperLocalService)
           
 

Constructors in com.liferay.portlet.documentlibrary.service with parameters of type DLAppHelperLocalService
DLAppHelperLocalServiceWrapper(DLAppHelperLocalService dlAppHelperLocalService)
           
 


Liferay 6.1.10-ee-ga1