com.liferay.portal.model
Interface AuditedModel
- All Superinterfaces:
- ClassedModel
- All Known Subinterfaces:
- Account, AccountModel, Address, AddressModel, AnnouncementsEntry, AnnouncementsEntryModel, AssetCategory, AssetCategoryModel, AssetCategoryProperty, AssetCategoryPropertyModel, AssetEntry, AssetEntryModel, AssetTag, AssetTagModel, AssetTagProperty, AssetTagPropertyModel, AssetVocabulary, AssetVocabularyModel, BackgroundTask, BackgroundTaskModel, BlogsEntry, BlogsEntryModel, BookmarksEntry, BookmarksEntryModel, BookmarksFolder, BookmarksFolderModel, CalEvent, CalEventModel, Contact, ContactModel, DDLRecord, DDLRecordModel, DDLRecordSet, DDLRecordSetModel, DDMContent, DDMContentModel, DDMStructure, DDMStructureModel, DDMTemplate, DDMTemplateModel, DLFileEntry, DLFileEntryModel, DLFileEntryType, DLFileEntryTypeModel, DLFileShortcut, DLFileShortcutModel, DLFileVersion, DLFileVersionModel, DLFolder, DLFolderModel, EmailAddress, EmailAddressModel, FileEntry, FileVersion, Folder, GroupedModel, JournalArticle, JournalArticleModel, JournalFeed, JournalFeedModel, JournalFolder, JournalFolderModel, Layout, LayoutFriendlyURL, LayoutFriendlyURLModel, LayoutModel, LayoutPrototype, LayoutPrototypeModel, LayoutRevision, LayoutRevisionModel, LayoutSetBranch, LayoutSetBranchModel, LayoutSetPrototype, LayoutSetPrototypeModel, MBBan, MBBanModel, MBCategory, MBCategoryModel, MBDiscussion, MBDiscussionModel, MBMailingList, MBMailingListModel, MBMessage, MBMessageModel, MBThread, MBThreadFlag, MBThreadFlagModel, MBThreadModel, MDRAction, MDRActionModel, MDRRule, MDRRuleGroup, MDRRuleGroupInstance, MDRRuleGroupInstanceModel, MDRRuleGroupModel, MDRRuleModel, Organization, OrganizationModel, PasswordPolicy, PasswordPolicyModel, Phone, PhoneModel, PollsChoice, PollsChoiceModel, PollsQuestion, PollsQuestionModel, PollsVote, PollsVoteModel, PortletItem, PortletItemModel, RatingsEntry, RatingsEntryModel, Repository, RepositoryEntry, RepositoryEntryModel, RepositoryModel<T>, RepositoryModel, Role, RoleModel, SCFrameworkVersion, SCFrameworkVersionModel, SCProductEntry, SCProductEntryModel, SCProductVersion, SCProductVersionModel, ShoppingCart, ShoppingCartModel, ShoppingCategory, ShoppingCategoryModel, ShoppingCoupon, ShoppingCouponModel, ShoppingItem, ShoppingItemModel, ShoppingOrder, ShoppingOrderModel, StagedAuditedModel, StagedGroupedModel, Subscription, SubscriptionModel, Team, TeamModel, UserGroup, UserGroupModel, Website, WebsiteModel, WikiNode, WikiNodeModel, WikiPage, WikiPageModel, WorkflowDefinitionLink, WorkflowDefinitionLinkModel, WorkflowInstanceLink, WorkflowInstanceLinkModel
- All Known Implementing Classes:
- AccountWrapper, AddressWrapper, AnnouncementsEntryWrapper, AssetCategoryPropertyWrapper, AssetCategoryWrapper, AssetEntryWrapper, AssetTagPropertyWrapper, AssetTagWrapper, AssetVocabularyWrapper, BackgroundTaskWrapper, BlogsEntryWrapper, BookmarksEntryWrapper, BookmarksFolderWrapper, CalEventWrapper, ContactWrapper, DDLRecordSetWrapper, DDLRecordWrapper, DDMContentWrapper, DDMStructureWrapper, DDMTemplateWrapper, DLFileEntryTypeWrapper, DLFileEntryWrapper, DLFileShortcutWrapper, DLFileVersionWrapper, DLFolderWrapper, EmailAddressWrapper, FileEntryProxyBean, FileEntryWrapper, FileVersionProxyBean, FileVersionWrapper, FolderProxyBean, FolderWrapper, JournalArticleWrapper, JournalFeedWrapper, JournalFolderWrapper, LayoutFriendlyURLWrapper, LayoutPrototypeWrapper, LayoutRevisionWrapper, LayoutSetBranchWrapper, LayoutSetPrototypeWrapper, LayoutWrapper, MBBanWrapper, MBCategoryWrapper, MBDiscussionWrapper, MBMailingListWrapper, MBMessageWrapper, MBThreadFlagWrapper, MBThreadWrapper, MDRActionWrapper, MDRRuleGroupInstanceWrapper, MDRRuleGroupWrapper, MDRRuleWrapper, OrganizationWrapper, PasswordPolicyWrapper, PhoneWrapper, PollsChoiceWrapper, PollsQuestionWrapper, PollsVoteWrapper, PortletItemWrapper, RatingsEntryWrapper, RepositoryEntryWrapper, RepositoryWrapper, RoleWrapper, SCFrameworkVersionWrapper, SCProductEntryWrapper, SCProductVersionWrapper, ShoppingCartWrapper, ShoppingCategoryWrapper, ShoppingCouponWrapper, ShoppingItemWrapper, ShoppingOrderWrapper, SubscriptionWrapper, TeamWrapper, UserGroupWrapper, WebsiteWrapper, WikiNodeWrapper, WikiPageWrapper, WorkflowDefinitionLinkWrapper, WorkflowInstanceLinkWrapper
public interface AuditedModel
- extends ClassedModel
getCompanyId
long getCompanyId()
getCreateDate
Date getCreateDate()
getModifiedDate
Date getModifiedDate()
getUserId
long getUserId()
getUserName
String getUserName()
getUserUuid
String getUserUuid()
throws SystemException
- Throws:
SystemException
setCompanyId
void setCompanyId(long companyId)
setCreateDate
void setCreateDate(Date date)
setModifiedDate
void setModifiedDate(Date date)
setUserId
void setUserId(long userId)
setUserName
void setUserName(String userName)
setUserUuid
void setUserUuid(String userUuid)