Liferay 7.0-ce-b4

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.documentlibrary.model   
com.liferay.portlet.exportimport.model   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.trash.test   
 

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.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.exportimport.model
 

Subinterfaces of WorkflowedModel in com.liferay.portlet.exportimport.model
 interface ExportImportConfiguration
          The extended model interface for the ExportImportConfiguration service.
 interface ExportImportConfigurationModel
          The base model interface for the ExportImportConfiguration service.
 

Classes in com.liferay.portlet.exportimport.model that implement WorkflowedModel
 class ExportImportConfigurationWrapper
           This class is a wrapper for ExportImportConfiguration.
 

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.trash.test
 

Methods in com.liferay.portlet.trash.test that return WorkflowedModel
protected  WorkflowedModel BaseTrashHandlerTestCase.getWorkflowedModel(ClassedModel baseModel)
           
 

Methods in com.liferay.portlet.trash.test that return types with arguments of type WorkflowedModel
 List<? extends WorkflowedModel> WhenIsRestorableParentBaseModelFromTrash.getChildrenWorkflowedModels(BaseModel<?> parentBaseModel)
           
 


Liferay 7.0-ce-b4