Liferay 7.0-ce-b4

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

Packages that use TrashEntryLocalService
com.liferay.portal.repository.capabilities   
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 TrashEntryLocalService in com.liferay.portal.repository.capabilities
 

Constructors in com.liferay.portal.repository.capabilities with parameters of type TrashEntryLocalService
LiferayTrashCapability(DLAppHelperLocalService dlAppHelperLocalService, DLAppServiceAdapter dlAppServiceAdapter, DLFileEntryServiceAdapter dlFileEntryServiceAdapter, DLFolderServiceAdapter dlFolderServiceAdapter, RepositoryServiceAdapter repositoryServiceAdapter, TrashEntryLocalService trashEntryLocalService, TrashVersionLocalService trashVersionLocalService)
           
 

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

Fields in com.liferay.portal.service.base declared as TrashEntryLocalService
protected  TrashEntryLocalService GroupServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService GroupLocalServiceBaseImpl.trashEntryLocalService
           
 

Methods in com.liferay.portal.service.base that return TrashEntryLocalService
 TrashEntryLocalService GroupServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 TrashEntryLocalService GroupLocalServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 

Methods in com.liferay.portal.service.base with parameters of type TrashEntryLocalService
 void GroupServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 void GroupLocalServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 

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 DLFileShortcutServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService DLFolderLocalServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService DLFileShortcutLocalServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService DLAppLocalServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService DLFileEntryServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService DLAppHelperLocalServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService DLFileEntryLocalServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService DLFolderServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService DLAppServiceBaseImpl.trashEntryLocalService
           
 

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

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

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

Fields in com.liferay.portlet.exportimport.service.base declared as TrashEntryLocalService
protected  TrashEntryLocalService ExportImportConfigurationServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService ExportImportConfigurationLocalServiceBaseImpl.trashEntryLocalService
           
 

Methods in com.liferay.portlet.exportimport.service.base that return TrashEntryLocalService
 TrashEntryLocalService ExportImportConfigurationServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 TrashEntryLocalService ExportImportConfigurationLocalServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 

Methods in com.liferay.portlet.exportimport.service.base with parameters of type TrashEntryLocalService
 void ExportImportConfigurationServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 void ExportImportConfigurationLocalServiceBaseImpl.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 MBCategoryLocalServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService MBThreadServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService MBCategoryServiceBaseImpl.trashEntryLocalService
           
protected  TrashEntryLocalService MBThreadLocalServiceBaseImpl.trashEntryLocalService
           
 

Methods in com.liferay.portlet.messageboards.service.base that return TrashEntryLocalService
 TrashEntryLocalService MBCategoryLocalServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 TrashEntryLocalService MBThreadServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 TrashEntryLocalService MBCategoryServiceBaseImpl.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 MBCategoryLocalServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 void MBThreadServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 void MBCategoryServiceBaseImpl.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
          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)
           
 

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

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

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

Methods in com.liferay.portlet.trash.service.base that return TrashEntryLocalService
 TrashEntryLocalService TrashVersionLocalServiceBaseImpl.getTrashEntryLocalService()
          Returns the trash entry local service.
 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 TrashVersionLocalServiceBaseImpl.setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 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
          Provides the local service for accessing, adding, checking, and deleting trash entries in the Recycle Bin.
 


Liferay 7.0-ce-b4