Liferay 6.2-ce-ga5

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()
           
 TrashEntryService TrashEntryServiceWrapper.getWrappedTrashEntryService()
          Deprecated. As of 6.1.0, replaced by TrashEntryServiceWrapper.getWrappedService()
 

Methods in com.liferay.portlet.trash.service with parameters of type TrashEntryService
 void TrashEntryServiceUtil.setService(TrashEntryService service)
          Deprecated. As of 6.2.0
 void TrashEntryServiceWrapper.setWrappedService(TrashEntryService trashEntryService)
           
 void TrashEntryServiceWrapper.setWrappedTrashEntryService(TrashEntryService trashEntryService)
          Deprecated. As of 6.1.0, replaced by TrashEntryServiceWrapper.setWrappedService(com.liferay.portlet.trash.service.TrashEntryService)
 

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


Liferay 6.2-ce-ga5