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, DLFileEntry, DLFileEntryModel, DLFileShortcut, DLFileShortcutModel, DLFolder, DLFolderModel, EmailAddress, EmailAddressModel, GroupedModel, IGFolder, IGFolderModel, IGImage, IGImageModel, JournalArticle, JournalArticleModel, JournalFeed, JournalFeedModel, JournalStructure, JournalStructureModel, JournalTemplate, JournalTemplateModel, MBBan, MBBanModel, MBCategory, MBCategoryModel, MBMailingList, MBMailingListModel, MBMessage, MBMessageModel, PasswordPolicy, PasswordPolicyModel, Phone, PhoneModel, PollsQuestion, PollsQuestionModel, PortletItem, PortletItemModel, RatingsEntry, RatingsEntryModel, SCFrameworkVersion, SCFrameworkVersionModel, SCProductEntry, SCProductEntryModel, SCProductVersion, SCProductVersionModel, ShoppingCart, ShoppingCartModel, ShoppingCategory, ShoppingCategoryModel, ShoppingCoupon, ShoppingCouponModel, ShoppingItem, ShoppingItemModel, ShoppingOrder, ShoppingOrderModel, Subscription, SubscriptionModel, TasksProposal, TasksProposalModel, TasksReview, TasksReviewModel, 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, DLFileEntryWrapper, DLFileShortcutWrapper, DLFolderWrapper, EmailAddressWrapper, IGFolderWrapper, IGImageWrapper, JournalArticleWrapper, JournalFeedWrapper, JournalStructureWrapper, JournalTemplateWrapper, MBBanWrapper, MBCategoryWrapper, MBMailingListWrapper, MBMessageWrapper, PasswordPolicyWrapper, PhoneWrapper, PollsQuestionWrapper, PortletItemWrapper, RatingsEntryWrapper, SCFrameworkVersionWrapper, SCProductEntryWrapper, SCProductVersionWrapper, ShoppingCartWrapper, ShoppingCategoryWrapper, ShoppingCouponWrapper, ShoppingItemWrapper, ShoppingOrderWrapper, SubscriptionWrapper, TasksProposalWrapper, TasksReviewWrapper, 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)