Liferay 7.0-ce-b4

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

Packages that use DLTrashService
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 DLTrashService in com.liferay.portlet.documentlibrary.service
 

Classes in com.liferay.portlet.documentlibrary.service that implement DLTrashService
 class DLTrashServiceWrapper
          Provides a wrapper for DLTrashService.
 

Methods in com.liferay.portlet.documentlibrary.service that return DLTrashService
static DLTrashService DLTrashServiceUtil.getService()
           
 DLTrashService DLTrashServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLTrashService
 void DLTrashServiceWrapper.setWrappedService(DLTrashService dlTrashService)
           
 

Constructors in com.liferay.portlet.documentlibrary.service with parameters of type DLTrashService
DLTrashServiceWrapper(DLTrashService dlTrashService)
           
 

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

Classes in com.liferay.portlet.documentlibrary.service.base that implement DLTrashService
 class DLTrashServiceBaseImpl
          Provides the base implementation for the d l trash remote service.
 

Fields in com.liferay.portlet.documentlibrary.service.base declared as DLTrashService
protected  DLTrashService DLTrashServiceBaseImpl.dlTrashService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return DLTrashService
 DLTrashService DLTrashServiceBaseImpl.getDLTrashService()
          Returns the d l trash remote service.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLTrashService
 void DLTrashServiceBaseImpl.setDLTrashService(DLTrashService dlTrashService)
          Sets the d l trash remote service.
 

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

Classes in com.liferay.portlet.documentlibrary.service.impl that implement DLTrashService
 class DLTrashServiceImpl
           
 


Liferay 7.0-ce-b4