Liferay 7.0-ce-b4

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

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

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

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

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type TrashVersionPersistence
 void DLFileShortcutServiceBaseImpl.setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
          Sets the trash version persistence.
 void DLFileShortcutLocalServiceBaseImpl.setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
          Sets the trash version persistence.
 void DLAppHelperLocalServiceBaseImpl.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 MBCategoryLocalServiceBaseImpl.trashVersionPersistence
           
protected  TrashVersionPersistence MBThreadServiceBaseImpl.trashVersionPersistence
           
protected  TrashVersionPersistence MBCategoryServiceBaseImpl.trashVersionPersistence
           
protected  TrashVersionPersistence MBThreadLocalServiceBaseImpl.trashVersionPersistence
           
 

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

Methods in com.liferay.portlet.messageboards.service.base with parameters of type TrashVersionPersistence
 void MBCategoryLocalServiceBaseImpl.setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
          Sets the trash version persistence.
 void MBThreadServiceBaseImpl.setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
          Sets the trash version persistence.
 void MBCategoryServiceBaseImpl.setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
          Sets the trash version persistence.
 void MBThreadLocalServiceBaseImpl.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 TrashVersionLocalServiceBaseImpl.trashVersionPersistence
           
protected  TrashVersionPersistence TrashEntryServiceBaseImpl.trashVersionPersistence
           
protected  TrashVersionPersistence TrashEntryLocalServiceBaseImpl.trashVersionPersistence
           
 

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

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

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

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

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

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


Liferay 7.0-ce-b4