Interface AuditedModel

All Superinterfaces:
ClassedModel
All Known Subinterfaces:
Address, AddressModel, AnnouncementsEntry, AnnouncementsEntryModel, AssetCategory, AssetCategoryModel, AssetEntry, AssetEntryModel, AssetTag, AssetTagModel, AssetVocabulary, AssetVocabularyModel, Company, CompanyModel, Contact, ContactModel, Country, CountryModel, DDMStructure, DDMTemplate, DLFileEntry, DLFileEntryModel, DLFileEntryType, DLFileEntryTypeModel, DLFileShortcut, DLFileShortcutModel, DLFileVersion, DLFileVersionModel, DLFolder, DLFolderModel, EmailAddress, EmailAddressModel, ExportImportConfiguration, ExportImportConfigurationModel, FileEntry, FileShortcut, FileVersion, Folder, GroupedModel, Layout, LayoutFriendlyURL, LayoutFriendlyURLModel, LayoutModel, LayoutPrototype, LayoutPrototypeModel, LayoutRevision, LayoutRevisionModel, LayoutSetBranch, LayoutSetBranchModel, LayoutSetPrototype, LayoutSetPrototypeModel, ListType, ListTypeModel, Organization, OrganizationModel, PasswordPolicy, PasswordPolicyModel, Phone, PhoneModel, PortletItem, PortletItemModel, RatingsEntry, RatingsEntryModel, Region, RegionModel, Repository, RepositoryEntry, RepositoryEntryModel, RepositoryModel, RepositoryModel<T>, Role, RoleModel, StagedAuditedModel, StagedGroupedModel, StagedGroupedWorkflowDefinitionLink, Subscription, SubscriptionModel, Team, TeamModel, UserGroup, UserGroupModel, Website, WebsiteModel, WorkflowDefinitionLink, WorkflowDefinitionLinkModel, WorkflowInstanceLink, WorkflowInstanceLinkModel
All Known Implementing Classes:
AddressWrapper, AnnouncementsEntryWrapper, AssetCategoryWrapper, AssetEntryWrapper, AssetTagWrapper, AssetVocabularyWrapper, CompanyWrapper, ContactWrapper, CountryWrapper, DLFileEntryTypeWrapper, DLFileEntryWrapper, DLFileShortcutWrapper, DLFileVersionWrapper, DLFolderWrapper, EmailAddressWrapper, ExportImportConfigurationWrapper, FileEntryProxyBean, FileEntryWrapper, FileShortcutProxyBean, FileShortcutWrapper, FileVersionProxyBean, FileVersionWrapper, FolderProxyBean, FolderWrapper, LayoutFriendlyURLWrapper, LayoutPrototypeWrapper, LayoutRevisionWrapper, LayoutSetBranchWrapper, LayoutSetPrototypeWrapper, LayoutWrapper, ListTypeWrapper, OrganizationWrapper, PasswordPolicyWrapper, PhoneWrapper, PortletItemWrapper, RatingsEntryWrapper, RegionWrapper, RepositoryEntryWrapper, RepositoryWrapper, RoleWrapper, SubscriptionWrapper, TeamWrapper, UserGroupWrapper, VirtualLayout, WebsiteWrapper, WorkflowDefinitionLinkWrapper, WorkflowInstanceLinkWrapper

public interface AuditedModel extends ClassedModel
Author:
Brian Wing Shun Chan
  • Method Details

    • getCompanyId

      long getCompanyId()
    • getCreateDate

      Date getCreateDate()
    • getModifiedDate

      Date getModifiedDate()
    • getUserId

      long getUserId()
    • getUserName

      String getUserName()
    • getUserUuid

      String getUserUuid()
    • 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)