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. 
 

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)
           
 


Liferay 7.0-ce-b4