Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface TrashedModel

All Known Subinterfaces:
BlogsEntry, BlogsEntryModel, BookmarksEntry, BookmarksEntryModel, BookmarksFolder, BookmarksFolderModel, DLFileEntry, DLFileEntryModel, DLFileShortcut, DLFileShortcutModel, DLFolder, DLFolderModel, JournalArticle, JournalArticleModel, JournalFolder, JournalFolderModel, MBCategory, MBCategoryModel, MBMessage, MBMessageModel, MBThread, MBThreadModel, WikiNode, WikiNodeModel, WikiPage, WikiPageModel
All Known Implementing Classes:
BlogsEntryWrapper, BookmarksEntryWrapper, BookmarksFolderWrapper, DLFileEntryWrapper, DLFileShortcutWrapper, DLFolderWrapper, JournalArticleWrapper, JournalFolderWrapper, MBCategoryWrapper, MBMessageWrapper, MBThreadWrapper, WikiNodeWrapper, WikiPageWrapper

public interface TrashedModel


Method Summary
 int getStatus()
           
 TrashEntry getTrashEntry()
           
 long getTrashEntryClassPK()
           
 TrashHandler getTrashHandler()
           
 boolean isInTrash()
           
 boolean isInTrashContainer()
           
 

Method Detail

getStatus

int getStatus()

getTrashEntry

TrashEntry getTrashEntry()
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

getTrashEntryClassPK

long getTrashEntryClassPK()

getTrashHandler

TrashHandler getTrashHandler()

isInTrash

boolean isInTrash()

isInTrashContainer

boolean isInTrashContainer()

Liferay 6.2-ce-ga5