Uses of Interface
com.liferay.portal.kernel.model.BaseModel
Packages that use BaseModel
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 service persistence interfaces, classes, and utilities.
This package defines the portal service persistence implementation base classes.
This package defines the kernel utility interfaces and classes.
-
Uses of BaseModel in com.liferay.announcements.kernel.model
Subinterfaces of BaseModel 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 BaseModelModifier and TypeClassDescriptionclass
This class is a wrapper forAnnouncementsDelivery
.class
This class is a wrapper forAnnouncementsEntry
.class
This class is a wrapper forAnnouncementsFlag
. -
Uses of BaseModel in com.liferay.asset.kernel.model
Subinterfaces of BaseModel 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 BaseModelModifier 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 BaseModel in com.liferay.counter.kernel.model
Subinterfaces of BaseModel 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 BaseModel -
Uses of BaseModel in com.liferay.document.library.kernel.model
Subinterfaces of BaseModel 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 BaseModelModifier 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 BaseModel in com.liferay.expando.kernel.model
Subinterfaces of BaseModel 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 BaseModelModifier 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 BaseModel in com.liferay.expando.kernel.model.adapter
Subinterfaces of BaseModel in com.liferay.expando.kernel.model.adapter -
Uses of BaseModel in com.liferay.exportimport.kernel.model
Subinterfaces of BaseModel 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 BaseModel -
Uses of BaseModel in com.liferay.exportimport.kernel.staging
Methods in com.liferay.exportimport.kernel.staging with type parameters of type BaseModelModifier and TypeMethodDescription<T extends BaseModel>
voidStaging.addModelToChangesetCollection
(T model) static <T extends BaseModel>
voidStagingUtil.addModelToChangesetCollection
(T model) <T extends BaseModel>
voidStaging.removeModelFromChangesetCollection
(T model) static <T extends BaseModel>
voidStagingUtil.removeModelFromChangesetCollection
(T model) -
Uses of BaseModel in com.liferay.portal.kernel.backgroundtask
Methods in com.liferay.portal.kernel.backgroundtask that return BaseModel -
Uses of BaseModel in com.liferay.portal.kernel.dao.orm
Methods in com.liferay.portal.kernel.dao.orm with parameters of type BaseModelModifier and TypeMethodDescriptionObject[]
ArgumentsResolver.getArguments
(FinderPath finderPath, BaseModel<?> baseModel, boolean checkColumn, boolean original) void
EntityCache.putResult
(Class<?> clazz, BaseModel<?> baseModel, boolean quiet, boolean updateFinderCache) static void
EntityCacheUtil.putResult
(Class<?> clazz, BaseModel<?> baseModel, boolean quiet, boolean updateFinderCache) void
EntityCache.removeResult
(Class<?> clazz, BaseModel<?> baseModel) static void
EntityCacheUtil.removeResult
(Class<?> clazz, BaseModel<?> baseModel) -
Uses of BaseModel in com.liferay.portal.kernel.dao.search
Methods in com.liferay.portal.kernel.dao.search with type parameters of type BaseModelModifier and TypeMethodDescription<T extends BaseModel<T>>
voidSearchContainer.setResultsAndTotal
(BaseModelSearchResult<T> baseModelSearchResult) -
Uses of BaseModel in com.liferay.portal.kernel.internal.dao.orm
Methods in com.liferay.portal.kernel.internal.dao.orm with parameters of type BaseModelModifier and TypeMethodDescriptionObject[]
TableMapperArgumentResolver.getArguments
(FinderPath finderPath, BaseModel<?> baseModel, boolean checkColumn, boolean original) -
Uses of BaseModel in com.liferay.portal.kernel.internal.service.persistence
Classes in com.liferay.portal.kernel.internal.service.persistence with type parameters of type BaseModelModifier and TypeClassDescriptionclass
ReverseTableMapper<L extends BaseModel<L>,
R extends BaseModel<R>> class
ReverseTableMapper<L extends BaseModel<L>,
R extends BaseModel<R>> class
TableMapperImpl<L extends BaseModel<L>,
R extends BaseModel<R>> class
TableMapperImpl<L extends BaseModel<L>,
R extends BaseModel<R>> Methods in com.liferay.portal.kernel.internal.service.persistence with type parameters of type BaseModelModifier and TypeMethodDescriptionTableMapperImpl.deleteTableMappings
(Class<M> masterModelClass, Class<S> slaveModelClass, PortalCache<Long, long[]> masterToSlavePortalCache, PortalCache<Long, long[]> slaveToMasterPortalCache, MappingSqlQuery<Long> mappingSqlQuery, SqlUpdate deleteSqlUpdate, long masterPrimaryKey) TableMapperImpl.deleteTableMappings
(Class<M> masterModelClass, Class<S> slaveModelClass, PortalCache<Long, long[]> masterToSlavePortalCache, PortalCache<Long, long[]> slaveToMasterPortalCache, MappingSqlQuery<Long> mappingSqlQuery, SqlUpdate deleteSqlUpdate, long masterPrimaryKey) TableMapperImpl.getBaseModels
(PortalCache<Long, long[]> portalCache, MappingSqlQuery<Long> mappingSqlQuery, long masterPrimaryKey, BasePersistence<T> slaveBasePersistence, int start, int end, OrderByComparator<T> orderByComparator) -
Uses of BaseModel in com.liferay.portal.kernel.internal.service.persistence.change.tracking
Classes in com.liferay.portal.kernel.internal.service.persistence.change.tracking with type parameters of type BaseModelModifier and TypeClassDescriptionclass
CTTableMapper<L extends BaseModel<L>,
R extends BaseModel<R>> class
CTTableMapper<L extends BaseModel<L>,
R extends BaseModel<R>> -
Uses of BaseModel in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model with type parameters of type BaseModelSubinterfaces of BaseModel 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
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
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
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 BaseModelModifier 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
.Methods in com.liferay.portal.kernel.model with parameters of type BaseModelModifier and TypeMethodDescriptionvoid
BaseModel.setExpandoBridgeAttributes
(BaseModel<?> baseModel) -
Uses of BaseModel in com.liferay.portal.kernel.model.adapter
Subinterfaces of BaseModel in com.liferay.portal.kernel.model.adapter -
Uses of BaseModel in com.liferay.portal.kernel.model.change.tracking
Subinterfaces of BaseModel in com.liferay.portal.kernel.model.change.tracking -
Uses of BaseModel in com.liferay.portal.kernel.model.impl
Classes in com.liferay.portal.kernel.model.impl that implement BaseModelModifier and TypeClassDescriptionclass
The base implementation for all model classes.class
Methods in com.liferay.portal.kernel.model.impl with parameters of type BaseModelModifier and TypeMethodDescriptionvoid
BaseModelImpl.setExpandoBridgeAttributes
(BaseModel<?> baseModel) -
Uses of BaseModel in com.liferay.portal.kernel.model.wrapper
Classes in com.liferay.portal.kernel.model.wrapper with type parameters of type BaseModelClasses in com.liferay.portal.kernel.model.wrapper that implement BaseModelFields in com.liferay.portal.kernel.model.wrapper declared as BaseModelMethods in com.liferay.portal.kernel.model.wrapper with parameters of type BaseModelModifier and TypeMethodDescriptionvoid
BaseModelWrapper.setExpandoBridgeAttributes
(BaseModel<?> baseModel) -
Uses of BaseModel in com.liferay.portal.kernel.search
Classes in com.liferay.portal.kernel.search with type parameters of type BaseModelMethods in com.liferay.portal.kernel.search with type parameters of type BaseModelModifier and TypeMethodDescriptionstatic <T extends BaseModel<T>>
BaseModelSearchResult<T>BaseModelSearchResult.createWithStartAndEnd
(Function<BaseModelSearchResult.StartAndEnd, List<T>> getBaseModelsFunction, int length, int start, int end) static <T extends BaseModel<T>>
BaseModelSearchResult<T>BaseModelSearchResult.unsafeCreateWithStartAndEnd
(com.liferay.petra.function.UnsafeFunction<BaseModelSearchResult.StartAndEnd, List<T>, PortalException> getBaseModelsUnsafeFunction, int length, int start, int end) Methods in com.liferay.portal.kernel.search with parameters of type BaseModelModifier and TypeMethodDescriptionvoid
DocumentContributor.contribute
(Document document, BaseModel<T> baseModel) protected Document
BaseIndexer.getBaseModelDocument
(String portletId, BaseModel<?> baseModel) protected Document
BaseIndexer.getBaseModelDocument
(String portletId, BaseModel<?> baseModel, BaseModel<?> workflowedBaseModel) void
-
Uses of BaseModel in com.liferay.portal.kernel.service.persistence
Classes in com.liferay.portal.kernel.service.persistence with type parameters of type BaseModelModifier and TypeInterfaceDescriptioninterface
BasePersistence<T extends BaseModel<T>>
The base interface for all ServiceBuilder persistence classes. -
Uses of BaseModel in com.liferay.portal.kernel.service.persistence.impl
Classes in com.liferay.portal.kernel.service.persistence.impl with type parameters of type BaseModelModifier and TypeClassDescriptionclass
BasePersistenceImpl<T extends BaseModel<T>>
The base implementation for all persistence classes.interface
TableMapper<L extends BaseModel<L>,
R extends BaseModel<R>> interface
TableMapper<L extends BaseModel<L>,
R extends BaseModel<R>> Methods in com.liferay.portal.kernel.service.persistence.impl with type parameters of type BaseModelModifier and TypeMethodDescriptionstatic <L extends BaseModel<L>,
R extends BaseModel<R>>
TableMapper<L,R> TableMapperFactory.getTableMapper
(String tableName, String companyColumnName, String leftColumnName, String rightColumnName, BasePersistence<L> leftPersistence, BasePersistence<R> rightPersistence) static <L extends BaseModel<L>,
R extends BaseModel<R>>
TableMapper<L,R> TableMapperFactory.getTableMapper
(String tableName, String companyColumnName, String leftColumnName, String rightColumnName, BasePersistence<L> leftPersistence, BasePersistence<R> rightPersistence) static <L extends BaseModel<L>,
R extends BaseModel<R>>
TableMapper<L,R> TableMapperFactory.getTableMapper
(String tableMapperKey, String tableName, String companyColumnName, String leftColumnName, String rightColumnName, BasePersistence<L> leftPersistence, Class<R> rightModelClass) Creates a left side only TableMapperstatic <L extends BaseModel<L>,
R extends BaseModel<R>>
TableMapper<L,R> TableMapperFactory.getTableMapper
(String tableMapperKey, String tableName, String companyColumnName, String leftColumnName, String rightColumnName, BasePersistence<L> leftPersistence, Class<R> rightModelClass) Creates a left side only TableMapper -
Uses of BaseModel in com.liferay.portal.kernel.servlet.taglib.ui
Methods in com.liferay.portal.kernel.servlet.taglib.ui that return BaseModelMethods in com.liferay.portal.kernel.servlet.taglib.ui with parameters of type BaseModel -
Uses of BaseModel in com.liferay.portal.kernel.util
Classes in com.liferay.portal.kernel.util with type parameters of type BaseModelModifier and TypeClassDescriptionprotected static class
Methods in com.liferay.portal.kernel.util with type parameters of type BaseModelMethods in com.liferay.portal.kernel.util with parameters of type BaseModelModifier and TypeMethodDescriptionPortal.getUserName
(BaseModel<?> baseModel) static String
PortalUtil.getUserName
(BaseModel<?> baseModel) void
Portal.updateImageId
(BaseModel<?> baseModel, boolean image, byte[] bytes, String fieldName, long maxSize, int maxHeight, int maxWidth) static void
PortalUtil.updateImageId
(BaseModel<?> baseModel, boolean hasImage, byte[] bytes, String fieldName, long maxSize, int maxHeight, int maxWidth) -
Uses of BaseModel in com.liferay.ratings.kernel.model
Subinterfaces of BaseModel 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 BaseModelModifier and TypeClassDescriptionclass
This class is a wrapper forRatingsEntry
.class
This class is a wrapper forRatingsStats
. -
Uses of BaseModel in com.liferay.social.kernel.model
Subinterfaces of BaseModel 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 BaseModelModifier 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 BaseModel in com.liferay.trash.kernel.model
Subinterfaces of BaseModel 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 BaseModelModifier and TypeClassDescriptionclass
Deprecated.As of Judson (7.1.x), replaced bycom.liferay.trash.model.impl.TrashEntryImpl
Methods in com.liferay.trash.kernel.model with parameters of type BaseModelModifier and TypeMethodDescriptionvoid
TrashEntryModel.setExpandoBridgeAttributes
(BaseModel<?> baseModel) Deprecated.void
TrashEntryWrapper.setExpandoBridgeAttributes
(BaseModel<?> baseModel) Deprecated.
com.liferay.trash.model.impl.TrashEntryImpl