JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Liferay 7.3.4-ga5 portal-kernel
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.liferay.portal.kernel.model
Interface PersistedModel
All Known Subinterfaces:
Account
,
Address
,
AnnouncementsDelivery
,
AnnouncementsEntry
,
AnnouncementsFlag
,
AssetCategory
,
AssetCategoryProperty
,
AssetEntry
,
AssetLink
,
AssetTag
,
AssetVocabulary
,
BrowserTracker
,
ClassName
,
Company
,
CompanyInfo
,
Contact
,
DLFileEntry
,
DLFileEntryMetadata
,
DLFileEntryType
,
DLFileShortcut
,
DLFileVersion
,
DLFolder
,
EmailAddress
,
ExpandoColumn
,
ExpandoRow
,
ExpandoTable
,
ExpandoValue
,
ExportImportConfiguration
,
Group
,
Image
,
Layout
,
LayoutBranch
,
LayoutFriendlyURL
,
LayoutPrototype
,
LayoutRevision
,
LayoutSet
,
LayoutSetBranch
,
LayoutSetPrototype
,
ListType
,
MembershipRequest
,
Organization
,
OrgLabor
,
PasswordPolicy
,
PasswordPolicyRel
,
PasswordTracker
,
Phone
,
PluginSetting
,
PortalPreferences
,
Portlet
,
PortletItem
,
PortletPreferences
,
RatingsEntry
,
RatingsStats
,
RecentLayoutBranch
,
RecentLayoutRevision
,
RecentLayoutSetBranch
,
Release
,
Repository
,
RepositoryEntry
,
ResourceAction
,
ResourcePermission
,
Role
,
ServiceComponent
,
SocialActivity
,
SocialActivityAchievement
,
SocialActivityCounter
,
SocialActivityLimit
,
SocialActivitySet
,
SocialActivitySetting
,
SocialRelation
,
SocialRequest
,
StagedAssetLink
,
StagedExpandoColumn
,
StagedExpandoTable
,
StagedGroupedWorkflowDefinitionLink
,
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
,
AssetTagWrapper
,
AssetVocabularyWrapper
,
BrowserTrackerWrapper
,
ClassNameWrapper
,
CompanyInfoWrapper
,
CompanyWrapper
,
ContactWrapper
,
DLFileEntryMetadataWrapper
,
DLFileEntryTypeWrapper
,
DLFileEntryWrapper
,
DLFileShortcutWrapper
,
DLFileVersionWrapper
,
DLFolderWrapper
,
EmailAddressWrapper
,
ExpandoColumnWrapper
,
ExpandoRowWrapper
,
ExpandoTableWrapper
,
ExpandoValueWrapper
,
ExportImportConfigurationWrapper
,
GroupWrapper
,
ImageWrapper
,
LayoutBranchWrapper
,
LayoutFriendlyURLWrapper
,
LayoutPrototypeWrapper
,
LayoutRevisionWrapper
,
LayoutSetBranchWrapper
,
LayoutSetPrototypeWrapper
,
LayoutSetWrapper
,
LayoutWrapper
,
ListTypeWrapper
,
MembershipRequestWrapper
,
OrganizationWrapper
,
OrgLaborWrapper
,
PasswordPolicyRelWrapper
,
PasswordPolicyWrapper
,
PasswordTrackerWrapper
,
PhoneWrapper
,
PluginSettingWrapper
,
PortalPreferencesWrapper
,
PortletItemWrapper
,
PortletPreferencesWrapper
,
PortletWrapper
,
RatingsEntryWrapper
,
RatingsStatsWrapper
,
RecentLayoutBranchWrapper
,
RecentLayoutRevisionWrapper
,
RecentLayoutSetBranchWrapper
,
ReleaseWrapper
,
RepositoryEntryWrapper
,
RepositoryWrapper
,
ResourceActionWrapper
,
ResourcePermissionWrapper
,
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
Author:
Connor McKay
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
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.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Liferay 7.3.4-ga5 portal-kernel
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method