Liferay 6.2.0-ce-rc1

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

Packages that use TrashVersionPersistence
com.liferay.portlet.documentlibrary.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   
 

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

Fields in com.liferay.portlet.documentlibrary.service.base declared as TrashVersionPersistence
protected  TrashVersionPersistence DLAppHelperLocalServiceBaseImpl.trashVersionPersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return TrashVersionPersistence
 TrashVersionPersistence DLAppHelperLocalServiceBaseImpl.getTrashVersionPersistence()
          Returns the trash version persistence.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type TrashVersionPersistence
 void DLAppHelperLocalServiceBaseImpl.setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
          Sets the trash version persistence.
 

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

Fields in com.liferay.portlet.journal.service.base declared as TrashVersionPersistence
protected  TrashVersionPersistence JournalArticleLocalServiceBaseImpl.trashVersionPersistence
           
protected  TrashVersionPersistence JournalArticleServiceBaseImpl.trashVersionPersistence
           
 

Methods in com.liferay.portlet.journal.service.base that return TrashVersionPersistence
 TrashVersionPersistence JournalArticleLocalServiceBaseImpl.getTrashVersionPersistence()
          Returns the trash version persistence.
 TrashVersionPersistence JournalArticleServiceBaseImpl.getTrashVersionPersistence()
          Returns the trash version persistence.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type TrashVersionPersistence
 void JournalArticleLocalServiceBaseImpl.setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
          Sets the trash version persistence.
 void JournalArticleServiceBaseImpl.setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
          Sets the trash version persistence.
 

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

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

Methods in com.liferay.portlet.messageboards.service.base that return TrashVersionPersistence
 TrashVersionPersistence MBThreadServiceBaseImpl.getTrashVersionPersistence()
          Returns the trash version persistence.
 TrashVersionPersistence MBCategoryLocalServiceBaseImpl.getTrashVersionPersistence()
          Returns the trash version persistence.
 TrashVersionPersistence MBThreadLocalServiceBaseImpl.getTrashVersionPersistence()
          Returns the trash version persistence.
 TrashVersionPersistence MBCategoryServiceBaseImpl.getTrashVersionPersistence()
          Returns the trash version persistence.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type TrashVersionPersistence
 void MBThreadServiceBaseImpl.setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
          Sets the trash version persistence.
 void MBCategoryLocalServiceBaseImpl.setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
          Sets the trash version persistence.
 void MBThreadLocalServiceBaseImpl.setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
          Sets the trash version persistence.
 void MBCategoryServiceBaseImpl.setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
          Sets the trash version persistence.
 

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

Fields in com.liferay.portlet.trash.service.base declared as TrashVersionPersistence
protected  TrashVersionPersistence TrashEntryServiceBaseImpl.trashVersionPersistence
           
protected  TrashVersionPersistence TrashEntryLocalServiceBaseImpl.trashVersionPersistence
           
protected  TrashVersionPersistence TrashVersionLocalServiceBaseImpl.trashVersionPersistence
           
 

Methods in com.liferay.portlet.trash.service.base that return TrashVersionPersistence
 TrashVersionPersistence TrashEntryServiceBaseImpl.getTrashVersionPersistence()
          Returns the trash version persistence.
 TrashVersionPersistence TrashEntryLocalServiceBaseImpl.getTrashVersionPersistence()
          Returns the trash version persistence.
 TrashVersionPersistence TrashVersionLocalServiceBaseImpl.getTrashVersionPersistence()
          Returns the trash version persistence.
 

Methods in com.liferay.portlet.trash.service.base with parameters of type TrashVersionPersistence
 void TrashEntryServiceBaseImpl.setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
          Sets the trash version persistence.
 void TrashEntryLocalServiceBaseImpl.setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
          Sets the trash version persistence.
 void TrashVersionLocalServiceBaseImpl.setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
          Sets the trash version persistence.
 

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

Classes in com.liferay.portlet.trash.service.persistence that implement TrashVersionPersistence
 class TrashVersionPersistenceImpl
          The persistence implementation for the trash version service.
 

Methods in com.liferay.portlet.trash.service.persistence that return TrashVersionPersistence
static TrashVersionPersistence TrashVersionUtil.getPersistence()
           
 

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


Liferay 6.2.0-ce-rc1