Liferay 7.0-ce-b4

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

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

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

Classes in com.liferay.portlet.trash.service that implement TrashEntryLocalService
 class TrashEntryLocalServiceWrapper
          Provides a wrapper for TrashEntryLocalService.
 

Methods in com.liferay.portlet.trash.service that return TrashEntryLocalService
static TrashEntryLocalService TrashEntryLocalServiceUtil.getService()
           
 TrashEntryLocalService TrashEntryLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.trash.service with parameters of type TrashEntryLocalService
 void TrashEntryLocalServiceWrapper.setWrappedService(TrashEntryLocalService trashEntryLocalService)
           
 

Constructors in com.liferay.portlet.trash.service with parameters of type TrashEntryLocalService
TrashEntryLocalServiceWrapper(TrashEntryLocalService trashEntryLocalService)
           
 


Liferay 7.0-ce-b4