Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface StagedGroupedModel

All Superinterfaces:
AuditedModel, ClassedModel, GroupedModel, StagedModel
All Known Subinterfaces:
AssetCategory, AssetCategoryModel, AssetVocabulary, AssetVocabularyModel, BlogsEntry, BlogsEntryModel, BookmarksEntry, BookmarksEntryModel, BookmarksFolder, BookmarksFolderModel, CalEvent, CalEventModel, DDLRecord, DDLRecordModel, DDLRecordSet, DDLRecordSetModel, DDMContent, DDMContentModel, DDMStructure, DDMStructureModel, DDMTemplate, DDMTemplateModel, DLFileEntry, DLFileEntryModel, DLFileEntryType, DLFileEntryTypeModel, DLFileShortcut, DLFileShortcutModel, DLFileVersion, DLFileVersionModel, DLFolder, DLFolderModel, FileEntry, FileVersion, Folder, JournalArticle, JournalArticleModel, JournalFeed, JournalFeedModel, JournalFolder, JournalFolderModel, Layout, LayoutFriendlyURL, LayoutFriendlyURLModel, LayoutModel, MBBan, MBBanModel, MBCategory, MBCategoryModel, MBDiscussion, MBDiscussionModel, MBMailingList, MBMailingListModel, MBMessage, MBMessageModel, MBThread, MBThreadFlag, MBThreadFlagModel, MBThreadModel, MDRAction, MDRActionModel, MDRRule, MDRRuleGroup, MDRRuleGroupInstance, MDRRuleGroupInstanceModel, MDRRuleGroupModel, MDRRuleModel, PollsChoice, PollsChoiceModel, PollsQuestion, PollsQuestionModel, PollsVote, PollsVoteModel, Repository, RepositoryEntry, RepositoryEntryModel, RepositoryModel<T>, RepositoryModel, WikiNode, WikiNodeModel, WikiPage, WikiPageModel
All Known Implementing Classes:
AssetCategoryWrapper, AssetVocabularyWrapper, BlogsEntryWrapper, BookmarksEntryWrapper, BookmarksFolderWrapper, CalEventWrapper, DDLRecordSetWrapper, DDLRecordWrapper, DDMContentWrapper, DDMStructureWrapper, DDMTemplateWrapper, DLFileEntryTypeWrapper, DLFileEntryWrapper, DLFileShortcutWrapper, DLFileVersionWrapper, DLFolderWrapper, FileEntryProxyBean, FileEntryWrapper, FileVersionProxyBean, FileVersionWrapper, FolderProxyBean, FolderWrapper, JournalArticleWrapper, JournalFeedWrapper, JournalFolderWrapper, LayoutFriendlyURLWrapper, LayoutWrapper, MBBanWrapper, MBCategoryWrapper, MBDiscussionWrapper, MBMailingListWrapper, MBMessageWrapper, MBThreadFlagWrapper, MBThreadWrapper, MDRActionWrapper, MDRRuleGroupInstanceWrapper, MDRRuleGroupWrapper, MDRRuleWrapper, PollsChoiceWrapper, PollsQuestionWrapper, PollsVoteWrapper, RepositoryEntryWrapper, RepositoryWrapper, WikiNodeWrapper, WikiPageWrapper

public interface StagedGroupedModel
extends GroupedModel, StagedModel


Method Summary
 
Methods inherited from interface com.liferay.portal.model.GroupedModel
getGroupId, setGroupId
 
Methods inherited from interface com.liferay.portal.model.AuditedModel
getCompanyId, getCreateDate, getModifiedDate, getUserId, getUserName, getUserUuid, setCompanyId, setCreateDate, setModifiedDate, setUserId, setUserName, setUserUuid
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, setPrimaryKeyObj
 
Methods inherited from interface com.liferay.portal.model.StagedModel
clone, getCompanyId, getCreateDate, getModifiedDate, getStagedModelType, getUuid, setCompanyId, setCreateDate, setModifiedDate, setUuid
 


Liferay 6.2-ce-ga5