Liferay 7.0-ce-b4

Uses of Class
com.liferay.portlet.trash.model.impl.TrashEntryModelImpl

Packages that use TrashEntryModelImpl
com.liferay.portlet.trash.model.impl   
com.liferay.portlet.trash.service.persistence.impl   
 

Uses of TrashEntryModelImpl in com.liferay.portlet.trash.model.impl
 

Subclasses of TrashEntryModelImpl in com.liferay.portlet.trash.model.impl
 class TrashEntryBaseImpl
          The extended model base implementation for the TrashEntry service.
 class TrashEntryImpl
           
 

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

Methods in com.liferay.portlet.trash.service.persistence.impl with parameters of type TrashEntryModelImpl
protected  void TrashEntryPersistenceImpl.cacheUniqueFindersCache(TrashEntryModelImpl trashEntryModelImpl, boolean isNew)
           
protected  void TrashEntryPersistenceImpl.clearUniqueFindersCache(TrashEntryModelImpl trashEntryModelImpl)
           
 


Liferay 7.0-ce-b4