Liferay 6.2-ce-ga5

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

Packages that use BaseTrashHandler
com.liferay.portlet.blogs.trash   
com.liferay.portlet.bookmarks.trash   
com.liferay.portlet.documentlibrary.trash   
com.liferay.portlet.journal.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.bookmarks.trash
 

Subclasses of BaseTrashHandler in com.liferay.portlet.bookmarks.trash
 class BookmarksBaseTrashHandler
          Represents the trash handler for bookmarks folder entity.
 class BookmarksEntryTrashHandler
          Represents the trash handler for bookmarks entries entity.
 class BookmarksFolderTrashHandler
          Represents the trash handler for bookmarks folder 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.journal.trash
 

Subclasses of BaseTrashHandler in com.liferay.portlet.journal.trash
 class JournalArticleTrashHandler
          Implements trash handling for the journal article entity.
 class JournalBaseTrashHandler
           
 class JournalFolderTrashHandler
          Implements trash handling for the journal 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 message 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-ce-ga5