Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.model.WorkflowedModel

Packages that use WorkflowedModel
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portlet.blogs.model   
com.liferay.portlet.bookmarks.model   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.dynamicdatalists.model   
com.liferay.portlet.journal.model   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.wiki.model   
 

Uses of WorkflowedModel in com.liferay.portal.model
 

Subinterfaces of WorkflowedModel in com.liferay.portal.model
 interface LayoutRevision
          The extended model interface for the LayoutRevision service.
 interface LayoutRevisionModel
          The base model interface for the LayoutRevision service.
 

Classes in com.liferay.portal.model that implement WorkflowedModel
 class LayoutRevisionWrapper
           This class is a wrapper for LayoutRevision.
 

Uses of WorkflowedModel in com.liferay.portlet.blogs.model
 

Subinterfaces of WorkflowedModel in com.liferay.portlet.blogs.model
 interface BlogsEntry
          The extended model interface for the BlogsEntry service.
 interface BlogsEntryModel
          The base model interface for the BlogsEntry service.
 

Classes in com.liferay.portlet.blogs.model that implement WorkflowedModel
 class BlogsEntryWrapper
           This class is a wrapper for BlogsEntry.
 

Uses of WorkflowedModel in com.liferay.portlet.bookmarks.model
 

Subinterfaces of WorkflowedModel in com.liferay.portlet.bookmarks.model
 interface BookmarksEntry
          The extended model interface for the BookmarksEntry service.
 interface BookmarksEntryModel
          The base model interface for the BookmarksEntry service.
 interface BookmarksFolder
          The extended model interface for the BookmarksFolder service.
 interface BookmarksFolderModel
          The base model interface for the BookmarksFolder service.
 

Classes in com.liferay.portlet.bookmarks.model that implement WorkflowedModel
 class BookmarksEntryWrapper
           This class is a wrapper for BookmarksEntry.
 class BookmarksFolderWrapper
           This class is a wrapper for BookmarksFolder.
 

Uses of WorkflowedModel in com.liferay.portlet.documentlibrary.model
 

Subinterfaces of WorkflowedModel in com.liferay.portlet.documentlibrary.model
 interface DLFileShortcut
          The extended model interface for the DLFileShortcut service.
 interface DLFileShortcutModel
          The base model interface for the DLFileShortcut service.
 interface DLFileVersion
          The extended model interface for the DLFileVersion service.
 interface DLFileVersionModel
          The base model interface for the DLFileVersion service.
 interface DLFolder
          The extended model interface for the DLFolder service.
 interface DLFolderModel
          The base model interface for the DLFolder service.
 

Classes in com.liferay.portlet.documentlibrary.model that implement WorkflowedModel
 class DLFileShortcutWrapper
           This class is a wrapper for DLFileShortcut.
 class DLFileVersionWrapper
           This class is a wrapper for DLFileVersion.
 class DLFolderWrapper
           This class is a wrapper for DLFolder.
 

Uses of WorkflowedModel in com.liferay.portlet.dynamicdatalists.model
 

Subinterfaces of WorkflowedModel in com.liferay.portlet.dynamicdatalists.model
 interface DDLRecordVersion
          The extended model interface for the DDLRecordVersion service.
 interface DDLRecordVersionModel
          The base model interface for the DDLRecordVersion service.
 

Classes in com.liferay.portlet.dynamicdatalists.model that implement WorkflowedModel
 class DDLRecordVersionWrapper
           This class is a wrapper for DDLRecordVersion.
 

Uses of WorkflowedModel in com.liferay.portlet.journal.model
 

Subinterfaces of WorkflowedModel in com.liferay.portlet.journal.model
 interface JournalArticle
          The extended model interface for the JournalArticle service.
 interface JournalArticleModel
          The base model interface for the JournalArticle service.
 interface JournalFolder
          The extended model interface for the JournalFolder service.
 interface JournalFolderModel
          The base model interface for the JournalFolder service.
 

Classes in com.liferay.portlet.journal.model that implement WorkflowedModel
 class JournalArticleWrapper
           This class is a wrapper for JournalArticle.
 class JournalFolderWrapper
           This class is a wrapper for JournalFolder.
 

Uses of WorkflowedModel in com.liferay.portlet.messageboards.model
 

Subinterfaces of WorkflowedModel in com.liferay.portlet.messageboards.model
 interface MBCategory
          The extended model interface for the MBCategory service.
 interface MBCategoryModel
          The base model interface for the MBCategory service.
 interface MBMessage
          The extended model interface for the MBMessage service.
 interface MBMessageModel
          The base model interface for the MBMessage service.
 interface MBThread
          The extended model interface for the MBThread service.
 interface MBThreadModel
          The base model interface for the MBThread service.
 

Classes in com.liferay.portlet.messageboards.model that implement WorkflowedModel
 class MBCategoryWrapper
           This class is a wrapper for MBCategory.
 class MBMessageWrapper
           This class is a wrapper for MBMessage.
 class MBThreadWrapper
           This class is a wrapper for MBThread.
 

Uses of WorkflowedModel in com.liferay.portlet.wiki.model
 

Subinterfaces of WorkflowedModel in com.liferay.portlet.wiki.model
 interface WikiNode
          The extended model interface for the WikiNode service.
 interface WikiNodeModel
          The base model interface for the WikiNode service.
 interface WikiPage
          The extended model interface for the WikiPage service.
 interface WikiPageModel
          The base model interface for the WikiPage service.
 

Classes in com.liferay.portlet.wiki.model that implement WorkflowedModel
 class WikiNodeWrapper
           This class is a wrapper for WikiNode.
 class WikiPageWrapper
           This class is a wrapper for WikiPage.
 


Liferay 6.2-ce-ga5