Liferay 6.2.0-ce-m1

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

Packages that use TrashEntryLocalService
com.liferay.portlet.blogs.service.base   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.trash.service   
com.liferay.portlet.trash.service.base   
com.liferay.portlet.trash.service.impl   
com.liferay.portlet.wiki.service.base   
 

Uses of TrashEntryLocalService in com.liferay.portlet.blogs.service.base
 

Fields in com.liferay.portlet.blogs.service.base declared as TrashEntryLocalService
protected  TrashEntryLocalService BlogsEntryServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService BlogsEntryLocalServiceBaseImpl.trashEntryLocalService
           
 

Methods in com.liferay.portlet.blogs.service.base that return TrashEntryLocalService
 TrashEntryLocalService BlogsEntryServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 TrashEntryLocalService BlogsEntryLocalServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type TrashEntryLocalService
 void BlogsEntryServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 void BlogsEntryLocalServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 

Uses of TrashEntryLocalService in com.liferay.portlet.documentlibrary.service.base
 

Fields in com.liferay.portlet.documentlibrary.service.base declared as TrashEntryLocalService
protected  TrashEntryLocalService DLFolderServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService DLFolderLocalServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService DLFileShortcutServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService DLFileShortcutLocalServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService DLFileEntryServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService DLFileEntryLocalServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService DLAppHelperLocalServiceBaseImpl.trashEntryLocalService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return TrashEntryLocalService
 TrashEntryLocalService DLFolderServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 TrashEntryLocalService DLFolderLocalServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 TrashEntryLocalService DLFileShortcutServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 TrashEntryLocalService DLFileShortcutLocalServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 TrashEntryLocalService DLFileEntryServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 TrashEntryLocalService DLFileEntryLocalServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 TrashEntryLocalService DLAppHelperLocalServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type TrashEntryLocalService
 void DLFolderServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 void DLFolderLocalServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 void DLFileShortcutServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 void DLFileShortcutLocalServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 void DLFileEntryServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 void DLFileEntryLocalServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 void DLAppHelperLocalServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 

Uses of TrashEntryLocalService in com.liferay.portlet.messageboards.service.base
 

Fields in com.liferay.portlet.messageboards.service.base declared as TrashEntryLocalService
protected  TrashEntryLocalService MBThreadServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService MBThreadLocalServiceBaseImpl.trashEntryLocalService
           
 

Methods in com.liferay.portlet.messageboards.service.base that return TrashEntryLocalService
 TrashEntryLocalService MBThreadServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 TrashEntryLocalService MBThreadLocalServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type TrashEntryLocalService
 void MBThreadServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 void MBThreadLocalServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 

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

Classes in com.liferay.portlet.trash.service that implement TrashEntryLocalService
 class TrashEntryLocalServiceWrapper
           This class is 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. Renamed to TrashEntryLocalServiceWrapper.getWrappedService()
 

Methods in com.liferay.portlet.trash.service with parameters of type TrashEntryLocalService
 void TrashEntryLocalServiceUtil.setService(TrashEntryLocalService service)
          Deprecated.  
 void TrashEntryLocalServiceWrapper.setWrappedService(TrashEntryLocalService trashEntryLocalService)
           
 void TrashEntryLocalServiceWrapper.setWrappedTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Deprecated. Renamed to TrashEntryLocalServiceWrapper.setWrappedService(com.liferay.portlet.trash.service.TrashEntryLocalService)
 

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

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

Classes in com.liferay.portlet.trash.service.base that implement TrashEntryLocalService
 class TrashEntryLocalServiceBaseImpl
          The base implementation of the trash entry local service.
 

Fields in com.liferay.portlet.trash.service.base declared as TrashEntryLocalService
protected  TrashEntryLocalService TrashEntryServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService TrashEntryLocalServiceBaseImpl.trashEntryLocalService
           
 

Methods in com.liferay.portlet.trash.service.base that return TrashEntryLocalService
 TrashEntryLocalService TrashEntryServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 TrashEntryLocalService TrashEntryLocalServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 

Methods in com.liferay.portlet.trash.service.base with parameters of type TrashEntryLocalService
 void TrashEntryServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 void TrashEntryLocalServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 

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

Classes in com.liferay.portlet.trash.service.impl that implement TrashEntryLocalService
 class TrashEntryLocalServiceImpl
          The trash local service is responsible for accessing, creating, modifying and deleting trash entries in the Recycle Bin.
 

Uses of TrashEntryLocalService in com.liferay.portlet.wiki.service.base
 

Fields in com.liferay.portlet.wiki.service.base declared as TrashEntryLocalService
protected  TrashEntryLocalService WikiPageServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService WikiPageLocalServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService WikiNodeServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService WikiNodeLocalServiceBaseImpl.trashEntryLocalService
           
 

Methods in com.liferay.portlet.wiki.service.base that return TrashEntryLocalService
 TrashEntryLocalService WikiPageServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 TrashEntryLocalService WikiPageLocalServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 TrashEntryLocalService WikiNodeServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 TrashEntryLocalService WikiNodeLocalServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 

Methods in com.liferay.portlet.wiki.service.base with parameters of type TrashEntryLocalService
 void WikiPageServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 void WikiPageLocalServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 void WikiNodeServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 void WikiNodeLocalServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 


Liferay 6.2.0-ce-m1