Liferay 6.2-ce-ga5

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()
           
 TrashEntryLocalService TrashEntryLocalServiceWrapper.getWrappedTrashEntryLocalService()
          Deprecated. As of 6.1.0, replaced by TrashEntryLocalServiceWrapper.getWrappedService()
 

Methods in com.liferay.portlet.trash.service with parameters of type TrashEntryLocalService
 void TrashEntryLocalServiceUtil.setService(TrashEntryLocalService service)
          Deprecated. As of 6.2.0
 void TrashEntryLocalServiceWrapper.setWrappedService(TrashEntryLocalService trashEntryLocalService)
           
 void TrashEntryLocalServiceWrapper.setWrappedTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Deprecated. As of 6.1.0, replaced by TrashEntryLocalServiceWrapper.setWrappedService(com.liferay.portlet.trash.service.TrashEntryLocalService)
 

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


Liferay 6.2-ce-ga5