Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface PersistedModel

All Known Subinterfaces:
Account, Address, AnnouncementsDelivery, AnnouncementsEntry, AnnouncementsFlag, AssetCategory, AssetCategoryProperty, AssetEntry, AssetLink, AssetTag, AssetTagProperty, AssetTagStats, AssetVocabulary, BackgroundTask, BlogsEntry, BlogsStatsUser, BookmarksEntry, BookmarksFolder, BrowserTracker, CalEvent, ClassName, ClusterGroup, Company, Contact, Counter, DDLRecord, DDLRecordSet, DDMContent, DDMStorageLink, DDMStructure, DDMStructureLink, DDMTemplate, DLContent, DLFileEntry, DLFileEntryMetadata, DLFileEntryType, DLFileRank, DLFileShortcut, DLFileVersion, DLFolder, DLSyncEvent, EmailAddress, ExpandoColumn, ExpandoRow, ExpandoTable, ExpandoValue, Group, Image, JournalArticle, JournalArticleImage, JournalArticleResource, JournalContentSearch, JournalFeed, JournalFolder, Layout, LayoutBranch, LayoutFriendlyURL, LayoutPrototype, LayoutRevision, LayoutSet, LayoutSetBranch, LayoutSetPrototype, Lock, MBBan, MBCategory, MBDiscussion, MBMailingList, MBMessage, MBStatsUser, MBThread, MBThreadFlag, MDRAction, MDRRule, MDRRuleGroup, MDRRuleGroupInstance, MembershipRequest, Organization, OrgLabor, PasswordPolicy, PasswordPolicyRel, PasswordTracker, PermissionedModel, Phone, PluginSetting, PollsChoice, PollsQuestion, PollsVote, PortalPreferences, Portlet, PortletItem, PortletPreferences, RatingsEntry, RatingsStats, Release, Repository, RepositoryEntry, ResourceAction, ResourceBlock, ResourceBlockPermission, ResourcePermission, ResourceTypePermission, Role, SCFrameworkVersion, SCLicense, SCProductEntry, SCProductScreenshot, SCProductVersion, ServiceComponent, Shard, ShoppingCart, ShoppingCategory, ShoppingCoupon, ShoppingItem, ShoppingItemField, ShoppingItemPrice, ShoppingOrder, ShoppingOrderItem, SocialActivity, SocialActivityAchievement, SocialActivityCounter, SocialActivityLimit, SocialActivitySet, SocialActivitySetting, SocialRelation, SocialRequest, Subscription, SystemEvent, Team, Ticket, TrashEntry, TrashVersion, User, UserGroup, UserGroupGroupRole, UserGroupRole, UserIdMapper, UserNotificationDelivery, UserNotificationEvent, UserTracker, UserTrackerPath, VirtualHost, WebDAVProps, Website, WikiNode, WikiPage, WikiPageResource, WorkflowDefinitionLink, WorkflowInstanceLink
All Known Implementing Classes:
AccountWrapper, AddressWrapper, AnnouncementsDeliveryWrapper, AnnouncementsEntryWrapper, AnnouncementsFlagWrapper, AssetCategoryPropertyWrapper, AssetCategoryWrapper, AssetEntryWrapper, AssetLinkWrapper, AssetTagPropertyWrapper, AssetTagStatsWrapper, AssetTagWrapper, AssetVocabularyWrapper, BackgroundTaskWrapper, BlogsEntryWrapper, BlogsStatsUserWrapper, BookmarksEntryWrapper, BookmarksFolderWrapper, BrowserTrackerWrapper, CalEventWrapper, ClassNameWrapper, ClusterGroupWrapper, CompanyWrapper, ContactWrapper, CounterWrapper, DDLRecordSetWrapper, DDLRecordWrapper, DDMContentWrapper, DDMStorageLinkWrapper, DDMStructureLinkWrapper, DDMStructureWrapper, DDMTemplateWrapper, DLContentWrapper, DLFileEntryMetadataWrapper, DLFileEntryTypeWrapper, DLFileEntryWrapper, DLFileRankWrapper, DLFileShortcutWrapper, DLFileVersionWrapper, DLFolderWrapper, DLSyncEventWrapper, EmailAddressWrapper, ExpandoColumnWrapper, ExpandoRowWrapper, ExpandoTableWrapper, ExpandoValueWrapper, GroupWrapper, ImageWrapper, JournalArticleImageWrapper, JournalArticleResourceWrapper, JournalArticleWrapper, JournalContentSearchWrapper, JournalFeedWrapper, JournalFolderWrapper, LayoutBranchWrapper, LayoutFriendlyURLWrapper, LayoutPrototypeWrapper, LayoutRevisionWrapper, LayoutSetBranchWrapper, LayoutSetPrototypeWrapper, LayoutSetWrapper, LayoutWrapper, LockWrapper, MBBanWrapper, MBCategoryWrapper, MBDiscussionWrapper, MBMailingListWrapper, MBMessageWrapper, MBStatsUserWrapper, MBThreadFlagWrapper, MBThreadWrapper, MDRActionWrapper, MDRRuleGroupInstanceWrapper, MDRRuleGroupWrapper, MDRRuleWrapper, MembershipRequestWrapper, OrganizationWrapper, OrgLaborWrapper, PasswordPolicyRelWrapper, PasswordPolicyWrapper, PasswordTrackerWrapper, PhoneWrapper, PluginSettingWrapper, PollsChoiceWrapper, PollsQuestionWrapper, PollsVoteWrapper, PortalPreferencesWrapper, PortletItemWrapper, PortletPreferencesWrapper, PortletWrapper, RatingsEntryWrapper, RatingsStatsWrapper, ReleaseWrapper, RepositoryEntryWrapper, RepositoryWrapper, ResourceActionWrapper, ResourceBlockPermissionWrapper, ResourceBlockWrapper, ResourcePermissionWrapper, ResourceTypePermissionWrapper, RoleWrapper, SCFrameworkVersionWrapper, SCLicenseWrapper, SCProductEntryWrapper, SCProductScreenshotWrapper, SCProductVersionWrapper, ServiceComponentWrapper, ShardWrapper, ShoppingCartWrapper, ShoppingCategoryWrapper, ShoppingCouponWrapper, ShoppingItemFieldWrapper, ShoppingItemPriceWrapper, ShoppingItemWrapper, ShoppingOrderItemWrapper, ShoppingOrderWrapper, SocialActivityAchievementWrapper, SocialActivityCounterWrapper, SocialActivityLimitWrapper, SocialActivitySettingWrapper, SocialActivitySetWrapper, SocialActivityWrapper, SocialRelationWrapper, SocialRequestWrapper, SubscriptionWrapper, SystemEventWrapper, TeamWrapper, TicketWrapper, TrashEntryWrapper, TrashVersionWrapper, UserGroupGroupRoleWrapper, UserGroupRoleWrapper, UserGroupWrapper, UserIdMapperWrapper, UserNotificationDeliveryWrapper, UserNotificationEventWrapper, UserTrackerPathWrapper, UserTrackerWrapper, UserWrapper, VirtualHostWrapper, WebDAVPropsWrapper, WebsiteWrapper, WikiNodeWrapper, WikiPageResourceWrapper, WikiPageWrapper, 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()
             throws SystemException
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Throws:
SystemException - if a system exception occurred

Liferay 6.2-ce-ga5