Liferay 6.2.0-ce-m4

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

Packages that use StagedModel
com.liferay.portal.kernel.lar   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.model.impl   
com.liferay.portlet.blogs.model   
com.liferay.portlet.blogs.model.impl   
com.liferay.portlet.bookmarks.model   
com.liferay.portlet.bookmarks.model.impl   
com.liferay.portlet.calendar.model   
com.liferay.portlet.calendar.model.impl   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
com.liferay.portlet.dynamicdatalists.model   
com.liferay.portlet.dynamicdatalists.model.impl   
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.model.impl   
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.model.impl   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.model.impl   
com.liferay.portlet.mobiledevicerules.model   
com.liferay.portlet.mobiledevicerules.model.impl   
com.liferay.portlet.polls.model   
com.liferay.portlet.polls.model.impl   
com.liferay.portlet.wiki.model   
com.liferay.portlet.wiki.model.impl   
 

Uses of StagedModel in com.liferay.portal.kernel.lar
 

Classes in com.liferay.portal.kernel.lar with type parameters of type StagedModel
 class BaseStagedModelDataHandler<T extends StagedModel>
           
 interface StagedModelDataHandler<T extends StagedModel>
           
 

Methods in com.liferay.portal.kernel.lar with type parameters of type StagedModel
static
<T extends StagedModel>
void
StagedModelDataHandlerUtil.exportStagedModel(PortletDataContext portletDataContext, Element[] elements, T stagedModel)
           
static
<T extends StagedModel>
void
StagedModelDataHandlerUtil.exportStagedModel(PortletDataContext portletDataContext, Element element, T stagedModel)
           
static
<T extends StagedModel>
void
StagedModelDataHandlerUtil.importStagedModel(PortletDataContext portletDataContext, Element element, String path, T stagedModel)
           
 

Methods in com.liferay.portal.kernel.lar with parameters of type StagedModel
static String StagedModelPathUtil.getPath(StagedModel stagedModel)
           
static String StagedModelPathUtil.getPath(StagedModel stagedModel, String dependentFileName)
           
 

Uses of StagedModel in com.liferay.portal.model
 

Subinterfaces of StagedModel in com.liferay.portal.model
 interface Repository
          The extended model interface for the Repository service.
 interface RepositoryModel
          The base model interface for the Repository service.
 

Classes in com.liferay.portal.model that implement StagedModel
 class RepositoryWrapper
           This class is a wrapper for Repository.
 

Uses of StagedModel in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement StagedModel
 class RepositoryBaseImpl
          The extended model base implementation for the Repository service.
 class RepositoryImpl
           
 class RepositoryModelImpl
          The base model implementation for the Repository service.
 

Uses of StagedModel in com.liferay.portlet.asset.model
 

Subinterfaces of StagedModel in com.liferay.portlet.asset.model
 interface AssetCategory
          The extended model interface for the AssetCategory service.
 interface AssetCategoryModel
          The base model interface for the AssetCategory service.
 interface AssetVocabulary
          The extended model interface for the AssetVocabulary service.
 interface AssetVocabularyModel
          The base model interface for the AssetVocabulary service.
 

Classes in com.liferay.portlet.asset.model that implement StagedModel
 class AssetCategoryWrapper
           This class is a wrapper for AssetCategory.
 class AssetVocabularyWrapper
           This class is a wrapper for AssetVocabulary.
 

Uses of StagedModel in com.liferay.portlet.asset.model.impl
 

Classes in com.liferay.portlet.asset.model.impl that implement StagedModel
 class AssetCategoryBaseImpl
          The extended model base implementation for the AssetCategory service.
 class AssetCategoryImpl
           
 class AssetCategoryModelImpl
          The base model implementation for the AssetCategory service.
 class AssetVocabularyBaseImpl
          The extended model base implementation for the AssetVocabulary service.
 class AssetVocabularyImpl
           
 class AssetVocabularyModelImpl
          The base model implementation for the AssetVocabulary service.
 

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

Subinterfaces of StagedModel 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 StagedModel
 class BlogsEntryWrapper
           This class is a wrapper for BlogsEntry.
 

Uses of StagedModel in com.liferay.portlet.blogs.model.impl
 

Classes in com.liferay.portlet.blogs.model.impl that implement StagedModel
 class BlogsEntryBaseImpl
          The extended model base implementation for the BlogsEntry service.
 class BlogsEntryImpl
           
 class BlogsEntryModelImpl
          The base model implementation for the BlogsEntry service.
 

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

Subinterfaces of StagedModel 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 StagedModel
 class BookmarksEntryWrapper
           This class is a wrapper for BookmarksEntry.
 class BookmarksFolderWrapper
           This class is a wrapper for BookmarksFolder.
 

Uses of StagedModel in com.liferay.portlet.bookmarks.model.impl
 

Classes in com.liferay.portlet.bookmarks.model.impl that implement StagedModel
 class BookmarksEntryBaseImpl
          The extended model base implementation for the BookmarksEntry service.
 class BookmarksEntryImpl
           
 class BookmarksEntryModelImpl
          The base model implementation for the BookmarksEntry service.
 class BookmarksFolderBaseImpl
          The extended model base implementation for the BookmarksFolder service.
 class BookmarksFolderImpl
           
 class BookmarksFolderModelImpl
          The base model implementation for the BookmarksFolder service.
 

Uses of StagedModel in com.liferay.portlet.calendar.model
 

Subinterfaces of StagedModel in com.liferay.portlet.calendar.model
 interface CalEvent
          The extended model interface for the CalEvent service.
 interface CalEventModel
          The base model interface for the CalEvent service.
 

Classes in com.liferay.portlet.calendar.model that implement StagedModel
 class CalEventWrapper
           This class is a wrapper for CalEvent.
 

Uses of StagedModel in com.liferay.portlet.calendar.model.impl
 

Classes in com.liferay.portlet.calendar.model.impl that implement StagedModel
 class CalEventBaseImpl
          The extended model base implementation for the CalEvent service.
 class CalEventImpl
           
 class CalEventModelImpl
          The base model implementation for the CalEvent service.
 

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

Subinterfaces of StagedModel in com.liferay.portlet.documentlibrary.model
 interface DLFileEntry
          The extended model interface for the DLFileEntry service.
 interface DLFileEntryModel
          The base model interface for the DLFileEntry service.
 interface DLFileEntryType
          The extended model interface for the DLFileEntryType service.
 interface DLFileEntryTypeModel
          The base model interface for the DLFileEntryType service.
 interface DLFileRank
          The extended model interface for the DLFileRank service.
 interface DLFileRankModel
          The base model interface for the DLFileRank service.
 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 StagedModel
 class DLFileEntryTypeWrapper
           This class is a wrapper for DLFileEntryType.
 class DLFileEntryWrapper
           This class is a wrapper for DLFileEntry.
 class DLFileRankWrapper
           This class is a wrapper for DLFileRank.
 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 StagedModel in com.liferay.portlet.documentlibrary.model.impl
 

Classes in com.liferay.portlet.documentlibrary.model.impl that implement StagedModel
 class DLFileEntryBaseImpl
          The extended model base implementation for the DLFileEntry service.
 class DLFileEntryImpl
           
 class DLFileEntryModelImpl
          The base model implementation for the DLFileEntry service.
 class DLFileEntryTypeBaseImpl
          The extended model base implementation for the DLFileEntryType service.
 class DLFileEntryTypeImpl
           
 class DLFileEntryTypeModelImpl
          The base model implementation for the DLFileEntryType service.
 class DLFileRankBaseImpl
          The extended model base implementation for the DLFileRank service.
 class DLFileRankImpl
           
 class DLFileRankModelImpl
          The base model implementation for the DLFileRank service.
 class DLFileShortcutBaseImpl
          The extended model base implementation for the DLFileShortcut service.
 class DLFileShortcutImpl
           
 class DLFileShortcutModelImpl
          The base model implementation for the DLFileShortcut service.
 class DLFileVersionBaseImpl
          The extended model base implementation for the DLFileVersion service.
 class DLFileVersionImpl
           
 class DLFileVersionModelImpl
          The base model implementation for the DLFileVersion service.
 class DLFolderBaseImpl
          The extended model base implementation for the DLFolder service.
 class DLFolderImpl
           
 class DLFolderModelImpl
          The base model implementation for the DLFolder service.
 

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

Subinterfaces of StagedModel in com.liferay.portlet.dynamicdatalists.model
 interface DDLRecord
          The extended model interface for the DDLRecord service.
 interface DDLRecordModel
          The base model interface for the DDLRecord service.
 interface DDLRecordSet
          The extended model interface for the DDLRecordSet service.
 interface DDLRecordSetModel
          The base model interface for the DDLRecordSet service.
 

Classes in com.liferay.portlet.dynamicdatalists.model that implement StagedModel
 class DDLRecordSetWrapper
           This class is a wrapper for DDLRecordSet.
 class DDLRecordWrapper
           This class is a wrapper for DDLRecord.
 

Uses of StagedModel in com.liferay.portlet.dynamicdatalists.model.impl
 

Classes in com.liferay.portlet.dynamicdatalists.model.impl that implement StagedModel
 class DDLRecordBaseImpl
          The extended model base implementation for the DDLRecord service.
 class DDLRecordImpl
           
 class DDLRecordModelImpl
          The base model implementation for the DDLRecord service.
 class DDLRecordSetBaseImpl
          The extended model base implementation for the DDLRecordSet service.
 class DDLRecordSetImpl
           
 class DDLRecordSetModelImpl
          The base model implementation for the DDLRecordSet service.
 

Uses of StagedModel in com.liferay.portlet.dynamicdatamapping.model
 

Subinterfaces of StagedModel in com.liferay.portlet.dynamicdatamapping.model
 interface DDMContent
          The extended model interface for the DDMContent service.
 interface DDMContentModel
          The base model interface for the DDMContent service.
 interface DDMStructure
          The extended model interface for the DDMStructure service.
 interface DDMStructureModel
          The base model interface for the DDMStructure service.
 interface DDMTemplate
          The extended model interface for the DDMTemplate service.
 interface DDMTemplateModel
          The base model interface for the DDMTemplate service.
 

Classes in com.liferay.portlet.dynamicdatamapping.model that implement StagedModel
 class DDMContentWrapper
           This class is a wrapper for DDMContent.
 class DDMStructureWrapper
           This class is a wrapper for DDMStructure.
 class DDMTemplateWrapper
           This class is a wrapper for DDMTemplate.
 

Uses of StagedModel in com.liferay.portlet.dynamicdatamapping.model.impl
 

Classes in com.liferay.portlet.dynamicdatamapping.model.impl that implement StagedModel
 class DDMContentBaseImpl
          The extended model base implementation for the DDMContent service.
 class DDMContentImpl
           
 class DDMContentModelImpl
          The base model implementation for the DDMContent service.
 class DDMStructureBaseImpl
          The extended model base implementation for the DDMStructure service.
 class DDMStructureImpl
           
 class DDMStructureModelImpl
          The base model implementation for the DDMStructure service.
 class DDMTemplateBaseImpl
          The extended model base implementation for the DDMTemplate service.
 class DDMTemplateImpl
           
 class DDMTemplateModelImpl
          The base model implementation for the DDMTemplate service.
 

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

Subinterfaces of StagedModel 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 JournalFeed
          The extended model interface for the JournalFeed service.
 interface JournalFeedModel
          The base model interface for the JournalFeed service.
 interface JournalFolder
          The extended model interface for the JournalFolder service.
 interface JournalFolderModel
          The base model interface for the JournalFolder service.
 interface JournalStructure
          The extended model interface for the JournalStructure service.
 interface JournalStructureModel
          The base model interface for the JournalStructure service.
 interface JournalTemplate
          The extended model interface for the JournalTemplate service.
 interface JournalTemplateModel
          The base model interface for the JournalTemplate service.
 

Classes in com.liferay.portlet.journal.model that implement StagedModel
 class JournalArticleWrapper
           This class is a wrapper for JournalArticle.
 class JournalFeedWrapper
           This class is a wrapper for JournalFeed.
 class JournalFolderWrapper
           This class is a wrapper for JournalFolder.
 class JournalStructureWrapper
           This class is a wrapper for JournalStructure.
 class JournalTemplateWrapper
           This class is a wrapper for JournalTemplate.
 

Uses of StagedModel in com.liferay.portlet.journal.model.impl
 

Classes in com.liferay.portlet.journal.model.impl that implement StagedModel
 class JournalArticleBaseImpl
          The extended model base implementation for the JournalArticle service.
 class JournalArticleImpl
           
 class JournalArticleModelImpl
          The base model implementation for the JournalArticle service.
 class JournalFeedBaseImpl
          The extended model base implementation for the JournalFeed service.
 class JournalFeedImpl
           
 class JournalFeedModelImpl
          The base model implementation for the JournalFeed service.
 class JournalFolderBaseImpl
          The extended model base implementation for the JournalFolder service.
 class JournalFolderImpl
           
 class JournalFolderModelImpl
          The base model implementation for the JournalFolder service.
 class JournalStructureBaseImpl
          The extended model base implementation for the JournalStructure service.
 class JournalStructureImpl
           
 class JournalStructureModelImpl
          The base model implementation for the JournalStructure service.
 class JournalTemplateBaseImpl
          The extended model base implementation for the JournalTemplate service.
 class JournalTemplateImpl
           
 class JournalTemplateModelImpl
          The base model implementation for the JournalTemplate service.
 

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

Subinterfaces of StagedModel 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 MBMailingList
          The extended model interface for the MBMailingList service.
 interface MBMailingListModel
          The base model interface for the MBMailingList service.
 interface MBMessage
          The extended model interface for the MBMessage service.
 interface MBMessageModel
          The base model interface for the MBMessage service.
 

Classes in com.liferay.portlet.messageboards.model that implement StagedModel
 class MBCategoryWrapper
           This class is a wrapper for MBCategory.
 class MBMailingListWrapper
           This class is a wrapper for MBMailingList.
 class MBMessageWrapper
           This class is a wrapper for MBMessage.
 

Uses of StagedModel in com.liferay.portlet.messageboards.model.impl
 

Classes in com.liferay.portlet.messageboards.model.impl that implement StagedModel
 class MBCategoryBaseImpl
          The extended model base implementation for the MBCategory service.
 class MBCategoryImpl
           
 class MBCategoryModelImpl
          The base model implementation for the MBCategory service.
 class MBMailingListBaseImpl
          The extended model base implementation for the MBMailingList service.
 class MBMailingListImpl
           
 class MBMailingListModelImpl
          The base model implementation for the MBMailingList service.
 class MBMessageBaseImpl
          The extended model base implementation for the MBMessage service.
 class MBMessageImpl
           
 class MBMessageModelImpl
          The base model implementation for the MBMessage service.
 

Uses of StagedModel in com.liferay.portlet.mobiledevicerules.model
 

Subinterfaces of StagedModel in com.liferay.portlet.mobiledevicerules.model
 interface MDRAction
          The extended model interface for the MDRAction service.
 interface MDRActionModel
          The base model interface for the MDRAction service.
 interface MDRRule
          The extended model interface for the MDRRule service.
 interface MDRRuleGroup
          The extended model interface for the MDRRuleGroup service.
 interface MDRRuleGroupInstance
          The extended model interface for the MDRRuleGroupInstance service.
 interface MDRRuleGroupInstanceModel
          The base model interface for the MDRRuleGroupInstance service.
 interface MDRRuleGroupModel
          The base model interface for the MDRRuleGroup service.
 interface MDRRuleModel
          The base model interface for the MDRRule service.
 

Classes in com.liferay.portlet.mobiledevicerules.model that implement StagedModel
 class MDRActionWrapper
           This class is a wrapper for MDRAction.
 class MDRRuleGroupInstanceWrapper
           This class is a wrapper for MDRRuleGroupInstance.
 class MDRRuleGroupWrapper
           This class is a wrapper for MDRRuleGroup.
 class MDRRuleWrapper
           This class is a wrapper for MDRRule.
 

Uses of StagedModel in com.liferay.portlet.mobiledevicerules.model.impl
 

Classes in com.liferay.portlet.mobiledevicerules.model.impl that implement StagedModel
 class MDRActionBaseImpl
          The extended model base implementation for the MDRAction service.
 class MDRActionImpl
           
 class MDRActionModelImpl
          The base model implementation for the MDRAction service.
 class MDRRuleBaseImpl
          The extended model base implementation for the MDRRule service.
 class MDRRuleGroupBaseImpl
          The extended model base implementation for the MDRRuleGroup service.
 class MDRRuleGroupImpl
           
 class MDRRuleGroupInstanceBaseImpl
          The extended model base implementation for the MDRRuleGroupInstance service.
 class MDRRuleGroupInstanceImpl
           
 class MDRRuleGroupInstanceModelImpl
          The base model implementation for the MDRRuleGroupInstance service.
 class MDRRuleGroupModelImpl
          The base model implementation for the MDRRuleGroup service.
 class MDRRuleImpl
           
 class MDRRuleModelImpl
          The base model implementation for the MDRRule service.
 

Uses of StagedModel in com.liferay.portlet.polls.model
 

Subinterfaces of StagedModel in com.liferay.portlet.polls.model
 interface PollsQuestion
          The extended model interface for the PollsQuestion service.
 interface PollsQuestionModel
          The base model interface for the PollsQuestion service.
 

Classes in com.liferay.portlet.polls.model that implement StagedModel
 class PollsQuestionWrapper
           This class is a wrapper for PollsQuestion.
 

Uses of StagedModel in com.liferay.portlet.polls.model.impl
 

Classes in com.liferay.portlet.polls.model.impl that implement StagedModel
 class PollsQuestionBaseImpl
          The extended model base implementation for the PollsQuestion service.
 class PollsQuestionImpl
           
 class PollsQuestionModelImpl
          The base model implementation for the PollsQuestion service.
 

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

Subinterfaces of StagedModel 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 StagedModel
 class WikiNodeWrapper
           This class is a wrapper for WikiNode.
 class WikiPageWrapper
           This class is a wrapper for WikiPage.
 

Uses of StagedModel in com.liferay.portlet.wiki.model.impl
 

Classes in com.liferay.portlet.wiki.model.impl that implement StagedModel
 class WikiNodeBaseImpl
          The extended model base implementation for the WikiNode service.
 class WikiNodeImpl
           
 class WikiNodeModelImpl
          The base model implementation for the WikiNode service.
 class WikiPageBaseImpl
          The extended model base implementation for the WikiPage service.
 class WikiPageImpl
           
 class WikiPageModelImpl
          The base model implementation for the WikiPage service.
 


Liferay 6.2.0-ce-m4