Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.trash.service.TrashVersionLocalService

Packages that use TrashVersionLocalService
com.liferay.portlet.trash.service   
 

Uses of TrashVersionLocalService in com.liferay.portlet.trash.service
 

Classes in com.liferay.portlet.trash.service that implement TrashVersionLocalService
 class TrashVersionLocalServiceWrapper
          Provides a wrapper for TrashVersionLocalService.
 

Methods in com.liferay.portlet.trash.service that return TrashVersionLocalService
static TrashVersionLocalService TrashVersionLocalServiceUtil.getService()
           
 TrashVersionLocalService TrashVersionLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.trash.service with parameters of type TrashVersionLocalService
 void TrashVersionLocalServiceWrapper.setWrappedService(TrashVersionLocalService trashVersionLocalService)
           
 

Constructors in com.liferay.portlet.trash.service with parameters of type TrashVersionLocalService
TrashVersionLocalServiceWrapper(TrashVersionLocalService trashVersionLocalService)
           
 


Liferay 7.0-ce-b4