Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.model.PersistedModel

Packages that use PersistedModel
com.liferay.counter.model This package defines the portal counter model interfaces, classes, and wrappers. 
com.liferay.counter.model.impl   
com.liferay.counter.service This package defines the portal counter service local interfaces, utilities, and wrappers. 
com.liferay.counter.service.base   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.announcements.model   
com.liferay.portlet.announcements.model.impl   
com.liferay.portlet.announcements.service   
com.liferay.portlet.announcements.service.base   
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.model.impl   
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.asset.service.base   
com.liferay.portlet.blogs.model   
com.liferay.portlet.blogs.model.impl   
com.liferay.portlet.blogs.service   
com.liferay.portlet.blogs.service.base   
com.liferay.portlet.bookmarks.model   
com.liferay.portlet.bookmarks.model.impl   
com.liferay.portlet.bookmarks.service   
com.liferay.portlet.bookmarks.service.base   
com.liferay.portlet.calendar.model   
com.liferay.portlet.calendar.model.impl   
com.liferay.portlet.calendar.service   
com.liferay.portlet.calendar.service.base   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.dynamicdatalists.model   
com.liferay.portlet.dynamicdatalists.model.impl   
com.liferay.portlet.dynamicdatalists.service   
com.liferay.portlet.dynamicdatalists.service.base   
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.model.impl   
com.liferay.portlet.dynamicdatamapping.service   
com.liferay.portlet.dynamicdatamapping.service.base   
com.liferay.portlet.expando.model   
com.liferay.portlet.expando.model.impl   
com.liferay.portlet.expando.service   
com.liferay.portlet.expando.service.base   
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.model.impl   
com.liferay.portlet.journal.service   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.model.impl   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.mobiledevicerules.model   
com.liferay.portlet.mobiledevicerules.model.impl   
com.liferay.portlet.mobiledevicerules.service   
com.liferay.portlet.mobiledevicerules.service.base   
com.liferay.portlet.polls.model   
com.liferay.portlet.polls.model.impl   
com.liferay.portlet.polls.service   
com.liferay.portlet.polls.service.base   
com.liferay.portlet.ratings.model   
com.liferay.portlet.ratings.model.impl   
com.liferay.portlet.ratings.service   
com.liferay.portlet.ratings.service.base   
com.liferay.portlet.shopping.model   
com.liferay.portlet.shopping.model.impl   
com.liferay.portlet.shopping.service   
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.social.model   
com.liferay.portlet.social.model.impl   
com.liferay.portlet.social.service This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.social.service.base   
com.liferay.portlet.softwarecatalog.model   
com.liferay.portlet.softwarecatalog.model.impl   
com.liferay.portlet.softwarecatalog.service   
com.liferay.portlet.softwarecatalog.service.base   
com.liferay.portlet.wiki.model   
com.liferay.portlet.wiki.model.impl   
com.liferay.portlet.wiki.service   
com.liferay.portlet.wiki.service.base   
 

Uses of PersistedModel in com.liferay.counter.model
 

Subinterfaces of PersistedModel in com.liferay.counter.model
 interface Counter
          The extended model interface for the Counter service.
 

Classes in com.liferay.counter.model that implement PersistedModel
 class CounterWrapper
           This class is a wrapper for Counter.
 

Uses of PersistedModel in com.liferay.counter.model.impl
 

Classes in com.liferay.counter.model.impl that implement PersistedModel
 class CounterBaseImpl
          The extended model base implementation for the Counter service.
 class CounterImpl
           
 

Uses of PersistedModel in com.liferay.counter.service
 

Methods in com.liferay.counter.service that return PersistedModel
 PersistedModel CounterLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel CounterLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel CounterLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.counter.service.base
 

Methods in com.liferay.counter.service.base that return PersistedModel
 PersistedModel CounterLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portal.model
 

Subinterfaces of PersistedModel in com.liferay.portal.model
 interface Account
          The extended model interface for the Account service.
 interface Address
          The extended model interface for the Address service.
 interface BrowserTracker
          The extended model interface for the BrowserTracker service.
 interface ClassName
          The extended model interface for the ClassName service.
 interface ClusterGroup
          The extended model interface for the ClusterGroup service.
 interface Company
          The extended model interface for the Company service.
 interface Contact
          The extended model interface for the Contact service.
 interface EmailAddress
          The extended model interface for the EmailAddress service.
 interface Group
          The extended model interface for the Group service.
 interface Image
          The extended model interface for the Image service.
 interface Layout
          The extended model interface for the Layout service.
 interface LayoutBranch
          The extended model interface for the LayoutBranch service.
 interface LayoutPrototype
          The extended model interface for the LayoutPrototype service.
 interface LayoutRevision
          The extended model interface for the LayoutRevision service.
 interface LayoutSet
          The extended model interface for the LayoutSet service.
 interface LayoutSetBranch
          The extended model interface for the LayoutSetBranch service.
 interface LayoutSetPrototype
          The extended model interface for the LayoutSetPrototype service.
 interface Lock
          The extended model interface for the Lock service.
 interface MembershipRequest
          The extended model interface for the MembershipRequest service.
 interface Organization
          The extended model interface for the Organization service.
 interface OrgLabor
          The extended model interface for the OrgLabor service.
 interface PasswordPolicy
          The extended model interface for the PasswordPolicy service.
 interface PasswordPolicyRel
          The extended model interface for the PasswordPolicyRel service.
 interface PasswordTracker
          The extended model interface for the PasswordTracker service.
 interface Permission
          The extended model interface for the Permission service.
 interface PermissionedModel
           
 interface Phone
          The extended model interface for the Phone service.
 interface PluginSetting
          The extended model interface for the PluginSetting service.
 interface PortalPreferences
          The extended model interface for the PortalPreferences service.
 interface Portlet
          The extended model interface for the Portlet service.
 interface PortletItem
          The extended model interface for the PortletItem service.
 interface PortletPreferences
          The extended model interface for the PortletPreferences service.
 interface Release
          The extended model interface for the Release service.
 interface Repository
          The extended model interface for the Repository service.
 interface RepositoryEntry
          The extended model interface for the RepositoryEntry service.
 interface Resource
          The extended model interface for the Resource service.
 interface ResourceAction
          The extended model interface for the ResourceAction service.
 interface ResourceBlock
          The extended model interface for the ResourceBlock service.
 interface ResourceBlockPermission
          The extended model interface for the ResourceBlockPermission service.
 interface ResourceCode
          The extended model interface for the ResourceCode service.
 interface ResourcePermission
          The extended model interface for the ResourcePermission service.
 interface ResourceTypePermission
          The extended model interface for the ResourceTypePermission service.
 interface Role
          The extended model interface for the Role service.
 interface ServiceComponent
          The extended model interface for the ServiceComponent service.
 interface Shard
          The extended model interface for the Shard service.
 interface Subscription
          The extended model interface for the Subscription service.
 interface Team
          The extended model interface for the Team service.
 interface Ticket
          The extended model interface for the Ticket service.
 interface User
          The extended model interface for the User service.
 interface UserGroup
          The extended model interface for the UserGroup service.
 interface UserGroupGroupRole
          The extended model interface for the UserGroupGroupRole service.
 interface UserGroupRole
          The extended model interface for the UserGroupRole service.
 interface UserIdMapper
          The extended model interface for the UserIdMapper service.
 interface UserNotificationEvent
          The extended model interface for the UserNotificationEvent service.
 interface UserTracker
          The extended model interface for the UserTracker service.
 interface UserTrackerPath
          The extended model interface for the UserTrackerPath service.
 interface VirtualHost
          The extended model interface for the VirtualHost service.
 interface WebDAVProps
          The extended model interface for the WebDAVProps service.
 interface Website
          The extended model interface for the Website service.
 interface WorkflowDefinitionLink
          The extended model interface for the WorkflowDefinitionLink service.
 interface WorkflowInstanceLink
          The extended model interface for the WorkflowInstanceLink service.
 

Classes in com.liferay.portal.model that implement PersistedModel
 class AccountWrapper
           This class is a wrapper for Account.
 class AddressWrapper
           This class is a wrapper for Address.
 class BrowserTrackerWrapper
           This class is a wrapper for BrowserTracker.
 class ClassNameWrapper
           This class is a wrapper for ClassName.
 class ClusterGroupWrapper
           This class is a wrapper for ClusterGroup.
 class CompanyWrapper
           This class is a wrapper for Company.
 class ContactWrapper
           This class is a wrapper for Contact.
 class EmailAddressWrapper
           This class is a wrapper for EmailAddress.
 class GroupWrapper
           This class is a wrapper for Group.
 class ImageWrapper
           This class is a wrapper for Image.
 class LayoutBranchWrapper
           This class is a wrapper for LayoutBranch.
 class LayoutPrototypeWrapper
           This class is a wrapper for LayoutPrototype.
 class LayoutRevisionWrapper
           This class is a wrapper for LayoutRevision.
 class LayoutSetBranchWrapper
           This class is a wrapper for LayoutSetBranch.
 class LayoutSetPrototypeWrapper
           This class is a wrapper for LayoutSetPrototype.
 class LayoutSetWrapper
           This class is a wrapper for LayoutSet.
 class LayoutWrapper
           This class is a wrapper for Layout.
 class LockWrapper
           This class is a wrapper for Lock.
 class MembershipRequestWrapper
           This class is a wrapper for MembershipRequest.
 class OrganizationWrapper
           This class is a wrapper for Organization.
 class OrgLaborWrapper
           This class is a wrapper for OrgLabor.
 class PasswordPolicyRelWrapper
           This class is a wrapper for PasswordPolicyRel.
 class PasswordPolicyWrapper
           This class is a wrapper for PasswordPolicy.
 class PasswordTrackerWrapper
           This class is a wrapper for PasswordTracker.
 class PermissionWrapper
           This class is a wrapper for Permission.
 class PhoneWrapper
           This class is a wrapper for Phone.
 class PluginSettingWrapper
           This class is a wrapper for PluginSetting.
 class PortalPreferencesWrapper
           This class is a wrapper for PortalPreferences.
 class PortletItemWrapper
           This class is a wrapper for PortletItem.
 class PortletPreferencesWrapper
           This class is a wrapper for PortletPreferences.
 class PortletWrapper
           This class is a wrapper for Portlet.
 class ReleaseWrapper
           This class is a wrapper for Release.
 class RepositoryEntryWrapper
           This class is a wrapper for RepositoryEntry.
 class RepositoryWrapper
           This class is a wrapper for Repository.
 class ResourceActionWrapper
           This class is a wrapper for ResourceAction.
 class ResourceBlockPermissionWrapper
           This class is a wrapper for ResourceBlockPermission.
 class ResourceBlockWrapper
           This class is a wrapper for ResourceBlock.
 class ResourceCodeWrapper
           This class is a wrapper for ResourceCode.
 class ResourcePermissionWrapper
           This class is a wrapper for ResourcePermission.
 class ResourceTypePermissionWrapper
           This class is a wrapper for ResourceTypePermission.
 class ResourceWrapper
           This class is a wrapper for Resource.
 class RoleWrapper
           This class is a wrapper for Role.
 class ServiceComponentWrapper
           This class is a wrapper for ServiceComponent.
 class ShardWrapper
           This class is a wrapper for Shard.
 class SubscriptionWrapper
           This class is a wrapper for Subscription.
 class TeamWrapper
           This class is a wrapper for Team.
 class TicketWrapper
           This class is a wrapper for Ticket.
 class UserGroupGroupRoleWrapper
           This class is a wrapper for UserGroupGroupRole.
 class UserGroupRoleWrapper
           This class is a wrapper for UserGroupRole.
 class UserGroupWrapper
           This class is a wrapper for UserGroup.
 class UserIdMapperWrapper
           This class is a wrapper for UserIdMapper.
 class UserNotificationEventWrapper
           This class is a wrapper for UserNotificationEvent.
 class UserTrackerPathWrapper
           This class is a wrapper for UserTrackerPath.
 class UserTrackerWrapper
           This class is a wrapper for UserTracker.
 class UserWrapper
           This class is a wrapper for User.
 class VirtualHostWrapper
           This class is a wrapper for VirtualHost.
 class WebDAVPropsWrapper
           This class is a wrapper for WebDAVProps.
 class WebsiteWrapper
           This class is a wrapper for Website.
 class WorkflowDefinitionLinkWrapper
           This class is a wrapper for WorkflowDefinitionLink.
 class WorkflowInstanceLinkWrapper
           This class is a wrapper for WorkflowInstanceLink.
 

Uses of PersistedModel in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement PersistedModel
 class AccountBaseImpl
          The extended model base implementation for the Account service.
 class AccountImpl
           
 class AddressBaseImpl
          The extended model base implementation for the Address service.
 class AddressImpl
           
 class BrowserTrackerBaseImpl
          The extended model base implementation for the BrowserTracker service.
 class BrowserTrackerImpl
           
 class ClassNameBaseImpl
          The extended model base implementation for the ClassName service.
 class ClassNameImpl
           
 class ClusterGroupBaseImpl
          The extended model base implementation for the ClusterGroup service.
 class ClusterGroupImpl
           
 class CompanyBaseImpl
          The extended model base implementation for the Company service.
 class CompanyImpl
           
 class ContactBaseImpl
          The extended model base implementation for the Contact service.
 class ContactImpl
           
 class EmailAddressBaseImpl
          The extended model base implementation for the EmailAddress service.
 class EmailAddressImpl
           
 class GroupBaseImpl
          The extended model base implementation for the Group service.
 class GroupImpl
          Represents either a site or a generic resource container.
 class ImageBaseImpl
          The extended model base implementation for the Image service.
 class ImageImpl
           
 class LayoutBaseImpl
          The extended model base implementation for the Layout service.
 class LayoutBranchBaseImpl
          The extended model base implementation for the LayoutBranch service.
 class LayoutBranchImpl
           
 class LayoutImpl
           
 class LayoutPrototypeBaseImpl
          The extended model base implementation for the LayoutPrototype service.
 class LayoutPrototypeImpl
           
 class LayoutRevisionBaseImpl
          The extended model base implementation for the LayoutRevision service.
 class LayoutRevisionImpl
           
 class LayoutSetBaseImpl
          The extended model base implementation for the LayoutSet service.
 class LayoutSetBranchBaseImpl
          The extended model base implementation for the LayoutSetBranch service.
 class LayoutSetBranchImpl
           
 class LayoutSetImpl
           
 class LayoutSetPrototypeBaseImpl
          The extended model base implementation for the LayoutSetPrototype service.
 class LayoutSetPrototypeImpl
           
 class LockBaseImpl
          The extended model base implementation for the Lock service.
 class LockImpl
           
 class MembershipRequestBaseImpl
          The extended model base implementation for the MembershipRequest service.
 class MembershipRequestImpl
           
 class OrganizationBaseImpl
          The extended model base implementation for the Organization service.
 class OrganizationImpl
           
 class OrgLaborBaseImpl
          The extended model base implementation for the OrgLabor service.
 class OrgLaborImpl
           
 class PasswordPolicyBaseImpl
          The extended model base implementation for the PasswordPolicy service.
 class PasswordPolicyImpl
           
 class PasswordPolicyRelBaseImpl
          The extended model base implementation for the PasswordPolicyRel service.
 class PasswordPolicyRelImpl
           
 class PasswordTrackerBaseImpl
          The extended model base implementation for the PasswordTracker service.
 class PasswordTrackerImpl
           
 class PermissionBaseImpl
          The extended model base implementation for the Permission service.
 class PermissionImpl
          Represents a permission to perform an action on a resource in permissions versions < 6.
 class PhoneBaseImpl
          The extended model base implementation for the Phone service.
 class PhoneImpl
           
 class PluginSettingBaseImpl
          The extended model base implementation for the PluginSetting service.
 class PluginSettingImpl
           
 class PortalPreferencesBaseImpl
          The extended model base implementation for the PortalPreferences service.
 class PortalPreferencesImpl
           
 class PortletBaseImpl
          The extended model base implementation for the Portlet service.
 class PortletImpl
           
 class PortletItemBaseImpl
          The extended model base implementation for the PortletItem service.
 class PortletItemImpl
           
 class PortletPreferencesBaseImpl
          The extended model base implementation for the PortletPreferences service.
 class PortletPreferencesImpl
           
 class ReleaseBaseImpl
          The extended model base implementation for the Release service.
 class ReleaseImpl
           
 class RepositoryBaseImpl
          The extended model base implementation for the Repository service.
 class RepositoryEntryBaseImpl
          The extended model base implementation for the RepositoryEntry service.
 class RepositoryEntryImpl
           
 class RepositoryImpl
           
 class ResourceActionBaseImpl
          The extended model base implementation for the ResourceAction service.
 class ResourceActionImpl
          Maps actions on resources to the bitwise values stored in resource permissions.
 class ResourceBaseImpl
          The extended model base implementation for the Resource service.
 class ResourceBlockBaseImpl
          The extended model base implementation for the ResourceBlock service.
 class ResourceBlockImpl
          Represents a set of resources of one type that all share the same permissions.
 class ResourceBlockPermissionBaseImpl
          The extended model base implementation for the ResourceBlockPermission service.
 class ResourceBlockPermissionImpl
          Stores the actions a role is permitted to perform on the resources in a resource block.
 class ResourceCodeBaseImpl
          The extended model base implementation for the ResourceCode service.
 class ResourceCodeImpl
           
 class ResourceImpl
          Represents a permissionable resource in permissions versions < 6.
 class ResourcePermissionBaseImpl
          The extended model base implementation for the ResourcePermission service.
 class ResourcePermissionImpl
          Stores the permissions assigned to roles under permissions version 6.
 class ResourceTypePermissionBaseImpl
          The extended model base implementation for the ResourceTypePermission service.
 class ResourceTypePermissionImpl
          Stores the actions a role has permission to perform on all resources of the type within the group/company.
 class RoleBaseImpl
          The extended model base implementation for the Role service.
 class RoleImpl
           
 class ServiceComponentBaseImpl
          The extended model base implementation for the ServiceComponent service.
 class ServiceComponentImpl
           
 class ShardBaseImpl
          The extended model base implementation for the Shard service.
 class ShardImpl
           
 class SubscriptionBaseImpl
          The extended model base implementation for the Subscription service.
 class SubscriptionImpl
           
 class TeamBaseImpl
          The extended model base implementation for the Team service.
 class TeamImpl
           
 class TicketBaseImpl
          The extended model base implementation for the Ticket service.
 class TicketImpl
           
 class UserBaseImpl
          The extended model base implementation for the User service.
 class UserGroupBaseImpl
          The extended model base implementation for the UserGroup service.
 class UserGroupGroupRoleBaseImpl
          The extended model base implementation for the UserGroupGroupRole service.
 class UserGroupGroupRoleImpl
           
 class UserGroupImpl
           
 class UserGroupRoleBaseImpl
          The extended model base implementation for the UserGroupRole service.
 class UserGroupRoleImpl
           
 class UserIdMapperBaseImpl
          The extended model base implementation for the UserIdMapper service.
 class UserIdMapperImpl
           
 class UserImpl
           
 class UserNotificationEventBaseImpl
          The extended model base implementation for the UserNotificationEvent service.
 class UserNotificationEventImpl
           
 class UserTrackerBaseImpl
          The extended model base implementation for the UserTracker service.
 class UserTrackerImpl
           
 class UserTrackerPathBaseImpl
          The extended model base implementation for the UserTrackerPath service.
 class UserTrackerPathImpl
           
 class VirtualHostBaseImpl
          The extended model base implementation for the VirtualHost service.
 class VirtualHostImpl
           
 class VirtualLayout
           
 class WebDAVPropsBaseImpl
          The extended model base implementation for the WebDAVProps service.
 class WebDAVPropsImpl
           
 class WebsiteBaseImpl
          The extended model base implementation for the Website service.
 class WebsiteImpl
           
 class WorkflowDefinitionLinkBaseImpl
          The extended model base implementation for the WorkflowDefinitionLink service.
 class WorkflowDefinitionLinkImpl
           
 class WorkflowInstanceLinkBaseImpl
          The extended model base implementation for the WorkflowInstanceLink service.
 class WorkflowInstanceLinkImpl
           
 

Uses of PersistedModel in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return PersistedModel
 PersistedModel ClassNameLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AddressLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PortalPreferencesLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SubscriptionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel CompanyLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ResourceActionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PasswordPolicyRelLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WorkflowInstanceLinkLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel UserLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel VirtualHostLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel CompanyLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceBlockPermissionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel TeamLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel UserNotificationEventLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutSetPrototypeLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel LayoutPrototypeLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PasswordTrackerLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceTypePermissionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourcePermissionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WorkflowDefinitionLinkLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceBlockPermissionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PasswordPolicyRelLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceBlockLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PhoneLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserGroupLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PortalPreferencesLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PasswordPolicyLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceTypePermissionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutRevisionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserNotificationEventLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserGroupRoleLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PasswordTrackerLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PermissionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PasswordTrackerLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel RepositoryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel OrgLaborLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SubscriptionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ResourceCodeLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SubscriptionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ServiceComponentLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PortletLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel LayoutRevisionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutPrototypeLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ServiceComponentLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel LockLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel RoleLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PermissionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PhoneLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PortletPreferencesLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AddressLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PortletLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AccountLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserGroupGroupRoleLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PortletLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ServiceComponentLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserTrackerLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutSetBranchLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel BrowserTrackerLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WebsiteLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PersistedModelLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel UserGroupRoleLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel TeamLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WebDAVPropsLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ResourceTypePermissionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LockLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel TeamLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel RepositoryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel VirtualHostLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ResourcePermissionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel GroupLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel EmailAddressLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserTrackerPathLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel OrgLaborLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ReleaseLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ShardLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserNotificationEventLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ClusterGroupLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PluginSettingLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel WorkflowDefinitionLinkLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel UserGroupGroupRoleLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ReleaseLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MembershipRequestLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ResourceLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PortletItemLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ContactLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserGroupRoleLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ClusterGroupLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel LayoutSetBranchLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel TicketLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel RoleLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel UserIdMapperLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel RepositoryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ClassNameLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserGroupGroupRoleLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PasswordPolicyLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AccountLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourcePermissionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel OrgLaborLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PasswordPolicyRelLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceCodeLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AccountLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ClusterGroupLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WorkflowInstanceLinkLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ContactLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ClassNameLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel WorkflowInstanceLinkLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ImageLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PluginSettingLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel TicketLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutRevisionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ResourceBlockPermissionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel VirtualHostLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel BrowserTrackerLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ReleaseLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserIdMapperLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel UserTrackerLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutSetPrototypeLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ResourceBlockLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel GroupLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LockLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel UserTrackerPathLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserTrackerPathLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShardLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutSetLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PortletPreferencesLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MembershipRequestLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutSetBranchLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel RepositoryEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WebDAVPropsLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WorkflowDefinitionLinkLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PhoneLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel WebsiteLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel OrganizationLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceCodeLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ImageLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel EmailAddressLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ImageLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PortletItemLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WebsiteLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel OrganizationLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel LayoutSetPrototypeLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShardLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PluginSettingLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ContactLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutBranchLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel GroupLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel UserGroupLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel LayoutBranchLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PortletPreferencesLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PortletItemLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel TicketLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PortalPreferencesLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel LayoutLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PermissionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel RoleLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel BrowserTrackerLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PasswordPolicyLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel OrganizationLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserIdMapperLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MembershipRequestLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserGroupLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceActionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel RepositoryEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AddressLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceBlockLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutPrototypeLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutBranchLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceActionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutSetLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel LayoutSetLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel WebDAVPropsLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserTrackerLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel RepositoryEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel EmailAddressLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel CompanyLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return PersistedModel
 PersistedModel ClassNameLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutBranchLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceBlockLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShardLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AccountLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserGroupLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourcePermissionLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ImageLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ServiceComponentLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PortletPreferencesLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserIdMapperLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutPrototypeLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MembershipRequestLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel GroupLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel BrowserTrackerLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PortletLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ReleaseLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PermissionLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AddressLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PasswordTrackerLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceBlockPermissionLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserGroupGroupRoleLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutSetLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PortalPreferencesLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PortletItemLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ContactLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel RepositoryLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel VirtualHostLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel OrganizationLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PluginSettingLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ClusterGroupLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel OrgLaborLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SubscriptionLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel RoleLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserNotificationEventLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceCodeLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutSetBranchLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel RepositoryEntryLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceActionLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WebDAVPropsLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel TicketLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel CompanyLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserTrackerPathLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WebsiteLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserGroupRoleLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PasswordPolicyLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutRevisionLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserTrackerLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PhoneLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutSetPrototypeLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel EmailAddressLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LockLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WorkflowDefinitionLinkLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PasswordPolicyRelLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WorkflowInstanceLinkLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel TeamLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceTypePermissionLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.announcements.model
 

Subinterfaces of PersistedModel in com.liferay.portlet.announcements.model
 interface AnnouncementsDelivery
          The extended model interface for the AnnouncementsDelivery service.
 interface AnnouncementsEntry
          The extended model interface for the AnnouncementsEntry service.
 interface AnnouncementsFlag
          The extended model interface for the AnnouncementsFlag service.
 

Classes in com.liferay.portlet.announcements.model that implement PersistedModel
 class AnnouncementsDeliveryWrapper
           This class is a wrapper for AnnouncementsDelivery.
 class AnnouncementsEntryWrapper
           This class is a wrapper for AnnouncementsEntry.
 class AnnouncementsFlagWrapper
           This class is a wrapper for AnnouncementsFlag.
 

Uses of PersistedModel in com.liferay.portlet.announcements.model.impl
 

Classes in com.liferay.portlet.announcements.model.impl that implement PersistedModel
 class AnnouncementsDeliveryBaseImpl
          The extended model base implementation for the AnnouncementsDelivery service.
 class AnnouncementsDeliveryImpl
           
 class AnnouncementsEntryBaseImpl
          The extended model base implementation for the AnnouncementsEntry service.
 class AnnouncementsEntryImpl
           
 class AnnouncementsFlagBaseImpl
          The extended model base implementation for the AnnouncementsFlag service.
 class AnnouncementsFlagImpl
           
 

Uses of PersistedModel in com.liferay.portlet.announcements.service
 

Methods in com.liferay.portlet.announcements.service that return PersistedModel
static PersistedModel AnnouncementsFlagLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AnnouncementsDeliveryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AnnouncementsDeliveryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AnnouncementsDeliveryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AnnouncementsEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AnnouncementsEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AnnouncementsFlagLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AnnouncementsFlagLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AnnouncementsEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.announcements.service.base
 

Methods in com.liferay.portlet.announcements.service.base that return PersistedModel
 PersistedModel AnnouncementsDeliveryLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AnnouncementsFlagLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AnnouncementsEntryLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.asset.model
 

Subinterfaces of PersistedModel in com.liferay.portlet.asset.model
 interface AssetCategory
          The extended model interface for the AssetCategory service.
 interface AssetCategoryProperty
          The extended model interface for the AssetCategoryProperty service.
 interface AssetEntry
          The extended model interface for the AssetEntry service.
 interface AssetLink
          The extended model interface for the AssetLink service.
 interface AssetTag
          The extended model interface for the AssetTag service.
 interface AssetTagProperty
          The extended model interface for the AssetTagProperty service.
 interface AssetTagStats
          The extended model interface for the AssetTagStats service.
 interface AssetVocabulary
          The extended model interface for the AssetVocabulary service.
 

Classes in com.liferay.portlet.asset.model that implement PersistedModel
 class AssetCategoryPropertyWrapper
           This class is a wrapper for AssetCategoryProperty.
 class AssetCategoryWrapper
           This class is a wrapper for AssetCategory.
 class AssetEntryWrapper
           This class is a wrapper for AssetEntry.
 class AssetLinkWrapper
           This class is a wrapper for AssetLink.
 class AssetTagPropertyWrapper
           This class is a wrapper for AssetTagProperty.
 class AssetTagStatsWrapper
           This class is a wrapper for AssetTagStats.
 class AssetTagWrapper
           This class is a wrapper for AssetTag.
 class AssetVocabularyWrapper
           This class is a wrapper for AssetVocabulary.
 

Uses of PersistedModel in com.liferay.portlet.asset.model.impl
 

Classes in com.liferay.portlet.asset.model.impl that implement PersistedModel
 class AssetCategoryBaseImpl
          The extended model base implementation for the AssetCategory service.
 class AssetCategoryImpl
           
 class AssetCategoryPropertyBaseImpl
          The extended model base implementation for the AssetCategoryProperty service.
 class AssetCategoryPropertyImpl
           
 class AssetEntryBaseImpl
          The extended model base implementation for the AssetEntry service.
 class AssetEntryImpl
           
 class AssetLinkBaseImpl
          The extended model base implementation for the AssetLink service.
 class AssetLinkImpl
           
 class AssetTagBaseImpl
          The extended model base implementation for the AssetTag service.
 class AssetTagImpl
           
 class AssetTagPropertyBaseImpl
          The extended model base implementation for the AssetTagProperty service.
 class AssetTagPropertyImpl
           
 class AssetTagStatsBaseImpl
          The extended model base implementation for the AssetTagStats service.
 class AssetTagStatsImpl
           
 class AssetVocabularyBaseImpl
          The extended model base implementation for the AssetVocabulary service.
 class AssetVocabularyImpl
           
 

Uses of PersistedModel in com.liferay.portlet.asset.service
 

Methods in com.liferay.portlet.asset.service that return PersistedModel
 PersistedModel AssetTagStatsLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetCategoryPropertyLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetCategoryPropertyLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AssetEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetVocabularyLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AssetTagPropertyLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AssetLinkLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetTagLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetTagLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AssetTagLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetCategoryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetLinkLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AssetCategoryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AssetTagStatsLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetVocabularyLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetCategoryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetTagPropertyLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AssetCategoryPropertyLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetTagPropertyLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetLinkLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AssetVocabularyLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetTagStatsLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.asset.service.base
 

Methods in com.liferay.portlet.asset.service.base that return PersistedModel
 PersistedModel AssetCategoryLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetTagStatsLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetCategoryPropertyLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetTagPropertyLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetLinkLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetVocabularyLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetTagLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetEntryLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.blogs.model
 

Subinterfaces of PersistedModel in com.liferay.portlet.blogs.model
 interface BlogsEntry
          The extended model interface for the BlogsEntry service.
 interface BlogsStatsUser
          The extended model interface for the BlogsStatsUser service.
 

Classes in com.liferay.portlet.blogs.model that implement PersistedModel
 class BlogsEntryWrapper
           This class is a wrapper for BlogsEntry.
 class BlogsStatsUserWrapper
           This class is a wrapper for BlogsStatsUser.
 

Uses of PersistedModel in com.liferay.portlet.blogs.model.impl
 

Classes in com.liferay.portlet.blogs.model.impl that implement PersistedModel
 class BlogsEntryBaseImpl
          The extended model base implementation for the BlogsEntry service.
 class BlogsEntryImpl
           
 class BlogsStatsUserBaseImpl
          The extended model base implementation for the BlogsStatsUser service.
 class BlogsStatsUserImpl
           
 

Uses of PersistedModel in com.liferay.portlet.blogs.service
 

Methods in com.liferay.portlet.blogs.service that return PersistedModel
 PersistedModel BlogsStatsUserLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel BlogsEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel BlogsStatsUserLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel BlogsStatsUserLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel BlogsEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel BlogsEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.blogs.service.base
 

Methods in com.liferay.portlet.blogs.service.base that return PersistedModel
 PersistedModel BlogsEntryLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel BlogsStatsUserLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.bookmarks.model
 

Subinterfaces of PersistedModel in com.liferay.portlet.bookmarks.model
 interface BookmarksEntry
          The extended model interface for the BookmarksEntry service.
 interface BookmarksFolder
          The extended model interface for the BookmarksFolder service.
 

Classes in com.liferay.portlet.bookmarks.model that implement PersistedModel
 class BookmarksEntryWrapper
           This class is a wrapper for BookmarksEntry.
 class BookmarksFolderWrapper
           This class is a wrapper for BookmarksFolder.
 

Uses of PersistedModel in com.liferay.portlet.bookmarks.model.impl
 

Classes in com.liferay.portlet.bookmarks.model.impl that implement PersistedModel
 class BookmarksEntryBaseImpl
          The extended model base implementation for the BookmarksEntry service.
 class BookmarksEntryImpl
           
 class BookmarksFolderBaseImpl
          The extended model base implementation for the BookmarksFolder service.
 class BookmarksFolderImpl
           
 

Uses of PersistedModel in com.liferay.portlet.bookmarks.service
 

Methods in com.liferay.portlet.bookmarks.service that return PersistedModel
static PersistedModel BookmarksEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel BookmarksEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel BookmarksFolderLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel BookmarksFolderLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel BookmarksFolderLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel BookmarksEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.bookmarks.service.base
 

Methods in com.liferay.portlet.bookmarks.service.base that return PersistedModel
 PersistedModel BookmarksFolderLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel BookmarksEntryLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.calendar.model
 

Subinterfaces of PersistedModel in com.liferay.portlet.calendar.model
 interface CalEvent
          The extended model interface for the CalEvent service.
 

Classes in com.liferay.portlet.calendar.model that implement PersistedModel
 class CalEventWrapper
           This class is a wrapper for CalEvent.
 

Uses of PersistedModel in com.liferay.portlet.calendar.model.impl
 

Classes in com.liferay.portlet.calendar.model.impl that implement PersistedModel
 class CalEventBaseImpl
          The extended model base implementation for the CalEvent service.
 class CalEventImpl
           
 

Uses of PersistedModel in com.liferay.portlet.calendar.service
 

Methods in com.liferay.portlet.calendar.service that return PersistedModel
 PersistedModel CalEventLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel CalEventLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel CalEventLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.calendar.service.base
 

Methods in com.liferay.portlet.calendar.service.base that return PersistedModel
 PersistedModel CalEventLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.documentlibrary.model
 

Subinterfaces of PersistedModel in com.liferay.portlet.documentlibrary.model
 interface DLContent
          The extended model interface for the DLContent service.
 interface DLFileEntry
          The extended model interface for the DLFileEntry service.
 interface DLFileEntryMetadata
          The extended model interface for the DLFileEntryMetadata service.
 interface DLFileEntryType
          The extended model interface for the DLFileEntryType service.
 interface DLFileRank
          The extended model interface for the DLFileRank service.
 interface DLFileShortcut
          The extended model interface for the DLFileShortcut service.
 interface DLFileVersion
          The extended model interface for the DLFileVersion service.
 interface DLFolder
          The extended model interface for the DLFolder service.
 interface DLSync
          The extended model interface for the DLSync service.
 

Classes in com.liferay.portlet.documentlibrary.model that implement PersistedModel
 class DLContentWrapper
           This class is a wrapper for DLContent.
 class DLFileEntryMetadataWrapper
           This class is a wrapper for DLFileEntryMetadata.
 class DLFileEntryTypeWrapper
           This class is a wrapper for DLFileEntryType.
 class DLFileEntryWrapper
           This class is a wrapper for DLFileEntry.
 class DLFileRankWrapper
           This class is a wrapper for DLFileRank.
 class DLFileShortcutWrapper
           This class is a wrapper for DLFileShortcut.
 class DLFileVersionWrapper
           This class is a wrapper for DLFileVersion.
 class DLFolderWrapper
           This class is a wrapper for DLFolder.
 class DLSyncWrapper
           This class is a wrapper for DLSync.
 

Uses of PersistedModel in com.liferay.portlet.documentlibrary.model.impl
 

Classes in com.liferay.portlet.documentlibrary.model.impl that implement PersistedModel
 class DLContentBaseImpl
          The extended model base implementation for the DLContent service.
 class DLContentImpl
           
 class DLFileEntryBaseImpl
          The extended model base implementation for the DLFileEntry service.
 class DLFileEntryImpl
           
 class DLFileEntryMetadataBaseImpl
          The extended model base implementation for the DLFileEntryMetadata service.
 class DLFileEntryMetadataImpl
           
 class DLFileEntryTypeBaseImpl
          The extended model base implementation for the DLFileEntryType service.
 class DLFileEntryTypeImpl
           
 class DLFileRankBaseImpl
          The extended model base implementation for the DLFileRank service.
 class DLFileRankImpl
           
 class DLFileShortcutBaseImpl
          The extended model base implementation for the DLFileShortcut service.
 class DLFileShortcutImpl
           
 class DLFileVersionBaseImpl
          The extended model base implementation for the DLFileVersion service.
 class DLFileVersionImpl
           
 class DLFolderBaseImpl
          The extended model base implementation for the DLFolder service.
 class DLFolderImpl
           
 class DLSyncBaseImpl
          The extended model base implementation for the DLSync service.
 class DLSyncImpl
           
 

Uses of PersistedModel in com.liferay.portlet.documentlibrary.service
 

Methods in com.liferay.portlet.documentlibrary.service that return PersistedModel
static PersistedModel DLFileRankLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileShortcutLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileRankLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel DLFileVersionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileEntryTypeLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel DLSyncLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel DLFileEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLSyncLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileEntryMetadataLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileRankLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel DLFileEntryMetadataLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFolderLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileEntryMetadataLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLSyncLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel DLFolderLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileShortcutLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileVersionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel DLContentLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel DLFileShortcutLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFolderLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileEntryTypeLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileVersionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel DLFileEntryTypeLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLContentLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLContentLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.documentlibrary.service.base
 

Methods in com.liferay.portlet.documentlibrary.service.base that return PersistedModel
 PersistedModel DLFileEntryMetadataLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLSyncLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLContentLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileEntryTypeLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileEntryLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileVersionLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileShortcutLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileRankLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFolderLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.dynamicdatalists.model
 

Subinterfaces of PersistedModel in com.liferay.portlet.dynamicdatalists.model
 interface DDLRecord
          The extended model interface for the DDLRecord service.
 interface DDLRecordSet
          The extended model interface for the DDLRecordSet service.
 

Classes in com.liferay.portlet.dynamicdatalists.model that implement PersistedModel
 class DDLRecordSetWrapper
           This class is a wrapper for DDLRecordSet.
 class DDLRecordWrapper
           This class is a wrapper for DDLRecord.
 

Uses of PersistedModel in com.liferay.portlet.dynamicdatalists.model.impl
 

Classes in com.liferay.portlet.dynamicdatalists.model.impl that implement PersistedModel
 class DDLRecordBaseImpl
          The extended model base implementation for the DDLRecord service.
 class DDLRecordImpl
           
 class DDLRecordSetBaseImpl
          The extended model base implementation for the DDLRecordSet service.
 class DDLRecordSetImpl
           
 

Uses of PersistedModel in com.liferay.portlet.dynamicdatalists.service
 

Methods in com.liferay.portlet.dynamicdatalists.service that return PersistedModel
 PersistedModel DDLRecordLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DDLRecordSetLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DDLRecordLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel DDLRecordSetLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel DDLRecordLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DDLRecordSetLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.dynamicdatalists.service.base
 

Methods in com.liferay.portlet.dynamicdatalists.service.base that return PersistedModel
 PersistedModel DDLRecordLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DDLRecordSetLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.dynamicdatamapping.model
 

Subinterfaces of PersistedModel in com.liferay.portlet.dynamicdatamapping.model
 interface DDMContent
          The extended model interface for the DDMContent service.
 interface DDMStorageLink
          The extended model interface for the DDMStorageLink service.
 interface DDMStructure
          The extended model interface for the DDMStructure service.
 interface DDMStructureLink
          The extended model interface for the DDMStructureLink service.
 interface DDMTemplate
          The extended model interface for the DDMTemplate service.
 

Classes in com.liferay.portlet.dynamicdatamapping.model that implement PersistedModel
 class DDMContentWrapper
           This class is a wrapper for DDMContent.
 class DDMStorageLinkWrapper
           This class is a wrapper for DDMStorageLink.
 class DDMStructureLinkWrapper
           This class is a wrapper for DDMStructureLink.
 class DDMStructureWrapper
           This class is a wrapper for DDMStructure.
 class DDMTemplateWrapper
           This class is a wrapper for DDMTemplate.
 

Uses of PersistedModel in com.liferay.portlet.dynamicdatamapping.model.impl
 

Classes in com.liferay.portlet.dynamicdatamapping.model.impl that implement PersistedModel
 class DDMContentBaseImpl
          The extended model base implementation for the DDMContent service.
 class DDMContentImpl
           
 class DDMStorageLinkBaseImpl
          The extended model base implementation for the DDMStorageLink service.
 class DDMStorageLinkImpl
           
 class DDMStructureBaseImpl
          The extended model base implementation for the DDMStructure service.
 class DDMStructureImpl
           
 class DDMStructureLinkBaseImpl
          The extended model base implementation for the DDMStructureLink service.
 class DDMStructureLinkImpl
           
 class DDMTemplateBaseImpl
          The extended model base implementation for the DDMTemplate service.
 class DDMTemplateImpl
           
 

Uses of PersistedModel in com.liferay.portlet.dynamicdatamapping.service
 

Methods in com.liferay.portlet.dynamicdatamapping.service that return PersistedModel
 PersistedModel DDMStructureLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DDMStructureLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel DDMTemplateLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel DDMStructureLinkLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel DDMContentLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DDMStorageLinkLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DDMContentLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DDMContentLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DDMTemplateLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DDMStructureLinkLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel DDMStructureLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DDMStorageLinkLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DDMTemplateLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel DDMStorageLinkLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DDMStructureLinkLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.dynamicdatamapping.service.base
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base that return PersistedModel
 PersistedModel DDMStorageLinkLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DDMTemplateLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DDMStructureLinkLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DDMContentLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DDMStructureLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.expando.model
 

Subinterfaces of PersistedModel in com.liferay.portlet.expando.model
 interface ExpandoColumn
          The extended model interface for the ExpandoColumn service.
 interface ExpandoRow
          The extended model interface for the ExpandoRow service.
 interface ExpandoTable
          The extended model interface for the ExpandoTable service.
 interface ExpandoValue
          The extended model interface for the ExpandoValue service.
 

Classes in com.liferay.portlet.expando.model that implement PersistedModel
 class ExpandoColumnWrapper
           This class is a wrapper for ExpandoColumn.
 class ExpandoRowWrapper
           This class is a wrapper for ExpandoRow.
 class ExpandoTableWrapper
           This class is a wrapper for ExpandoTable.
 class ExpandoValueWrapper
           This class is a wrapper for ExpandoValue.
 

Uses of PersistedModel in com.liferay.portlet.expando.model.impl
 

Classes in com.liferay.portlet.expando.model.impl that implement PersistedModel
 class ExpandoColumnBaseImpl
          The extended model base implementation for the ExpandoColumn service.
 class ExpandoColumnImpl
           
 class ExpandoRowBaseImpl
          The extended model base implementation for the ExpandoRow service.
 class ExpandoRowImpl
           
 class ExpandoTableBaseImpl
          The extended model base implementation for the ExpandoTable service.
 class ExpandoTableImpl
           
 class ExpandoValueBaseImpl
          The extended model base implementation for the ExpandoValue service.
 class ExpandoValueImpl
           
 

Uses of PersistedModel in com.liferay.portlet.expando.service
 

Methods in com.liferay.portlet.expando.service that return PersistedModel
static PersistedModel ExpandoTableLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ExpandoValueLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ExpandoRowLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ExpandoTableLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ExpandoRowLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ExpandoRowLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ExpandoValueLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ExpandoColumnLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ExpandoTableLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ExpandoColumnLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ExpandoColumnLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ExpandoValueLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.expando.service.base
 

Methods in com.liferay.portlet.expando.service.base that return PersistedModel
 PersistedModel ExpandoRowLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ExpandoColumnLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ExpandoValueLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ExpandoTableLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.journal.model
 

Subinterfaces of PersistedModel in com.liferay.portlet.journal.model
 interface JournalArticle
          The extended model interface for the JournalArticle service.
 interface JournalArticleImage
          The extended model interface for the JournalArticleImage service.
 interface JournalArticleResource
          The extended model interface for the JournalArticleResource service.
 interface JournalContentSearch
          The extended model interface for the JournalContentSearch service.
 interface JournalFeed
          The extended model interface for the JournalFeed service.
 interface JournalStructure
          The extended model interface for the JournalStructure service.
 interface JournalTemplate
          The extended model interface for the JournalTemplate service.
 

Classes in com.liferay.portlet.journal.model that implement PersistedModel
 class JournalArticleImageWrapper
           This class is a wrapper for JournalArticleImage.
 class JournalArticleResourceWrapper
           This class is a wrapper for JournalArticleResource.
 class JournalArticleWrapper
           This class is a wrapper for JournalArticle.
 class JournalContentSearchWrapper
           This class is a wrapper for JournalContentSearch.
 class JournalFeedWrapper
           This class is a wrapper for JournalFeed.
 class JournalStructureWrapper
           This class is a wrapper for JournalStructure.
 class JournalTemplateWrapper
           This class is a wrapper for JournalTemplate.
 

Uses of PersistedModel in com.liferay.portlet.journal.model.impl
 

Classes in com.liferay.portlet.journal.model.impl that implement PersistedModel
 class JournalArticleBaseImpl
          The extended model base implementation for the JournalArticle service.
 class JournalArticleImageBaseImpl
          The extended model base implementation for the JournalArticleImage service.
 class JournalArticleImageImpl
           
 class JournalArticleImpl
           
 class JournalArticleResourceBaseImpl
          The extended model base implementation for the JournalArticleResource service.
 class JournalArticleResourceImpl
           
 class JournalContentSearchBaseImpl
          The extended model base implementation for the JournalContentSearch service.
 class JournalContentSearchImpl
           
 class JournalFeedBaseImpl
          The extended model base implementation for the JournalFeed service.
 class JournalFeedImpl
           
 class JournalStructureBaseImpl
          The extended model base implementation for the JournalStructure service.
 class JournalStructureImpl
           
 class JournalTemplateBaseImpl
          The extended model base implementation for the JournalTemplate service.
 class JournalTemplateImpl
           
 

Uses of PersistedModel in com.liferay.portlet.journal.service
 

Methods in com.liferay.portlet.journal.service that return PersistedModel
 PersistedModel JournalFeedLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalTemplateLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel JournalArticleLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel JournalArticleResourceLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel JournalStructureLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalArticleImageLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalContentSearchLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalArticleImageLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalArticleLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel JournalFeedLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalStructureLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalArticleLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel JournalArticleImageLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalArticleResourceLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalFeedLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel JournalTemplateLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalTemplateLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalStructureLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalArticleResourceLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalContentSearchLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel JournalContentSearchLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.journal.service.base
 

Methods in com.liferay.portlet.journal.service.base that return PersistedModel
 PersistedModel JournalStructureLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalArticleImageLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalContentSearchLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalFeedLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalArticleResourceLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalArticleLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalTemplateLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.messageboards.model
 

Subinterfaces of PersistedModel in com.liferay.portlet.messageboards.model
 interface MBBan
          The extended model interface for the MBBan service.
 interface MBCategory
          The extended model interface for the MBCategory service.
 interface MBDiscussion
          The extended model interface for the MBDiscussion service.
 interface MBMailingList
          The extended model interface for the MBMailingList service.
 interface MBMessage
          The extended model interface for the MBMessage service.
 interface MBStatsUser
          The extended model interface for the MBStatsUser service.
 interface MBThread
          The extended model interface for the MBThread service.
 interface MBThreadFlag
          The extended model interface for the MBThreadFlag service.
 

Classes in com.liferay.portlet.messageboards.model that implement PersistedModel
 class MBBanWrapper
           This class is a wrapper for MBBan.
 class MBCategoryWrapper
           This class is a wrapper for MBCategory.
 class MBDiscussionWrapper
           This class is a wrapper for MBDiscussion.
 class MBMailingListWrapper
           This class is a wrapper for MBMailingList.
 class MBMessageWrapper
           This class is a wrapper for MBMessage.
 class MBStatsUserWrapper
           This class is a wrapper for MBStatsUser.
 class MBThreadFlagWrapper
           This class is a wrapper for MBThreadFlag.
 class MBThreadWrapper
           This class is a wrapper for MBThread.
 

Uses of PersistedModel in com.liferay.portlet.messageboards.model.impl
 

Classes in com.liferay.portlet.messageboards.model.impl that implement PersistedModel
 class MBBanBaseImpl
          The extended model base implementation for the MBBan service.
 class MBBanImpl
           
 class MBCategoryBaseImpl
          The extended model base implementation for the MBCategory service.
 class MBCategoryImpl
           
 class MBDiscussionBaseImpl
          The extended model base implementation for the MBDiscussion service.
 class MBDiscussionImpl
           
 class MBMailingListBaseImpl
          The extended model base implementation for the MBMailingList service.
 class MBMailingListImpl
           
 class MBMessageBaseImpl
          The extended model base implementation for the MBMessage service.
 class MBMessageImpl
           
 class MBStatsUserBaseImpl
          The extended model base implementation for the MBStatsUser service.
 class MBStatsUserImpl
           
 class MBThreadBaseImpl
          The extended model base implementation for the MBThread service.
 class MBThreadFlagBaseImpl
          The extended model base implementation for the MBThreadFlag service.
 class MBThreadFlagImpl
           
 class MBThreadImpl
           
 

Uses of PersistedModel in com.liferay.portlet.messageboards.service
 

Methods in com.liferay.portlet.messageboards.service that return PersistedModel
 PersistedModel MBDiscussionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBThreadLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MBCategoryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MBMessageLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBCategoryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MBStatsUserLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBThreadFlagLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBBanLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBBanLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MBDiscussionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBMailingListLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MBThreadFlagLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBStatsUserLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBDiscussionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBMessageLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MBThreadLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MBBanLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBThreadLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MBMailingListLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBMailingListLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBStatsUserLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBThreadFlagLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBCategoryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBMessageLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.messageboards.service.base
 

Methods in com.liferay.portlet.messageboards.service.base that return PersistedModel
 PersistedModel MBCategoryLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBThreadFlagLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBDiscussionLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBBanLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBMessageLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBThreadLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBMailingListLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBStatsUserLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.mobiledevicerules.model
 

Subinterfaces of PersistedModel in com.liferay.portlet.mobiledevicerules.model
 interface MDRAction
          The extended model interface for the MDRAction service.
 interface MDRRule
          The extended model interface for the MDRRule service.
 interface MDRRuleGroup
          The extended model interface for the MDRRuleGroup service.
 interface MDRRuleGroupInstance
          The extended model interface for the MDRRuleGroupInstance service.
 

Classes in com.liferay.portlet.mobiledevicerules.model that implement PersistedModel
 class MDRActionWrapper
           This class is a wrapper for MDRAction.
 class MDRRuleGroupInstanceWrapper
           This class is a wrapper for MDRRuleGroupInstance.
 class MDRRuleGroupWrapper
           This class is a wrapper for MDRRuleGroup.
 class MDRRuleWrapper
           This class is a wrapper for MDRRule.
 

Uses of PersistedModel in com.liferay.portlet.mobiledevicerules.model.impl
 

Classes in com.liferay.portlet.mobiledevicerules.model.impl that implement PersistedModel
 class MDRActionBaseImpl
          The extended model base implementation for the MDRAction service.
 class MDRActionImpl
           
 class MDRRuleBaseImpl
          The extended model base implementation for the MDRRule service.
 class MDRRuleGroupBaseImpl
          The extended model base implementation for the MDRRuleGroup service.
 class MDRRuleGroupImpl
           
 class MDRRuleGroupInstanceBaseImpl
          The extended model base implementation for the MDRRuleGroupInstance service.
 class MDRRuleGroupInstanceImpl
           
 class MDRRuleImpl
           
 

Uses of PersistedModel in com.liferay.portlet.mobiledevicerules.service
 

Methods in com.liferay.portlet.mobiledevicerules.service that return PersistedModel
static PersistedModel MDRRuleLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MDRRuleGroupLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MDRRuleGroupLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MDRActionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MDRRuleGroupInstanceLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MDRRuleGroupInstanceLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MDRRuleLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MDRActionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MDRRuleGroupLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MDRRuleLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MDRActionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MDRRuleGroupInstanceLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.mobiledevicerules.service.base
 

Methods in com.liferay.portlet.mobiledevicerules.service.base that return PersistedModel
 PersistedModel MDRRuleGroupInstanceLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MDRActionLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MDRRuleLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MDRRuleGroupLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.polls.model
 

Subinterfaces of PersistedModel in com.liferay.portlet.polls.model
 interface PollsChoice
          The extended model interface for the PollsChoice service.
 interface PollsQuestion
          The extended model interface for the PollsQuestion service.
 interface PollsVote
          The extended model interface for the PollsVote service.
 

Classes in com.liferay.portlet.polls.model that implement PersistedModel
 class PollsChoiceWrapper
           This class is a wrapper for PollsChoice.
 class PollsQuestionWrapper
           This class is a wrapper for PollsQuestion.
 class PollsVoteWrapper
           This class is a wrapper for PollsVote.
 

Uses of PersistedModel in com.liferay.portlet.polls.model.impl
 

Classes in com.liferay.portlet.polls.model.impl that implement PersistedModel
 class PollsChoiceBaseImpl
          The extended model base implementation for the PollsChoice service.
 class PollsChoiceImpl
           
 class PollsQuestionBaseImpl
          The extended model base implementation for the PollsQuestion service.
 class PollsQuestionImpl
           
 class PollsVoteBaseImpl
          The extended model base implementation for the PollsVote service.
 class PollsVoteImpl
           
 

Uses of PersistedModel in com.liferay.portlet.polls.service
 

Methods in com.liferay.portlet.polls.service that return PersistedModel
 PersistedModel PollsChoiceLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PollsChoiceLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PollsQuestionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PollsQuestionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PollsChoiceLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PollsVoteLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PollsQuestionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PollsVoteLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PollsVoteLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.polls.service.base
 

Methods in com.liferay.portlet.polls.service.base that return PersistedModel
 PersistedModel PollsChoiceLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PollsVoteLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PollsQuestionLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.ratings.model
 

Subinterfaces of PersistedModel in com.liferay.portlet.ratings.model
 interface RatingsEntry
          The extended model interface for the RatingsEntry service.
 interface RatingsStats
          The extended model interface for the RatingsStats service.
 

Classes in com.liferay.portlet.ratings.model that implement PersistedModel
 class RatingsEntryWrapper
           This class is a wrapper for RatingsEntry.
 class RatingsStatsWrapper
           This class is a wrapper for RatingsStats.
 

Uses of PersistedModel in com.liferay.portlet.ratings.model.impl
 

Classes in com.liferay.portlet.ratings.model.impl that implement PersistedModel
 class RatingsEntryBaseImpl
          The extended model base implementation for the RatingsEntry service.
 class RatingsEntryImpl
           
 class RatingsStatsBaseImpl
          The extended model base implementation for the RatingsStats service.
 class RatingsStatsImpl
           
 

Uses of PersistedModel in com.liferay.portlet.ratings.service
 

Methods in com.liferay.portlet.ratings.service that return PersistedModel
 PersistedModel RatingsEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel RatingsEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel RatingsEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel RatingsStatsLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel RatingsStatsLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel RatingsStatsLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.ratings.service.base
 

Methods in com.liferay.portlet.ratings.service.base that return PersistedModel
 PersistedModel RatingsEntryLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel RatingsStatsLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.shopping.model
 

Subinterfaces of PersistedModel in com.liferay.portlet.shopping.model
 interface ShoppingCart
          The extended model interface for the ShoppingCart service.
 interface ShoppingCategory
          The extended model interface for the ShoppingCategory service.
 interface ShoppingCoupon
          The extended model interface for the ShoppingCoupon service.
 interface ShoppingItem
          The extended model interface for the ShoppingItem service.
 interface ShoppingItemField
          The extended model interface for the ShoppingItemField service.
 interface ShoppingItemPrice
          The extended model interface for the ShoppingItemPrice service.
 interface ShoppingOrder
          The extended model interface for the ShoppingOrder service.
 interface ShoppingOrderItem
          The extended model interface for the ShoppingOrderItem service.
 

Classes in com.liferay.portlet.shopping.model that implement PersistedModel
 class ShoppingCartWrapper
           This class is a wrapper for ShoppingCart.
 class ShoppingCategoryWrapper
           This class is a wrapper for ShoppingCategory.
 class ShoppingCouponWrapper
           This class is a wrapper for ShoppingCoupon.
 class ShoppingItemFieldWrapper
           This class is a wrapper for ShoppingItemField.
 class ShoppingItemPriceWrapper
           This class is a wrapper for ShoppingItemPrice.
 class ShoppingItemWrapper
           This class is a wrapper for ShoppingItem.
 class ShoppingOrderItemWrapper
           This class is a wrapper for ShoppingOrderItem.
 class ShoppingOrderWrapper
           This class is a wrapper for ShoppingOrder.
 

Uses of PersistedModel in com.liferay.portlet.shopping.model.impl
 

Classes in com.liferay.portlet.shopping.model.impl that implement PersistedModel
 class ShoppingCartBaseImpl
          The extended model base implementation for the ShoppingCart service.
 class ShoppingCartImpl
           
 class ShoppingCategoryBaseImpl
          The extended model base implementation for the ShoppingCategory service.
 class ShoppingCategoryImpl
           
 class ShoppingCouponBaseImpl
          The extended model base implementation for the ShoppingCoupon service.
 class ShoppingCouponImpl
           
 class ShoppingItemBaseImpl
          The extended model base implementation for the ShoppingItem service.
 class ShoppingItemFieldBaseImpl
          The extended model base implementation for the ShoppingItemField service.
 class ShoppingItemFieldImpl
           
 class ShoppingItemImpl
           
 class ShoppingItemPriceBaseImpl
          The extended model base implementation for the ShoppingItemPrice service.
 class ShoppingItemPriceImpl
           
 class ShoppingOrderBaseImpl
          The extended model base implementation for the ShoppingOrder service.
 class ShoppingOrderImpl
           
 class ShoppingOrderItemBaseImpl
          The extended model base implementation for the ShoppingOrderItem service.
 class ShoppingOrderItemImpl
           
 

Uses of PersistedModel in com.liferay.portlet.shopping.service
 

Methods in com.liferay.portlet.shopping.service that return PersistedModel
static PersistedModel ShoppingCartLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingOrderItemLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ShoppingItemLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ShoppingItemFieldLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingCartLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ShoppingCouponLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingItemPriceLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingItemLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingItemFieldLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingOrderLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingCouponLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingCategoryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ShoppingOrderLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingCartLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ShoppingCategoryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingItemLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingOrderItemLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingCouponLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingItemFieldLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ShoppingOrderItemLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingCategoryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingItemPriceLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ShoppingItemPriceLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingOrderLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.shopping.service.base
 

Methods in com.liferay.portlet.shopping.service.base that return PersistedModel
 PersistedModel ShoppingOrderLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingCategoryLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingItemLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingCartLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingItemFieldLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingOrderItemLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingItemPriceLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingCouponLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.social.model
 

Subinterfaces of PersistedModel in com.liferay.portlet.social.model
 interface SocialActivity
          The extended model interface for the SocialActivity service.
 interface SocialActivityAchievement
          The extended model interface for the SocialActivityAchievement service.
 interface SocialActivityCounter
          The extended model interface for the SocialActivityCounter service.
 interface SocialActivityLimit
          The extended model interface for the SocialActivityLimit service.
 interface SocialActivitySetting
          The extended model interface for the SocialActivitySetting service.
 interface SocialRelation
          The extended model interface for the SocialRelation service.
 interface SocialRequest
          The extended model interface for the SocialRequest service.
 

Classes in com.liferay.portlet.social.model that implement PersistedModel
 class SocialActivityAchievementWrapper
           This class is a wrapper for SocialActivityAchievement.
 class SocialActivityCounterWrapper
           This class is a wrapper for SocialActivityCounter.
 class SocialActivityLimitWrapper
           This class is a wrapper for SocialActivityLimit.
 class SocialActivitySettingWrapper
           This class is a wrapper for SocialActivitySetting.
 class SocialActivityWrapper
           This class is a wrapper for SocialActivity.
 class SocialRelationWrapper
           This class is a wrapper for SocialRelation.
 class SocialRequestWrapper
           This class is a wrapper for SocialRequest.
 

Uses of PersistedModel in com.liferay.portlet.social.model.impl
 

Classes in com.liferay.portlet.social.model.impl that implement PersistedModel
 class SocialActivityAchievementBaseImpl
          The extended model base implementation for the SocialActivityAchievement service.
 class SocialActivityAchievementImpl
           
 class SocialActivityBaseImpl
          The extended model base implementation for the SocialActivity service.
 class SocialActivityCounterBaseImpl
          The extended model base implementation for the SocialActivityCounter service.
 class SocialActivityCounterImpl
           
 class SocialActivityImpl
           
 class SocialActivityLimitBaseImpl
          The extended model base implementation for the SocialActivityLimit service.
 class SocialActivityLimitImpl
           
 class SocialActivitySettingBaseImpl
          The extended model base implementation for the SocialActivitySetting service.
 class SocialActivitySettingImpl
           
 class SocialRelationBaseImpl
          The extended model base implementation for the SocialRelation service.
 class SocialRelationImpl
           
 class SocialRequestBaseImpl
          The extended model base implementation for the SocialRequest service.
 class SocialRequestImpl
           
 

Uses of PersistedModel in com.liferay.portlet.social.service
 

Methods in com.liferay.portlet.social.service that return PersistedModel
 PersistedModel SocialRequestLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialRelationLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialActivityAchievementLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SocialActivityCounterLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SocialRequestLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SocialActivityLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SocialRelationLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialActivityLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialActivityAchievementLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialRelationLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialActivityCounterLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SocialActivityLimitLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialActivityLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialActivitySettingLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialActivityCounterLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialActivitySettingLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialActivityLimitLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SocialActivitySettingLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialRequestLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SocialActivityAchievementLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialActivityLimitLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.social.service.base
 

Methods in com.liferay.portlet.social.service.base that return PersistedModel
 PersistedModel SocialActivityLimitLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialActivityLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialActivityCounterLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialRelationLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialRequestLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialActivitySettingLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialActivityAchievementLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.softwarecatalog.model
 

Subinterfaces of PersistedModel in com.liferay.portlet.softwarecatalog.model
 interface SCFrameworkVersion
          The extended model interface for the SCFrameworkVersion service.
 interface SCLicense
          The extended model interface for the SCLicense service.
 interface SCProductEntry
          The extended model interface for the SCProductEntry service.
 interface SCProductScreenshot
          The extended model interface for the SCProductScreenshot service.
 interface SCProductVersion
          The extended model interface for the SCProductVersion service.
 

Classes in com.liferay.portlet.softwarecatalog.model that implement PersistedModel
 class SCFrameworkVersionWrapper
           This class is a wrapper for SCFrameworkVersion.
 class SCLicenseWrapper
           This class is a wrapper for SCLicense.
 class SCProductEntryWrapper
           This class is a wrapper for SCProductEntry.
 class SCProductScreenshotWrapper
           This class is a wrapper for SCProductScreenshot.
 class SCProductVersionWrapper
           This class is a wrapper for SCProductVersion.
 

Uses of PersistedModel in com.liferay.portlet.softwarecatalog.model.impl
 

Classes in com.liferay.portlet.softwarecatalog.model.impl that implement PersistedModel
 class SCFrameworkVersionBaseImpl
          The extended model base implementation for the SCFrameworkVersion service.
 class SCFrameworkVersionImpl
           
 class SCLicenseBaseImpl
          The extended model base implementation for the SCLicense service.
 class SCLicenseImpl
           
 class SCProductEntryBaseImpl
          The extended model base implementation for the SCProductEntry service.
 class SCProductEntryImpl
           
 class SCProductScreenshotBaseImpl
          The extended model base implementation for the SCProductScreenshot service.
 class SCProductScreenshotImpl
           
 class SCProductVersionBaseImpl
          The extended model base implementation for the SCProductVersion service.
 class SCProductVersionImpl
           
 

Uses of PersistedModel in com.liferay.portlet.softwarecatalog.service
 

Methods in com.liferay.portlet.softwarecatalog.service that return PersistedModel
static PersistedModel SCFrameworkVersionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCFrameworkVersionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SCLicenseLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCProductVersionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCProductScreenshotLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCProductVersionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCLicenseLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCProductEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCProductScreenshotLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCProductEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SCProductScreenshotLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCLicenseLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SCProductEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SCProductVersionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCFrameworkVersionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.softwarecatalog.service.base
 

Methods in com.liferay.portlet.softwarecatalog.service.base that return PersistedModel
 PersistedModel SCProductScreenshotLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCProductVersionLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCProductEntryLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCLicenseLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCFrameworkVersionLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.wiki.model
 

Subinterfaces of PersistedModel in com.liferay.portlet.wiki.model
 interface WikiNode
          The extended model interface for the WikiNode service.
 interface WikiPage
          The extended model interface for the WikiPage service.
 interface WikiPageResource
          The extended model interface for the WikiPageResource service.
 

Classes in com.liferay.portlet.wiki.model that implement PersistedModel
 class WikiNodeWrapper
           This class is a wrapper for WikiNode.
 class WikiPageResourceWrapper
           This class is a wrapper for WikiPageResource.
 class WikiPageWrapper
           This class is a wrapper for WikiPage.
 

Uses of PersistedModel in com.liferay.portlet.wiki.model.impl
 

Classes in com.liferay.portlet.wiki.model.impl that implement PersistedModel
 class WikiNodeBaseImpl
          The extended model base implementation for the WikiNode service.
 class WikiNodeImpl
           
 class WikiPageBaseImpl
          The extended model base implementation for the WikiPage service.
 class WikiPageImpl
           
 class WikiPageResourceBaseImpl
          The extended model base implementation for the WikiPageResource service.
 class WikiPageResourceImpl
           
 

Uses of PersistedModel in com.liferay.portlet.wiki.service
 

Methods in com.liferay.portlet.wiki.service that return PersistedModel
 PersistedModel WikiNodeLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WikiPageResourceLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WikiPageLocalService.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel WikiPageLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel WikiPageResourceLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel WikiNodeLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WikiNodeLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WikiPageResourceLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WikiPageLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PersistedModel in com.liferay.portlet.wiki.service.base
 

Methods in com.liferay.portlet.wiki.service.base that return PersistedModel
 PersistedModel WikiPageLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WikiNodeLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WikiPageResourceLocalServiceBaseImpl.getPersistedModel(Serializable primaryKeyObj)
           
 


Liferay 6.1.2-ce-ga3