Liferay 7.0-ce-m6

Uses of Interface
com.liferay.portlet.trash.service.persistence.TrashEntryPersistence

Packages that use TrashEntryPersistence
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.journal.service.base   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.trash.service.base   
com.liferay.portlet.trash.service.persistence   
com.liferay.portlet.trash.service.persistence.impl   
 

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

Fields in com.liferay.portal.service.base declared as TrashEntryPersistence
protected  TrashEntryPersistence GroupLocalServiceBaseImpl.trashEntryPersistence
           
protected  TrashEntryPersistence GroupServiceBaseImpl.trashEntryPersistence
           
 

Methods in com.liferay.portal.service.base that return TrashEntryPersistence
 TrashEntryPersistence GroupLocalServiceBaseImpl.getTrashEntryPersistence()
          Returns the trash entry persistence.
 TrashEntryPersistence GroupServiceBaseImpl.getTrashEntryPersistence()
          Returns the trash entry persistence.
 

Methods in com.liferay.portal.service.base with parameters of type TrashEntryPersistence
 void GroupLocalServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 void GroupServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 

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

Fields in com.liferay.portlet.blogs.service.base declared as TrashEntryPersistence
protected  TrashEntryPersistence BlogsEntryServiceBaseImpl.trashEntryPersistence
           
protected  TrashEntryPersistence BlogsEntryLocalServiceBaseImpl.trashEntryPersistence
           
 

Methods in com.liferay.portlet.blogs.service.base that return TrashEntryPersistence
 TrashEntryPersistence BlogsEntryServiceBaseImpl.getTrashEntryPersistence()
          Returns the trash entry persistence.
 TrashEntryPersistence BlogsEntryLocalServiceBaseImpl.getTrashEntryPersistence()
          Returns the trash entry persistence.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type TrashEntryPersistence
 void BlogsEntryServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 void BlogsEntryLocalServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 

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

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

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

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type TrashEntryPersistence
 void DLFileEntryLocalServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 void DLAppHelperLocalServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 void DLFileShortcutServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 void DLFileEntryServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 void DLFolderLocalServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 void DLFileShortcutLocalServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 void DLFolderServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 

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

Fields in com.liferay.portlet.exportimport.service.base declared as TrashEntryPersistence
protected  TrashEntryPersistence ExportImportConfigurationLocalServiceBaseImpl.trashEntryPersistence
           
protected  TrashEntryPersistence ExportImportConfigurationServiceBaseImpl.trashEntryPersistence
           
 

Methods in com.liferay.portlet.exportimport.service.base that return TrashEntryPersistence
 TrashEntryPersistence ExportImportConfigurationLocalServiceBaseImpl.getTrashEntryPersistence()
          Returns the trash entry persistence.
 TrashEntryPersistence ExportImportConfigurationServiceBaseImpl.getTrashEntryPersistence()
          Returns the trash entry persistence.
 

Methods in com.liferay.portlet.exportimport.service.base with parameters of type TrashEntryPersistence
 void ExportImportConfigurationLocalServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 void ExportImportConfigurationServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 

Uses of TrashEntryPersistence in com.liferay.portlet.journal.service.base
 

Fields in com.liferay.portlet.journal.service.base declared as TrashEntryPersistence
protected  TrashEntryPersistence JournalArticleServiceBaseImpl.trashEntryPersistence
           
protected  TrashEntryPersistence JournalFolderServiceBaseImpl.trashEntryPersistence
           
protected  TrashEntryPersistence JournalFolderLocalServiceBaseImpl.trashEntryPersistence
           
protected  TrashEntryPersistence JournalArticleLocalServiceBaseImpl.trashEntryPersistence
           
 

Methods in com.liferay.portlet.journal.service.base that return TrashEntryPersistence
 TrashEntryPersistence JournalArticleServiceBaseImpl.getTrashEntryPersistence()
          Returns the trash entry persistence.
 TrashEntryPersistence JournalFolderServiceBaseImpl.getTrashEntryPersistence()
          Returns the trash entry persistence.
 TrashEntryPersistence JournalFolderLocalServiceBaseImpl.getTrashEntryPersistence()
          Returns the trash entry persistence.
 TrashEntryPersistence JournalArticleLocalServiceBaseImpl.getTrashEntryPersistence()
          Returns the trash entry persistence.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type TrashEntryPersistence
 void JournalArticleServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 void JournalFolderServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 void JournalFolderLocalServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 void JournalArticleLocalServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 

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

Fields in com.liferay.portlet.messageboards.service.base declared as TrashEntryPersistence
protected  TrashEntryPersistence MBCategoryServiceBaseImpl.trashEntryPersistence
           
protected  TrashEntryPersistence MBThreadLocalServiceBaseImpl.trashEntryPersistence
           
protected  TrashEntryPersistence MBThreadServiceBaseImpl.trashEntryPersistence
           
protected  TrashEntryPersistence MBCategoryLocalServiceBaseImpl.trashEntryPersistence
           
 

Methods in com.liferay.portlet.messageboards.service.base that return TrashEntryPersistence
 TrashEntryPersistence MBCategoryServiceBaseImpl.getTrashEntryPersistence()
          Returns the trash entry persistence.
 TrashEntryPersistence MBThreadLocalServiceBaseImpl.getTrashEntryPersistence()
          Returns the trash entry persistence.
 TrashEntryPersistence MBThreadServiceBaseImpl.getTrashEntryPersistence()
          Returns the trash entry persistence.
 TrashEntryPersistence MBCategoryLocalServiceBaseImpl.getTrashEntryPersistence()
          Returns the trash entry persistence.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type TrashEntryPersistence
 void MBCategoryServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 void MBThreadLocalServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 void MBThreadServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 void MBCategoryLocalServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 

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

Fields in com.liferay.portlet.trash.service.base declared as TrashEntryPersistence
protected  TrashEntryPersistence TrashEntryServiceBaseImpl.trashEntryPersistence
           
protected  TrashEntryPersistence TrashVersionLocalServiceBaseImpl.trashEntryPersistence
           
protected  TrashEntryPersistence TrashEntryLocalServiceBaseImpl.trashEntryPersistence
           
 

Methods in com.liferay.portlet.trash.service.base that return TrashEntryPersistence
 TrashEntryPersistence TrashEntryServiceBaseImpl.getTrashEntryPersistence()
          Returns the trash entry persistence.
 TrashEntryPersistence TrashVersionLocalServiceBaseImpl.getTrashEntryPersistence()
          Returns the trash entry persistence.
 TrashEntryPersistence TrashEntryLocalServiceBaseImpl.getTrashEntryPersistence()
          Returns the trash entry persistence.
 

Methods in com.liferay.portlet.trash.service.base with parameters of type TrashEntryPersistence
 void TrashEntryServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 void TrashVersionLocalServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 void TrashEntryLocalServiceBaseImpl.setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 

Uses of TrashEntryPersistence in com.liferay.portlet.trash.service.persistence
 

Methods in com.liferay.portlet.trash.service.persistence that return TrashEntryPersistence
static TrashEntryPersistence TrashEntryUtil.getPersistence()
           
 

Methods in com.liferay.portlet.trash.service.persistence with parameters of type TrashEntryPersistence
 void TrashEntryUtil.setPersistence(TrashEntryPersistence persistence)
          Deprecated. As of 6.2.0
 

Uses of TrashEntryPersistence in com.liferay.portlet.trash.service.persistence.impl
 

Classes in com.liferay.portlet.trash.service.persistence.impl that implement TrashEntryPersistence
 class TrashEntryPersistenceImpl
          The persistence implementation for the trash entry service.
 


Liferay 7.0-ce-m6