Liferay 7.0-ce-b4

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

Packages that use TrashEntryService
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.blogs.service.base   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.exportimport.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   
 

Uses of TrashEntryService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as TrashEntryService
protected  TrashEntryService GroupServiceBaseImpl.trashEntryService
           
 

Methods in com.liferay.portal.service.base that return TrashEntryService
 TrashEntryService GroupServiceBaseImpl.getTrashEntryService()
          Returns the trash entry remote service.
 

Methods in com.liferay.portal.service.base with parameters of type TrashEntryService
 void GroupServiceBaseImpl.setTrashEntryService(TrashEntryService trashEntryService)
          Sets the trash entry remote service.
 

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

Fields in com.liferay.portlet.blogs.service.base declared as TrashEntryService
protected  TrashEntryService BlogsEntryServiceBaseImpl.trashEntryService
           
 

Methods in com.liferay.portlet.blogs.service.base that return TrashEntryService
 TrashEntryService BlogsEntryServiceBaseImpl.getTrashEntryService()
          Returns the trash entry remote service.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type TrashEntryService
 void BlogsEntryServiceBaseImpl.setTrashEntryService(TrashEntryService trashEntryService)
          Sets the trash entry remote service.
 

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

Fields in com.liferay.portlet.documentlibrary.service.base declared as TrashEntryService
protected  TrashEntryService DLFileShortcutServiceBaseImpl.trashEntryService
           
protected  TrashEntryService DLFileEntryServiceBaseImpl.trashEntryService
           
protected  TrashEntryService DLFolderServiceBaseImpl.trashEntryService
           
protected  TrashEntryService DLAppServiceBaseImpl.trashEntryService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return TrashEntryService
 TrashEntryService DLFileShortcutServiceBaseImpl.getTrashEntryService()
          Returns the trash entry remote service.
 TrashEntryService DLFileEntryServiceBaseImpl.getTrashEntryService()
          Returns the trash entry remote service.
 TrashEntryService DLFolderServiceBaseImpl.getTrashEntryService()
          Returns the trash entry remote service.
 TrashEntryService DLAppServiceBaseImpl.getTrashEntryService()
          Returns the trash entry remote service.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type TrashEntryService
 void DLFileShortcutServiceBaseImpl.setTrashEntryService(TrashEntryService trashEntryService)
          Sets the trash entry remote service.
 void DLFileEntryServiceBaseImpl.setTrashEntryService(TrashEntryService trashEntryService)
          Sets the trash entry remote service.
 void DLFolderServiceBaseImpl.setTrashEntryService(TrashEntryService trashEntryService)
          Sets the trash entry remote service.
 void DLAppServiceBaseImpl.setTrashEntryService(TrashEntryService trashEntryService)
          Sets the trash entry remote service.
 

Uses of TrashEntryService in com.liferay.portlet.exportimport.service.base
 

Fields in com.liferay.portlet.exportimport.service.base declared as TrashEntryService
protected  TrashEntryService ExportImportConfigurationServiceBaseImpl.trashEntryService
           
 

Methods in com.liferay.portlet.exportimport.service.base that return TrashEntryService
 TrashEntryService ExportImportConfigurationServiceBaseImpl.getTrashEntryService()
          Returns the trash entry remote service.
 

Methods in com.liferay.portlet.exportimport.service.base with parameters of type TrashEntryService
 void ExportImportConfigurationServiceBaseImpl.setTrashEntryService(TrashEntryService trashEntryService)
          Sets the trash entry remote service.
 

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

Fields in com.liferay.portlet.messageboards.service.base declared as TrashEntryService
protected  TrashEntryService MBThreadServiceBaseImpl.trashEntryService
           
protected  TrashEntryService MBCategoryServiceBaseImpl.trashEntryService
           
 

Methods in com.liferay.portlet.messageboards.service.base that return TrashEntryService
 TrashEntryService MBThreadServiceBaseImpl.getTrashEntryService()
          Returns the trash entry remote service.
 TrashEntryService MBCategoryServiceBaseImpl.getTrashEntryService()
          Returns the trash entry remote service.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type TrashEntryService
 void MBThreadServiceBaseImpl.setTrashEntryService(TrashEntryService trashEntryService)
          Sets the trash entry remote service.
 void MBCategoryServiceBaseImpl.setTrashEntryService(TrashEntryService trashEntryService)
          Sets the trash entry remote 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)
           
 

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

Classes in com.liferay.portlet.trash.service.base that implement TrashEntryService
 class TrashEntryServiceBaseImpl
          Provides the base implementation for the trash entry remote service.
 

Fields in com.liferay.portlet.trash.service.base declared as TrashEntryService
protected  TrashEntryService TrashEntryServiceBaseImpl.trashEntryService
           
 

Methods in com.liferay.portlet.trash.service.base that return TrashEntryService
 TrashEntryService TrashEntryServiceBaseImpl.getTrashEntryService()
          Returns the trash entry remote service.
 

Methods in com.liferay.portlet.trash.service.base with parameters of type TrashEntryService
 void TrashEntryServiceBaseImpl.setTrashEntryService(TrashEntryService trashEntryService)
          Sets the trash entry remote service.
 

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

Classes in com.liferay.portlet.trash.service.impl that implement TrashEntryService
 class TrashEntryServiceImpl
          The trash entry remote service is responsible for returning trash entries.
 


Liferay 7.0-ce-b4