Liferay 7.0-ce-b4

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

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

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

Classes in com.liferay.portlet.documentlibrary.service that implement DLTrashLocalService
 class DLTrashLocalServiceWrapper
          Provides a wrapper for DLTrashLocalService.
 

Methods in com.liferay.portlet.documentlibrary.service that return DLTrashLocalService
static DLTrashLocalService DLTrashLocalServiceUtil.getService()
           
 DLTrashLocalService DLTrashLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLTrashLocalService
 void DLTrashLocalServiceWrapper.setWrappedService(DLTrashLocalService dlTrashLocalService)
           
 

Constructors in com.liferay.portlet.documentlibrary.service with parameters of type DLTrashLocalService
DLTrashLocalServiceWrapper(DLTrashLocalService dlTrashLocalService)
           
 

Uses of DLTrashLocalService in com.liferay.portlet.documentlibrary.service.base
 

Classes in com.liferay.portlet.documentlibrary.service.base that implement DLTrashLocalService
 class DLTrashLocalServiceBaseImpl
          Provides the base implementation for the d l trash local service.
 

Fields in com.liferay.portlet.documentlibrary.service.base declared as DLTrashLocalService
protected  DLTrashLocalService DLTrashServiceBaseImpl.dlTrashLocalService
           
protected  DLTrashLocalService DLTrashLocalServiceBaseImpl.dlTrashLocalService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return DLTrashLocalService
 DLTrashLocalService DLTrashServiceBaseImpl.getDLTrashLocalService()
          Returns the d l trash local service.
 DLTrashLocalService DLTrashLocalServiceBaseImpl.getDLTrashLocalService()
          Returns the d l trash local service.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLTrashLocalService
 void DLTrashServiceBaseImpl.setDLTrashLocalService(DLTrashLocalService dlTrashLocalService)
          Sets the d l trash local service.
 void DLTrashLocalServiceBaseImpl.setDLTrashLocalService(DLTrashLocalService dlTrashLocalService)
          Sets the d l trash local service.
 

Uses of DLTrashLocalService in com.liferay.portlet.documentlibrary.service.impl
 

Classes in com.liferay.portlet.documentlibrary.service.impl that implement DLTrashLocalService
 class DLTrashLocalServiceImpl
           
 


Liferay 7.0-ce-b4