Liferay 7.0-ga1 portal-kernel

com.liferay.portal.kernel.model
Interface PersistedModel

All Known Subinterfaces:
Account, Address, AnnouncementsDelivery, AnnouncementsEntry, AnnouncementsFlag, AssetCategory, AssetCategoryProperty, AssetEntry, AssetLink, AssetTag, AssetTagStats, AssetVocabulary, BlogsEntry, BlogsStatsUser, BrowserTracker, ClassName, ClusterGroup, Company, Contact, Counter, DLContent, DLFileEntry, DLFileEntryMetadata, DLFileEntryType, DLFileRank, DLFileShortcut, DLFileVersion, DLFolder, DLSyncEvent, EmailAddress, ExpandoColumn, ExpandoRow, ExpandoTable, ExpandoValue, ExportImportConfiguration, Group, Image, Layout, LayoutBranch, LayoutFriendlyURL, LayoutPrototype, LayoutRevision, LayoutSet, LayoutSetBranch, LayoutSetPrototype, ListType, MBBan, MBCategory, MBDiscussion, MBMailingList, MBMessage, MBStatsUser, MBThread, MBThreadFlag, MembershipRequest, Organization, OrgLabor, PasswordPolicy, PasswordPolicyRel, PasswordTracker, PermissionedModel, Phone, PluginSetting, PortalPreferences, Portlet, PortletItem, PortletPreferences, RatingsEntry, RatingsStats, RecentLayoutBranch, RecentLayoutRevision, RecentLayoutSetBranch, Release, Repository, RepositoryEntry, ResourceAction, ResourceBlock, ResourceBlockPermission, ResourcePermission, ResourceTypePermission, Role, ServiceComponent, SocialActivity, SocialActivityAchievement, SocialActivityCounter, SocialActivityLimit, SocialActivitySet, SocialActivitySetting, SocialRelation, SocialRequest, StagedAssetLink, Subscription, SystemEvent, Team, Ticket, TrashEntry, TrashVersion, User, UserGroup, UserGroupGroupRole, UserGroupRole, UserIdMapper, UserNotificationDelivery, UserNotificationEvent, UserTracker, UserTrackerPath, VirtualHost, WebDAVProps, Website, WorkflowDefinitionLink, WorkflowInstanceLink
All Known Implementing Classes:
AccountWrapper, AddressWrapper, AnnouncementsDeliveryWrapper, AnnouncementsEntryWrapper, AnnouncementsFlagWrapper, AssetCategoryPropertyWrapper, AssetCategoryWrapper, AssetEntryWrapper, AssetLinkWrapper, AssetTagStatsWrapper, AssetTagWrapper, AssetVocabularyWrapper, BlogsEntryWrapper, BlogsStatsUserWrapper, BrowserTrackerWrapper, ClassNameWrapper, ClusterGroupWrapper, CompanyWrapper, ContactWrapper, CounterWrapper, DLContentWrapper, DLFileEntryMetadataWrapper, DLFileEntryTypeWrapper, DLFileEntryWrapper, DLFileRankWrapper, DLFileShortcutWrapper, DLFileVersionWrapper, DLFolderWrapper, DLSyncEventWrapper, EmailAddressWrapper, ExpandoColumnWrapper, ExpandoRowWrapper, ExpandoTableWrapper, ExpandoValueWrapper, ExportImportConfigurationWrapper, GroupWrapper, ImageWrapper, LayoutBranchWrapper, LayoutFriendlyURLWrapper, LayoutPrototypeWrapper, LayoutRevisionWrapper, LayoutSetBranchWrapper, LayoutSetPrototypeWrapper, LayoutSetWrapper, LayoutWrapper, ListTypeWrapper, MBBanWrapper, MBCategoryWrapper, MBDiscussionWrapper, MBMailingListWrapper, MBMessageWrapper, MBStatsUserWrapper, MBThreadFlagWrapper, MBThreadWrapper, MembershipRequestWrapper, OrganizationWrapper, OrgLaborWrapper, PasswordPolicyRelWrapper, PasswordPolicyWrapper, PasswordTrackerWrapper, PhoneWrapper, PluginSettingWrapper, PortalPreferencesWrapper, PortletItemWrapper, PortletPreferencesWrapper, PortletWrapper, RatingsEntryWrapper, RatingsStatsWrapper, RecentLayoutBranchWrapper, RecentLayoutRevisionWrapper, RecentLayoutSetBranchWrapper, ReleaseWrapper, RepositoryEntryWrapper, RepositoryWrapper, ResourceActionWrapper, ResourceBlockPermissionWrapper, ResourceBlockWrapper, ResourcePermissionWrapper, ResourceTypePermissionWrapper, RoleWrapper, ServiceComponentWrapper, SocialActivityAchievementWrapper, SocialActivityCounterWrapper, SocialActivityLimitWrapper, SocialActivitySettingWrapper, SocialActivitySetWrapper, SocialActivityWrapper, SocialRelationWrapper, SocialRequestWrapper, SubscriptionWrapper, SystemEventWrapper, TeamWrapper, TicketWrapper, TrashEntryWrapper, TrashVersionWrapper, UserGroupGroupRoleWrapper, UserGroupRoleWrapper, UserGroupWrapper, UserIdMapperWrapper, UserNotificationDeliveryWrapper, UserNotificationEventWrapper, UserTrackerPathWrapper, UserTrackerWrapper, UserWrapper, VirtualHostWrapper, VirtualLayout, WebDAVPropsWrapper, WebsiteWrapper, WorkflowDefinitionLinkWrapper, WorkflowInstanceLinkWrapper

public interface PersistedModel


Method Summary
 void persist()
          Updates this model instance in the database or adds it if it does not yet exist.
 

Method Detail

persist

void persist()
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.


Liferay 7.0-ga1 portal-kernel