Liferay 7.0-ce-b4

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

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

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

Classes in com.liferay.portlet.trash.service that implement TrashEntryService
 class TrashEntryServiceWrapper
          Provides a wrapper for TrashEntryService.
 

Methods in com.liferay.portlet.trash.service that return TrashEntryService
static TrashEntryService TrashEntryServiceUtil.getService()
           
 TrashEntryService TrashEntryServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.trash.service with parameters of type TrashEntryService
 void TrashEntryServiceWrapper.setWrappedService(TrashEntryService trashEntryService)
           
 

Constructors in com.liferay.portlet.trash.service with parameters of type TrashEntryService
TrashEntryServiceWrapper(TrashEntryService trashEntryService)
           
 


Liferay 7.0-ce-b4