Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface GroupedModel

All Superinterfaces:
AuditedModel, ClassedModel
All Known Subinterfaces:
AssetCategory, AssetCategoryModel, AssetEntry, AssetEntryModel, AssetTag, AssetTagModel, AssetVocabulary, AssetVocabularyModel, BackgroundTask, BackgroundTaskModel, 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, LayoutRevision, LayoutRevisionModel, LayoutSetBranch, LayoutSetBranchModel, 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, PortletItem, PortletItemModel, Repository, RepositoryEntry, RepositoryEntryModel, RepositoryModel<T>, RepositoryModel, SCFrameworkVersion, SCFrameworkVersionModel, SCProductEntry, SCProductEntryModel, ShoppingCart, ShoppingCartModel, ShoppingCategory, ShoppingCategoryModel, ShoppingCoupon, ShoppingCouponModel, ShoppingItem, ShoppingItemModel, ShoppingOrder, ShoppingOrderModel, StagedGroupedModel, Team, TeamModel, WikiNode, WikiNodeModel, WikiPage, WikiPageModel, WorkflowDefinitionLink, WorkflowDefinitionLinkModel, WorkflowInstanceLink, WorkflowInstanceLinkModel
All Known Implementing Classes:
AssetCategoryWrapper, AssetEntryWrapper, AssetTagWrapper, AssetVocabularyWrapper, BackgroundTaskWrapper, BlogsEntryWrapper, BookmarksEntryWrapper, BookmarksFolderWrapper, CalEventWrapper, DDLRecordSetWrapper, DDLRecordWrapper, DDMContentWrapper, DDMStructureWrapper, DDMTemplateWrapper, DLFileEntryTypeWrapper, DLFileEntryWrapper, DLFileShortcutWrapper, DLFileVersionWrapper, DLFolderWrapper, FileEntryProxyBean, FileEntryWrapper, FileVersionProxyBean, FileVersionWrapper, FolderProxyBean, FolderWrapper, JournalArticleWrapper, JournalFeedWrapper, JournalFolderWrapper, LayoutFriendlyURLWrapper, LayoutRevisionWrapper, LayoutSetBranchWrapper, LayoutWrapper, MBBanWrapper, MBCategoryWrapper, MBDiscussionWrapper, MBMailingListWrapper, MBMessageWrapper, MBThreadFlagWrapper, MBThreadWrapper, MDRActionWrapper, MDRRuleGroupInstanceWrapper, MDRRuleGroupWrapper, MDRRuleWrapper, PollsChoiceWrapper, PollsQuestionWrapper, PollsVoteWrapper, PortletItemWrapper, RepositoryEntryWrapper, RepositoryWrapper, SCFrameworkVersionWrapper, SCProductEntryWrapper, ShoppingCartWrapper, ShoppingCategoryWrapper, ShoppingCouponWrapper, ShoppingItemWrapper, ShoppingOrderWrapper, TeamWrapper, WikiNodeWrapper, WikiPageWrapper, WorkflowDefinitionLinkWrapper, WorkflowInstanceLinkWrapper

public interface GroupedModel
extends AuditedModel


Method Summary
 long getGroupId()
           
 void setGroupId(long groupId)
           
 
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
 

Method Detail

getGroupId

long getGroupId()

setGroupId

void setGroupId(long groupId)

Liferay 6.2-ce-ga5