com.liferay.portal.model
Interface AuditedModel
- All Known Subinterfaces:
- Account, AccountModel, Address, AddressModel, AnnouncementsEntry, AnnouncementsEntryModel, AssetCategory, AssetCategoryModel, AssetCategoryProperty, AssetCategoryPropertyModel, AssetEntry, AssetEntryModel, AssetTag, AssetTagModel, AssetTagProperty, AssetTagPropertyModel, AssetVocabulary, AssetVocabularyModel, 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, JournalStructure, JournalStructureModel, JournalTemplate, JournalTemplateModel, LayoutRevision, LayoutRevisionModel, LayoutSetBranch, LayoutSetBranchModel, MBBan, MBBanModel, MBCategory, MBCategoryModel, MBMailingList, MBMailingListModel, MBMessage, MBMessageModel, MDRAction, MDRActionModel, MDRRule, MDRRuleGroup, MDRRuleGroupInstance, MDRRuleGroupInstanceModel, MDRRuleGroupModel, MDRRuleModel, PasswordPolicy, PasswordPolicyModel, Phone, PhoneModel, PollsQuestion, PollsQuestionModel, PollsVote, PollsVoteModel, PortletItem, PortletItemModel, RatingsEntry, RatingsEntryModel, Repository, RepositoryModel<T>, RepositoryModel, SCFrameworkVersion, SCFrameworkVersionModel, SCProductEntry, SCProductEntryModel, SCProductVersion, SCProductVersionModel, ShoppingCart, ShoppingCartModel, ShoppingCategory, ShoppingCategoryModel, ShoppingCoupon, ShoppingCouponModel, ShoppingItem, ShoppingItemModel, ShoppingOrder, ShoppingOrderModel, Subscription, SubscriptionModel, Team, TeamModel, Website, WebsiteModel, WikiNode, WikiNodeModel, WikiPage, WikiPageModel, WorkflowDefinitionLink, WorkflowDefinitionLinkModel, WorkflowInstanceLink, WorkflowInstanceLinkModel
- All Known Implementing Classes:
- AccountWrapper, AddressWrapper, AnnouncementsEntryWrapper, AssetCategoryPropertyWrapper, AssetCategoryWrapper, AssetEntryWrapper, AssetTagPropertyWrapper, AssetTagWrapper, AssetVocabularyWrapper, BlogsEntryWrapper, BookmarksEntryWrapper, BookmarksFolderWrapper, CalEventWrapper, ContactWrapper, DDLRecordSetWrapper, DDLRecordWrapper, DDMContentWrapper, DDMStructureWrapper, DDMTemplateWrapper, DLFileEntryTypeWrapper, DLFileEntryWrapper, DLFileShortcutWrapper, DLFileVersionWrapper, DLFolderWrapper, EmailAddressWrapper, FileEntryProxyBean, FileVersionProxyBean, FolderProxyBean, JournalArticleWrapper, JournalFeedWrapper, JournalStructureWrapper, JournalTemplateWrapper, LayoutRevisionWrapper, LayoutSetBranchWrapper, MBBanWrapper, MBCategoryWrapper, MBMailingListWrapper, MBMessageWrapper, MDRActionWrapper, MDRRuleGroupInstanceWrapper, MDRRuleGroupWrapper, MDRRuleWrapper, PasswordPolicyWrapper, PhoneWrapper, PollsQuestionWrapper, PollsVoteWrapper, PortletItemWrapper, RatingsEntryWrapper, RepositoryWrapper, SCFrameworkVersionWrapper, SCProductEntryWrapper, SCProductVersionWrapper, ShoppingCartWrapper, ShoppingCategoryWrapper, ShoppingCouponWrapper, ShoppingItemWrapper, ShoppingOrderWrapper, SubscriptionWrapper, TeamWrapper, WebsiteWrapper, WikiNodeWrapper, WikiPageWrapper, WorkflowDefinitionLinkWrapper, WorkflowInstanceLinkWrapper
public interface AuditedModel
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)