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. 
 

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)
           
 


Liferay 7.0-ce-b4