Uses of Interface
com.liferay.portal.kernel.model.ClassedModel
Packages that use ClassedModel
Package
Description
This package defines the portal counter model interfaces, classes, and wrappers.
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal model implementation base classes.
This package defines the portal repository proxy beans.
-
Uses of ClassedModel in com.liferay.announcements.kernel.model
Subinterfaces of ClassedModel in com.liferay.announcements.kernel.modelModifier and TypeInterfaceDescriptioninterface
The extended model interface for the AnnouncementsDelivery service.interface
The base model interface for the AnnouncementsDelivery service.interface
The extended model interface for the AnnouncementsEntry service.interface
The base model interface for the AnnouncementsEntry service.interface
The extended model interface for the AnnouncementsFlag service.interface
The base model interface for the AnnouncementsFlag service.Classes in com.liferay.announcements.kernel.model that implement ClassedModelModifier and TypeClassDescriptionclass
This class is a wrapper forAnnouncementsDelivery
.class
This class is a wrapper forAnnouncementsEntry
.class
This class is a wrapper forAnnouncementsFlag
. -
Uses of ClassedModel in com.liferay.asset.kernel.model
Subinterfaces of ClassedModel in com.liferay.asset.kernel.modelModifier and TypeInterfaceDescriptioninterface
The extended model interface for the AssetCategory service.interface
The base model interface for the AssetCategory service.interface
The extended model interface for the AssetEntry service.interface
The base model interface for the AssetEntry service.interface
The extended model interface for the AssetTag service.interface
The base model interface for the AssetTag service.interface
The extended model interface for the AssetVocabulary service.interface
The base model interface for the AssetVocabulary service.Classes in com.liferay.asset.kernel.model that implement ClassedModelModifier and TypeClassDescriptionclass
This class is a wrapper forAssetCategory
.class
This class is a wrapper forAssetEntry
.class
This class is a wrapper forAssetTag
.class
This class is a wrapper forAssetVocabulary
. -
Uses of ClassedModel in com.liferay.counter.kernel.model
Subinterfaces of ClassedModel in com.liferay.counter.kernel.modelModifier and TypeInterfaceDescriptioninterface
The extended model interface for the Counter service.interface
The base model interface for the Counter service.Classes in com.liferay.counter.kernel.model that implement ClassedModel -
Uses of ClassedModel in com.liferay.document.library.kernel.model
Subinterfaces of ClassedModel in com.liferay.document.library.kernel.modelModifier and TypeInterfaceDescriptioninterface
The extended model interface for the DLFileEntry service.interface
The extended model interface for the DLFileEntryMetadata service.interface
The base model interface for the DLFileEntryMetadata service.interface
The base model interface for the DLFileEntry service.interface
The extended model interface for the DLFileEntryType service.interface
The base model interface for the DLFileEntryType service.interface
The extended model interface for the DLFileShortcut service.interface
The base model interface for the DLFileShortcut service.interface
The extended model interface for the DLFileVersion service.interface
The base model interface for the DLFileVersion service.interface
The extended model interface for the DLFolder service.interface
The base model interface for the DLFolder service.Classes in com.liferay.document.library.kernel.model that implement ClassedModelModifier and TypeClassDescriptionclass
This class is a wrapper forDLFileEntryMetadata
.class
This class is a wrapper forDLFileEntryType
.class
This class is a wrapper forDLFileEntry
.class
This class is a wrapper forDLFileShortcut
.class
This class is a wrapper forDLFileVersion
.class
This class is a wrapper forDLFolder
. -
Uses of ClassedModel in com.liferay.dynamic.data.mapping.kernel
Subinterfaces of ClassedModel in com.liferay.dynamic.data.mapping.kernel -
Uses of ClassedModel in com.liferay.expando.kernel.model
Subinterfaces of ClassedModel in com.liferay.expando.kernel.modelModifier and TypeInterfaceDescriptioninterface
The extended model interface for the ExpandoColumn service.interface
The base model interface for the ExpandoColumn service.interface
The extended model interface for the ExpandoRow service.interface
The base model interface for the ExpandoRow service.interface
The extended model interface for the ExpandoTable service.interface
The base model interface for the ExpandoTable service.interface
The extended model interface for the ExpandoValue service.interface
The base model interface for the ExpandoValue service.Classes in com.liferay.expando.kernel.model that implement ClassedModelModifier and TypeClassDescriptionclass
This class is a wrapper forExpandoColumn
.class
This class is a wrapper forExpandoRow
.class
This class is a wrapper forExpandoTable
.class
This class is a wrapper forExpandoValue
. -
Uses of ClassedModel in com.liferay.expando.kernel.model.adapter
Subinterfaces of ClassedModel in com.liferay.expando.kernel.model.adapter -
Uses of ClassedModel in com.liferay.exportimport.kernel.lar
Methods in com.liferay.exportimport.kernel.lar with parameters of type ClassedModelModifier and TypeMethodDescriptionvoid
PortletDataContext.addClassedModel
(Element element, String path, ClassedModel classedModel) void
PortletDataContext.addClassedModel
(Element element, String path, ClassedModel classedModel, Class<?> clazz) PortletDataContext.addReferenceElement
(ClassedModel referrerClassedModel, Element element, ClassedModel classedModel, String referenceType, boolean missing) PortletDataContext.addReferenceElement
(ClassedModel referrerClassedModel, Element element, ClassedModel classedModel, String binPath, String referenceType, boolean missing) PortletDataContext.addReferenceElement
(ClassedModel referrerClassedModel, Element element, ClassedModel classedModel, String className, String binPath, String referenceType, boolean missing) void
PortletDataContext.cleanUpMissingReferences
(ClassedModel classedModel) PortletDataContext.createServiceContext
(Element element, ClassedModel classedModel) PortletDataContext.createServiceContext
(String path, ClassedModel classedModel) static String
ExportImportClassedModelUtil.getClassName
(ClassedModel classedModel) static long
ExportImportClassedModelUtil.getClassNameId
(ClassedModel classedModel) static long
ExportImportClassedModelUtil.getClassPK
(ClassedModel classedModel) static String
ExportImportClassedModelUtil.getClassSimpleName
(ClassedModel classedModel) PortletDataContext.getExportDataElement
(ClassedModel classedModel) PortletDataContext.getExportDataElement
(ClassedModel classedModel, String modelClassSimpleName) PortletDataContext.getMissingReferenceElement
(ClassedModel classedModel) static Serializable
ExportImportClassedModelUtil.getPrimaryKeyObj
(ClassedModel classedModel) void
PortletDataContext.importClassedModel
(ClassedModel classedModel, ClassedModel newClassedModel) void
PortletDataContext.importClassedModel
(ClassedModel classedModel, ClassedModel newClassedModel, Class<?> clazz) -
Uses of ClassedModel in com.liferay.exportimport.kernel.model
Subinterfaces of ClassedModel in com.liferay.exportimport.kernel.modelModifier and TypeInterfaceDescriptioninterface
The extended model interface for the ExportImportConfiguration service.interface
The base model interface for the ExportImportConfiguration service.Classes in com.liferay.exportimport.kernel.model that implement ClassedModel -
Uses of ClassedModel in com.liferay.portal.kernel.model
Subinterfaces of ClassedModel in com.liferay.portal.kernel.modelModifier and TypeInterfaceDescriptioninterface
The extended model interface for the Address service.interface
The base model interface for the Address service.interface
interface
BaseModel<T>
The base interface for all model classes.interface
The extended model interface for the BrowserTracker service.interface
The base model interface for the BrowserTracker service.interface
The extended model interface for the ClassName service.interface
The base model interface for the ClassName service.interface
The extended model interface for the Company service.interface
The extended model interface for the CompanyInfo service.interface
The base model interface for the CompanyInfo service.interface
The base model interface for the Company service.interface
The extended model interface for the Contact service.interface
The base model interface for the Contact service.interface
The extended model interface for the Country service.interface
The extended model interface for the CountryLocalization service.interface
The base model interface for the CountryLocalization service.interface
The base model interface for the Country service.interface
The extended model interface for the EmailAddress service.interface
The base model interface for the EmailAddress service.interface
The extended model interface for the Group service.interface
interface
The base model interface for the Group service.interface
The extended model interface for the Image service.interface
The base model interface for the Image service.interface
The extended model interface for the Layout service.interface
The extended model interface for the LayoutBranch service.interface
The base model interface for the LayoutBranch service.interface
The extended model interface for the LayoutFriendlyURL service.interface
The base model interface for the LayoutFriendlyURL service.interface
The base model interface for the Layout service.interface
The extended model interface for the LayoutPrototype service.interface
The base model interface for the LayoutPrototype service.interface
The extended model interface for the LayoutRevision service.interface
The base model interface for the LayoutRevision service.interface
The extended model interface for the LayoutSet service.interface
The extended model interface for the LayoutSetBranch service.interface
The base model interface for the LayoutSetBranch service.interface
The base model interface for the LayoutSet service.interface
The extended model interface for the LayoutSetPrototype service.interface
The base model interface for the LayoutSetPrototype service.interface
The extended model interface for the ListType service.interface
The base model interface for the ListType service.interface
The extended model interface for the MembershipRequest service.interface
The base model interface for the MembershipRequest service.interface
The extended model interface for the Organization service.interface
The base model interface for the Organization service.interface
The extended model interface for the OrgLabor service.interface
The base model interface for the OrgLabor service.interface
The extended model interface for the PasswordPolicy service.interface
The base model interface for the PasswordPolicy service.interface
The extended model interface for the PasswordPolicyRel service.interface
The base model interface for the PasswordPolicyRel service.interface
The extended model interface for the PasswordTracker service.interface
The base model interface for the PasswordTracker service.interface
The extended model interface for the Phone service.interface
The base model interface for the Phone service.interface
The extended model interface for the PluginSetting service.interface
The base model interface for the PluginSetting service.interface
The extended model interface for the PortalPreferences service.interface
The base model interface for the PortalPreferences service.interface
The extended model interface for the PortalPreferenceValue service.interface
The base model interface for the PortalPreferenceValue service.interface
The extended model interface for the Portlet service.interface
The extended model interface for the PortletItem service.interface
The base model interface for the PortletItem service.interface
The base model interface for the Portlet service.interface
The extended model interface for the PortletPreferences service.interface
The base model interface for the PortletPreferences service.interface
The extended model interface for the PortletPreferenceValue service.interface
The base model interface for the PortletPreferenceValue service.interface
The extended model interface for the RecentLayoutBranch service.interface
The base model interface for the RecentLayoutBranch service.interface
The extended model interface for the RecentLayoutRevision service.interface
The base model interface for the RecentLayoutRevision service.interface
The extended model interface for the RecentLayoutSetBranch service.interface
The base model interface for the RecentLayoutSetBranch service.interface
The extended model interface for the Region service.interface
The extended model interface for the RegionLocalization service.interface
The base model interface for the RegionLocalization service.interface
The base model interface for the Region service.interface
The extended model interface for the Release service.interface
The base model interface for the Release service.interface
The extended model interface for the RememberMeToken service.interface
The base model interface for the RememberMeToken service.interface
The extended model interface for the Repository service.interface
The extended model interface for the RepositoryEntry service.interface
The base model interface for the RepositoryEntry service.interface
The base model interface for the Repository service.interface
The extended model interface for the ResourceAction service.interface
The base model interface for the ResourceAction service.interface
The extended model interface for the ResourcePermission service.interface
The base model interface for the ResourcePermission service.interface
The extended model interface for the Role service.interface
The base model interface for the Role service.interface
The extended model interface for the ServiceComponent service.interface
The base model interface for the ServiceComponent service.interface
interface
interface
interface
Deprecated.interface
Deprecated.interface
The extended model interface for the SystemEvent service.interface
The base model interface for the SystemEvent service.interface
The extended model interface for the Team service.interface
The base model interface for the Team service.interface
The extended model interface for the Ticket service.interface
The base model interface for the Ticket service.interface
The extended model interface for the User service.interface
The extended model interface for the UserGroup service.interface
The extended model interface for the UserGroupGroupRole service.interface
The base model interface for the UserGroupGroupRole service.interface
The base model interface for the UserGroup service.interface
The extended model interface for the UserGroupRole service.interface
The base model interface for the UserGroupRole service.interface
The extended model interface for the UserIdMapper service.interface
The base model interface for the UserIdMapper service.interface
The base model interface for the User service.interface
The extended model interface for the UserNotificationDelivery service.interface
The base model interface for the UserNotificationDelivery service.interface
The extended model interface for the UserNotificationEvent service.interface
The base model interface for the UserNotificationEvent service.interface
The extended model interface for the UserTracker service.interface
The base model interface for the UserTracker service.interface
The extended model interface for the UserTrackerPath service.interface
The base model interface for the UserTrackerPath service.interface
The extended model interface for the VirtualHost service.interface
The base model interface for the VirtualHost service.interface
The extended model interface for the WebDAVProps service.interface
The base model interface for the WebDAVProps service.interface
The extended model interface for the Website service.interface
The base model interface for the Website service.interface
The extended model interface for the WorkflowDefinitionLink service.interface
The base model interface for the WorkflowDefinitionLink service.interface
The extended model interface for the WorkflowInstanceLink service.interface
The base model interface for the WorkflowInstanceLink service.Classes in com.liferay.portal.kernel.model that implement ClassedModelModifier and TypeClassDescriptionclass
This class is a wrapper forAddress
.class
This class is a wrapper forBrowserTracker
.class
This class is a wrapper forClassName
.class
This class is a wrapper forCompanyInfo
.class
This class is a wrapper forCompany
.class
This class is a wrapper forContact
.class
This class is a wrapper forCountryLocalization
.class
This class is a wrapper forCountry
.class
This class is a wrapper forEmailAddress
.class
This class is a wrapper forGroup
.class
This class is a wrapper forImage
.class
This class is a wrapper forLayoutBranch
.class
This class is a wrapper forLayoutFriendlyURL
.class
This class is a wrapper forLayoutPrototype
.class
This class is a wrapper forLayoutRevision
.class
This class is a wrapper forLayoutSetBranch
.class
This class is a wrapper forLayoutSetPrototype
.class
This class is a wrapper forLayoutSet
.class
This class is a wrapper forLayout
.class
This class is a wrapper forListType
.class
This class is a wrapper forMembershipRequest
.class
This class is a wrapper forOrganization
.class
This class is a wrapper forOrgLabor
.class
This class is a wrapper forPasswordPolicyRel
.class
This class is a wrapper forPasswordPolicy
.class
This class is a wrapper forPasswordTracker
.class
This class is a wrapper forPhone
.class
This class is a wrapper forPluginSetting
.class
This class is a wrapper forPortalPreferences
.class
This class is a wrapper forPortalPreferenceValue
.class
This class is a wrapper forPortletItem
.class
This class is a wrapper forPortletPreferences
.class
This class is a wrapper forPortletPreferenceValue
.class
This class is a wrapper forPortlet
.class
This class is a wrapper forRecentLayoutBranch
.class
This class is a wrapper forRecentLayoutRevision
.class
This class is a wrapper forRecentLayoutSetBranch
.class
This class is a wrapper forRegionLocalization
.class
This class is a wrapper forRegion
.class
This class is a wrapper forRelease
.class
This class is a wrapper forRememberMeToken
.class
This class is a wrapper forRepositoryEntry
.class
This class is a wrapper forRepository
.class
This class is a wrapper forResourceAction
.class
This class is a wrapper forResourcePermission
.class
This class is a wrapper forRole
.class
This class is a wrapper forServiceComponent
.class
Deprecated.class
This class is a wrapper forSystemEvent
.class
This class is a wrapper forTeam
.class
This class is a wrapper forTicket
.class
This class is a wrapper forUserGroupGroupRole
.class
This class is a wrapper forUserGroupRole
.class
This class is a wrapper forUserGroup
.class
This class is a wrapper forUserIdMapper
.class
This class is a wrapper forUserNotificationDelivery
.class
This class is a wrapper forUserNotificationEvent
.class
This class is a wrapper forUserTrackerPath
.class
This class is a wrapper forUserTracker
.class
This class is a wrapper forUser
.class
This class is a wrapper forVirtualHost
.class
This class is a wrapper forWebDAVProps
.class
This class is a wrapper forWebsite
.class
This class is a wrapper forWorkflowDefinitionLink
.class
This class is a wrapper forWorkflowInstanceLink
. -
Uses of ClassedModel in com.liferay.portal.kernel.model.adapter
Subinterfaces of ClassedModel in com.liferay.portal.kernel.model.adapterModifier and TypeInterfaceDescriptioninterface
interface
-
Uses of ClassedModel in com.liferay.portal.kernel.model.change.tracking
Subinterfaces of ClassedModel in com.liferay.portal.kernel.model.change.tracking -
Uses of ClassedModel in com.liferay.portal.kernel.model.impl
Classes in com.liferay.portal.kernel.model.impl that implement ClassedModelModifier and TypeClassDescriptionclass
The base implementation for all model classes.class
-
Uses of ClassedModel in com.liferay.portal.kernel.model.wrapper
Classes in com.liferay.portal.kernel.model.wrapper that implement ClassedModel -
Uses of ClassedModel in com.liferay.portal.kernel.repository.model
Subinterfaces of ClassedModel in com.liferay.portal.kernel.repository.modelModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
Classes in com.liferay.portal.kernel.repository.model that implement ClassedModelModifier and TypeClassDescriptionclass
class
class
class
-
Uses of ClassedModel in com.liferay.portal.kernel.repository.proxy
Classes in com.liferay.portal.kernel.repository.proxy that implement ClassedModelModifier and TypeClassDescriptionclass
class
class
class
-
Uses of ClassedModel in com.liferay.portal.kernel.security.permission.resource
Classes in com.liferay.portal.kernel.security.permission.resource with type parameters of type ClassedModelModifier and TypeClassDescriptionclass
BaseModelResourcePermissionWrapper<T extends ClassedModel>
interface
ModelResourcePermission<T extends ClassedModel>
Methods in com.liferay.portal.kernel.security.permission.resource with type parameters of type ClassedModelModifier and TypeMethodDescriptionstatic <T extends ClassedModel>
ModelResourcePermission<T>ModelResourcePermissionRegistryUtil.getModelResourcePermission
(String modelClassName) -
Uses of ClassedModel in com.liferay.portal.kernel.social
Classes in com.liferay.portal.kernel.social with type parameters of type ClassedModelModifier and TypeClassDescriptionclass
BaseSocialActivityManager<T extends ClassedModel & GroupedModel>
interface
SocialActivityManager<T extends ClassedModel & GroupedModel>
Methods in com.liferay.portal.kernel.social with type parameters of type ClassedModelModifier and TypeMethodDescriptionstatic <T extends ClassedModel & GroupedModel>
voidSocialActivityManagerUtil.addActivity
(long userId, T classedModel, int type, String extraData, long receiverUserId) static <T extends ClassedModel & GroupedModel>
voidSocialActivityManagerUtil.addUniqueActivity
(long userId, Date createDate, T classedModel, int type, String extraData, long receiverUserId) static <T extends ClassedModel & GroupedModel>
voidSocialActivityManagerUtil.addUniqueActivity
(long userId, T classedModel, int type, String extraData, long receiverUserId) static <T extends ClassedModel & GroupedModel>
voidSocialActivityManagerUtil.deleteActivities
(T classedModel) static <T extends ClassedModel & GroupedModel>
SocialActivityManager<T>SocialActivityManagerUtil.getSocialActivityManager()
static <T extends ClassedModel & GroupedModel>
voidSocialActivityManagerUtil.updateLastSocialActivity
(long userId, T classedModel, int type, Date createDate) -
Uses of ClassedModel in com.liferay.ratings.kernel.model
Subinterfaces of ClassedModel in com.liferay.ratings.kernel.modelModifier and TypeInterfaceDescriptioninterface
The extended model interface for the RatingsEntry service.interface
The base model interface for the RatingsEntry service.interface
The extended model interface for the RatingsStats service.interface
The base model interface for the RatingsStats service.Classes in com.liferay.ratings.kernel.model that implement ClassedModelModifier and TypeClassDescriptionclass
This class is a wrapper forRatingsEntry
.class
This class is a wrapper forRatingsStats
. -
Uses of ClassedModel in com.liferay.social.kernel.model
Subinterfaces of ClassedModel in com.liferay.social.kernel.modelModifier and TypeInterfaceDescriptioninterface
The extended model interface for the SocialActivity service.interface
The extended model interface for the SocialActivityAchievement service.interface
The base model interface for the SocialActivityAchievement service.interface
The extended model interface for the SocialActivityCounter service.interface
The base model interface for the SocialActivityCounter service.interface
The extended model interface for the SocialActivityLimit service.interface
The base model interface for the SocialActivityLimit service.interface
The base model interface for the SocialActivity service.interface
The extended model interface for the SocialActivitySet service.interface
The base model interface for the SocialActivitySet service.interface
The extended model interface for the SocialActivitySetting service.interface
The base model interface for the SocialActivitySetting service.interface
The extended model interface for the SocialRelation service.interface
The base model interface for the SocialRelation service.interface
The extended model interface for the SocialRequest service.interface
The base model interface for the SocialRequest service.Classes in com.liferay.social.kernel.model that implement ClassedModelModifier and TypeClassDescriptionclass
This class is a wrapper forSocialActivityAchievement
.class
This class is a wrapper forSocialActivityCounter
.class
This class is a wrapper forSocialActivityLimit
.class
This class is a wrapper forSocialActivitySetting
.class
This class is a wrapper forSocialActivitySet
.class
This class is a wrapper forSocialActivity
.class
This class is a wrapper forSocialRelation
.class
This class is a wrapper forSocialRequest
. -
Uses of ClassedModel in com.liferay.trash.kernel.model
Subinterfaces of ClassedModel in com.liferay.trash.kernel.modelModifier and TypeInterfaceDescriptioninterface
Deprecated.interface
Deprecated.As of Judson (7.1.x), replaced bycom.liferay.trash.model.impl.TrashEntryImpl
Classes in com.liferay.trash.kernel.model that implement ClassedModelModifier and TypeClassDescriptionclass
Deprecated.As of Judson (7.1.x), replaced bycom.liferay.trash.model.impl.TrashEntryImpl
com.liferay.trash.model.impl.TrashEntryImpl