Liferay 6.2.0-ce-m3

Uses of Class
com.liferay.portal.kernel.trash.BaseTrashHandler

Packages that use BaseTrashHandler
com.liferay.portlet.blogs.trash   
com.liferay.portlet.documentlibrary.trash   
com.liferay.portlet.messageboards.trash   
com.liferay.portlet.wiki.trash   
 

Uses of BaseTrashHandler in com.liferay.portlet.blogs.trash
 

Subclasses of BaseTrashHandler in com.liferay.portlet.blogs.trash
 class BlogsEntryTrashHandler
          Implements trash handling for the blogs entry entity.
 

Uses of BaseTrashHandler in com.liferay.portlet.documentlibrary.trash
 

Subclasses of BaseTrashHandler in com.liferay.portlet.documentlibrary.trash
 class DLBaseTrashHandler
           
 class DLFileEntryTrashHandler
          Implements trash handling for the file entry entity.
 class DLFileShortcutTrashHandler
          Implements trash handling for the file shortcut entity.
 class DLFolderTrashHandler
          Implements trash handling for the folder entity.
 

Uses of BaseTrashHandler in com.liferay.portlet.messageboards.trash
 

Subclasses of BaseTrashHandler in com.liferay.portlet.messageboards.trash
 class MBCategoryTrashHandler
          Implements trash handling for the message boards category entity.
 class MBMessageTrashHandler
          Implements trash handling for message boards thread entity.
 class MBThreadTrashHandler
          Implements trash handling for message boards thread entity.
 

Uses of BaseTrashHandler in com.liferay.portlet.wiki.trash
 

Subclasses of BaseTrashHandler in com.liferay.portlet.wiki.trash
 class WikiNodeTrashHandler
          Implements trash handling for the wiki node entity.
 class WikiPageTrashHandler
          Implements trash handling for the wiki page entity.
 


Liferay 6.2.0-ce-m3