Liferay 6.2.0-ce-m4

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

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

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.
 

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.
 

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.  
 


Liferay 6.2.0-ce-m4