Liferay 6.1.2-ce-ga3

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
           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)
          Deprecated.  
 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.2-ce-ga3