Liferay 6.2-ce-ga5

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

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

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 BaseRepository.setDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
           
 void BaseRepositoryImpl.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
          Provides a wrapper for DLAppHelperLocalService.
 

Methods in com.liferay.portlet.documentlibrary.service that return DLAppHelperLocalService
static DLAppHelperLocalService DLAppHelperLocalServiceUtil.getService()
           
 DLAppHelperLocalService DLAppHelperLocalServiceWrapper.getWrappedDLAppHelperLocalService()
          Deprecated. As of 6.1.0, replaced by DLAppHelperLocalServiceWrapper.getWrappedService()
 DLAppHelperLocalService DLAppHelperLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLAppHelperLocalService
 void DLAppHelperLocalServiceUtil.setService(DLAppHelperLocalService service)
          Deprecated. As of 6.2.0
 void DLAppHelperLocalServiceWrapper.setWrappedDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
          Deprecated. As of 6.1.0, replaced by 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.2-ce-ga5