Liferay 7.0-ce-m6

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

Packages that use BaseModel
com.liferay.counter.model This package defines the portal counter model interfaces, classes, and wrappers. 
com.liferay.counter.model.impl   
com.liferay.portal.dao.orm.common   
com.liferay.portal.kernel.dao.orm   
com.liferay.portal.kernel.search   
com.liferay.portal.kernel.servlet.taglib.ui   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.adapter   
com.liferay.portal.model.adapter.impl   
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.search.test   
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
com.liferay.portlet.announcements.model   
com.liferay.portlet.announcements.model.impl   
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.model.adapter   
com.liferay.portlet.asset.model.adapter.impl   
com.liferay.portlet.asset.model.impl   
com.liferay.portlet.asset.search.test   
com.liferay.portlet.blogs.model   
com.liferay.portlet.blogs.model.impl   
com.liferay.portlet.calendar.model   
com.liferay.portlet.calendar.model.impl   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.model.impl   
com.liferay.portlet.expando.model   
com.liferay.portlet.expando.model.impl   
com.liferay.portlet.exportimport.model   
com.liferay.portlet.exportimport.model.impl   
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.model.impl   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.model.impl   
com.liferay.portlet.mobiledevicerules.model   
com.liferay.portlet.mobiledevicerules.model.impl   
com.liferay.portlet.notifications.test   
com.liferay.portlet.ratings.model   
com.liferay.portlet.ratings.model.impl   
com.liferay.portlet.shopping.model   
com.liferay.portlet.shopping.model.impl   
com.liferay.portlet.social.model   
com.liferay.portlet.social.model.impl   
com.liferay.portlet.softwarecatalog.model   
com.liferay.portlet.softwarecatalog.model.impl   
com.liferay.portlet.trash.model   
com.liferay.portlet.trash.model.impl   
com.liferay.portlet.trash.test   
 

Uses of BaseModel in com.liferay.counter.model
 

Subinterfaces of BaseModel in com.liferay.counter.model
 interface Counter
          The extended model interface for the Counter service.
 interface CounterModel
          The base model interface for the Counter service.
 

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

Methods in com.liferay.counter.model with parameters of type BaseModel
 void CounterModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void CounterWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 

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

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

Uses of BaseModel in com.liferay.portal.dao.orm.common
 

Method parameters in com.liferay.portal.dao.orm.common with type arguments of type BaseModel
 Object FinderCacheImpl.getResult(FinderPath finderPath, Object[] args, BasePersistenceImpl<? extends BaseModel<?>> basePersistenceImpl)
           
 

Uses of BaseModel in com.liferay.portal.kernel.dao.orm
 

Method parameters in com.liferay.portal.kernel.dao.orm with type arguments of type BaseModel
 Object FinderCache.getResult(FinderPath finderPath, Object[] args, BasePersistenceImpl<? extends BaseModel<?>> basePersistenceImpl)
           
static Object FinderCacheUtil.getResult(FinderPath finderPath, Object[] args, BasePersistenceImpl<? extends BaseModel<?>> basePersistenceImpl)
           
 

Uses of BaseModel in com.liferay.portal.kernel.search
 

Classes in com.liferay.portal.kernel.search with type parameters of type BaseModel
 class BaseModelSearchResult<T extends BaseModel<T>>
           
 

Methods in com.liferay.portal.kernel.search with parameters of type BaseModel
protected  Document BaseIndexer.getBaseModelDocument(String portletId, BaseModel<?> baseModel)
           
protected  Document BaseIndexer.getBaseModelDocument(String portletId, BaseModel<?> baseModel, BaseModel<?> workflowedBaseModel)
           
protected  Document BaseIndexer.getBaseModelDocument(String portletId, BaseModel<?> baseModel, BaseModel<?> workflowedBaseModel)
           
 

Uses of BaseModel in com.liferay.portal.kernel.servlet.taglib.ui
 

Methods in com.liferay.portal.kernel.servlet.taglib.ui that return BaseModel
 BaseModel<?> BreadcrumbEntry.getBaseModel()
           
 

Methods in com.liferay.portal.kernel.servlet.taglib.ui with parameters of type BaseModel
 void BreadcrumbEntry.setBaseModel(BaseModel<?> baseModel)
           
 

Uses of BaseModel in com.liferay.portal.kernel.util
 

Classes in com.liferay.portal.kernel.util with type parameters of type BaseModel
protected static class OrderByComparatorFactoryUtil.DefaultOrderByComparator<T extends BaseModel<T>>
           
 

Methods in com.liferay.portal.kernel.util with type parameters of type BaseModel
static
<T extends BaseModel<T>>
OrderByComparator<T>
OrderByComparatorFactoryUtil.create(String tableName, Object... columns)
           
 

Uses of BaseModel in com.liferay.portal.model
 

Classes in com.liferay.portal.model with type parameters of type BaseModel
 class BaseModelListener<T extends BaseModel<T>>
           
 

Subinterfaces of BaseModel in com.liferay.portal.model
 interface Account
          The extended model interface for the Account service.
 interface AccountModel
          The base model interface for the Account service.
 interface Address
          The extended model interface for the Address service.
 interface AddressModel
          The base model interface for the Address service.
 interface BackgroundTask
          The extended model interface for the BackgroundTask service.
 interface BackgroundTaskModel
          The base model interface for the BackgroundTask service.
 interface BrowserTracker
          The extended model interface for the BrowserTracker service.
 interface BrowserTrackerModel
          The base model interface for the BrowserTracker service.
 interface ClassName
          The extended model interface for the ClassName service.
 interface ClassNameModel
          The base model interface for the ClassName service.
 interface ClusterGroup
          The extended model interface for the ClusterGroup service.
 interface ClusterGroupModel
          The base model interface for the ClusterGroup service.
 interface Company
          The extended model interface for the Company service.
 interface CompanyModel
          The base model interface for the Company service.
 interface Contact
          The extended model interface for the Contact service.
 interface ContactModel
          The base model interface for the Contact service.
 interface Country
          The extended model interface for the Country service.
 interface CountryModel
          The base model interface for the Country service.
 interface Dummy
           
 interface DummyModel
           
 interface EmailAddress
          The extended model interface for the EmailAddress service.
 interface EmailAddressModel
          The base model interface for the EmailAddress service.
 interface Group
          The extended model interface for the Group service.
 interface GroupModel
          The base model interface for the Group service.
 interface Image
          The extended model interface for the Image service.
 interface ImageModel
          The base 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 LayoutBranchModel
          The base model interface for the LayoutBranch service.
 interface LayoutFriendlyURL
          The extended model interface for the LayoutFriendlyURL service.
 interface LayoutFriendlyURLModel
          The base model interface for the LayoutFriendlyURL service.
 interface LayoutModel
          The base model interface for the Layout service.
 interface LayoutPrototype
          The extended model interface for the LayoutPrototype service.
 interface LayoutPrototypeModel
          The base model interface for the LayoutPrototype service.
 interface LayoutRevision
          The extended model interface for the LayoutRevision service.
 interface LayoutRevisionModel
          The base 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 LayoutSetBranchModel
          The base model interface for the LayoutSetBranch service.
 interface LayoutSetModel
          The base model interface for the LayoutSet service.
 interface LayoutSetPrototype
          The extended model interface for the LayoutSetPrototype service.
 interface LayoutSetPrototypeModel
          The base model interface for the LayoutSetPrototype service.
 interface ListType
          The extended model interface for the ListType service.
 interface ListTypeModel
          The base model interface for the ListType service.
 interface MembershipRequest
          The extended model interface for the MembershipRequest service.
 interface MembershipRequestModel
          The base model interface for the MembershipRequest service.
 interface Organization
          The extended model interface for the Organization service.
 interface OrganizationModel
          The base model interface for the Organization service.
 interface OrgGroupRole
          The extended model interface for the OrgGroupRole service.
 interface OrgGroupRoleModel
          The base model interface for the OrgGroupRole service.
 interface OrgLabor
          The extended model interface for the OrgLabor service.
 interface OrgLaborModel
          The base model interface for the OrgLabor service.
 interface PasswordPolicy
          The extended model interface for the PasswordPolicy service.
 interface PasswordPolicyModel
          The base model interface for the PasswordPolicy service.
 interface PasswordPolicyRel
          The extended model interface for the PasswordPolicyRel service.
 interface PasswordPolicyRelModel
          The base model interface for the PasswordPolicyRel service.
 interface PasswordTracker
          The extended model interface for the PasswordTracker service.
 interface PasswordTrackerModel
          The base model interface for the PasswordTracker service.
 interface Phone
          The extended model interface for the Phone service.
 interface PhoneModel
          The base model interface for the Phone service.
 interface PluginSetting
          The extended model interface for the PluginSetting service.
 interface PluginSettingModel
          The base model interface for the PluginSetting service.
 interface PortalPreferences
          The extended model interface for the PortalPreferences service.
 interface PortalPreferencesModel
          The base 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 PortletItemModel
          The base model interface for the PortletItem service.
 interface PortletModel
          The base model interface for the Portlet service.
 interface PortletPreferences
          The extended model interface for the PortletPreferences service.
 interface PortletPreferencesModel
          The base model interface for the PortletPreferences service.
 interface Region
          The extended model interface for the Region service.
 interface RegionModel
          The base model interface for the Region service.
 interface Release
          The extended model interface for the Release service.
 interface ReleaseModel
          The base 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 RepositoryEntryModel
          The base model interface for the RepositoryEntry service.
 interface RepositoryModel
          The base model interface for the Repository service.
 interface ResourceAction
          The extended model interface for the ResourceAction service.
 interface ResourceActionModel
          The base model interface for the ResourceAction service.
 interface ResourceBlock
          The extended model interface for the ResourceBlock service.
 interface ResourceBlockModel
          The base model interface for the ResourceBlock service.
 interface ResourceBlockPermission
          The extended model interface for the ResourceBlockPermission service.
 interface ResourceBlockPermissionModel
          The base model interface for the ResourceBlockPermission service.
 interface ResourcePermission
          The extended model interface for the ResourcePermission service.
 interface ResourcePermissionModel
          The base model interface for the ResourcePermission service.
 interface ResourceTypePermission
          The extended model interface for the ResourceTypePermission service.
 interface ResourceTypePermissionModel
          The base model interface for the ResourceTypePermission service.
 interface Role
          The extended model interface for the Role service.
 interface RoleModel
          The base model interface for the Role service.
 interface ServiceComponent
          The extended model interface for the ServiceComponent service.
 interface ServiceComponentModel
          The base model interface for the ServiceComponent service.
 interface Shard
          The extended model interface for the Shard service.
 interface ShardModel
          The base model interface for the Shard service.
 interface Subscription
          The extended model interface for the Subscription service.
 interface SubscriptionModel
          The base model interface for the Subscription service.
 interface SystemEvent
          The extended model interface for the SystemEvent service.
 interface SystemEventModel
          The base model interface for the SystemEvent service.
 interface Team
          The extended model interface for the Team service.
 interface TeamModel
          The base model interface for the Team service.
 interface Ticket
          The extended model interface for the Ticket service.
 interface TicketModel
          The base 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 UserGroupGroupRoleModel
          The base model interface for the UserGroupGroupRole service.
 interface UserGroupModel
          The base model interface for the UserGroup service.
 interface UserGroupRole
          The extended model interface for the UserGroupRole service.
 interface UserGroupRoleModel
          The base model interface for the UserGroupRole service.
 interface UserIdMapper
          The extended model interface for the UserIdMapper service.
 interface UserIdMapperModel
          The base model interface for the UserIdMapper service.
 interface UserModel
          The base model interface for the User service.
 interface UserNotificationDelivery
          The extended model interface for the UserNotificationDelivery service.
 interface UserNotificationDeliveryModel
          The base model interface for the UserNotificationDelivery service.
 interface UserNotificationEvent
          The extended model interface for the UserNotificationEvent service.
 interface UserNotificationEventModel
          The base model interface for the UserNotificationEvent service.
 interface UserTracker
          The extended model interface for the UserTracker service.
 interface UserTrackerModel
          The base model interface for the UserTracker service.
 interface UserTrackerPath
          The extended model interface for the UserTrackerPath service.
 interface UserTrackerPathModel
          The base model interface for the UserTrackerPath service.
 interface VirtualHost
          The extended model interface for the VirtualHost service.
 interface VirtualHostModel
          The base model interface for the VirtualHost service.
 interface WebDAVProps
          The extended model interface for the WebDAVProps service.
 interface WebDAVPropsModel
          The base model interface for the WebDAVProps service.
 interface Website
          The extended model interface for the Website service.
 interface WebsiteModel
          The base model interface for the Website service.
 interface WorkflowDefinitionLink
          The extended model interface for the WorkflowDefinitionLink service.
 interface WorkflowDefinitionLinkModel
          The base model interface for the WorkflowDefinitionLink service.
 interface WorkflowInstanceLink
          The extended model interface for the WorkflowInstanceLink service.
 interface WorkflowInstanceLinkModel
          The base model interface for the WorkflowInstanceLink service.
 

Classes in com.liferay.portal.model that implement BaseModel
 class AccountWrapper
           This class is a wrapper for Account.
 class AddressWrapper
           This class is a wrapper for Address.
 class BackgroundTaskWrapper
           This class is a wrapper for BackgroundTask.
 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 CountryWrapper
           This class is a wrapper for Country.
 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 LayoutFriendlyURLWrapper
           This class is a wrapper for LayoutFriendlyURL.
 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 ListTypeWrapper
           This class is a wrapper for ListType.
 class MembershipRequestWrapper
           This class is a wrapper for MembershipRequest.
 class OrganizationWrapper
           This class is a wrapper for Organization.
 class OrgGroupRoleWrapper
           This class is a wrapper for OrgGroupRole.
 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 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 RegionWrapper
           This class is a wrapper for Region.
 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 ResourcePermissionWrapper
           This class is a wrapper for ResourcePermission.
 class ResourceTypePermissionWrapper
           This class is a wrapper for ResourceTypePermission.
 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 SystemEventWrapper
           This class is a wrapper for SystemEvent.
 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 UserNotificationDeliveryWrapper
           This class is a wrapper for UserNotificationDelivery.
 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.
 

Methods in com.liferay.portal.model with parameters of type BaseModel
 void UserNotificationDeliveryWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void PortletModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void PluginSettingWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SystemEventWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ResourceBlockPermissionWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ResourceActionModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ResourceTypePermissionWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void WorkflowInstanceLinkWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ShardWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void LayoutSetPrototypeWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void UserGroupGroupRoleWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ListTypeModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void UserGroupGroupRoleModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void WorkflowInstanceLinkModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ContactWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void UserTrackerPathModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void PortletPreferencesModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void PortalPreferencesModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ClassNameModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void BrowserTrackerWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void LayoutFriendlyURLModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void PortletPreferencesWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void PortalPreferencesWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void OrganizationModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ResourcePermissionWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void UserNotificationEventWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void BrowserTrackerModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void UserGroupWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ClusterGroupModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void UserIdMapperModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SystemEventModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void UserNotificationDeliveryModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MembershipRequestModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ReleaseModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MembershipRequestWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void LayoutModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void CountryModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void CompanyModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void UserIdMapperWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void EmailAddressModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AccountWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void PluginSettingModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void LayoutRevisionWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void OrgGroupRoleWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ResourceActionWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AddressModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void PhoneWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void PasswordPolicyRelModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void OrganizationWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void UserNotificationEventModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void LayoutFriendlyURLWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ClassNameWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ResourceBlockModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void PasswordTrackerModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void PortletWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void WebDAVPropsWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void PasswordTrackerWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void OrgGroupRoleModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void RoleModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AccountModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void GroupModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void PortletItemModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void UserTrackerModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void WebDAVPropsModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void PasswordPolicyWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void LayoutBranchWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ImageWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ResourceTypePermissionModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AddressWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void LayoutSetBranchWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void RepositoryModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void OrgLaborModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void PhoneModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void TicketWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ContactModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void RegionWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ResourceBlockPermissionModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void UserWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void TeamWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ServiceComponentWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ResourcePermissionModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void RepositoryEntryWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void RegionModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void PasswordPolicyModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ClusterGroupWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void WebsiteModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ListTypeWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void LayoutSetModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void TeamModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void LayoutPrototypeWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void WebsiteWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void EmailAddressWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void WorkflowDefinitionLinkModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void UserTrackerWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SubscriptionModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void RepositoryWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ReleaseWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void LayoutWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void UserGroupModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SubscriptionWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void RepositoryEntryModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void RoleWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void CompanyWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void LayoutPrototypeModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void GroupWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void VirtualHostModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void VirtualHostWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void LayoutSetPrototypeModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void BaseModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void PortletItemWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void UserModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void UserGroupRoleWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void LayoutSetBranchModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void WorkflowDefinitionLinkWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void UserGroupRoleModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ServiceComponentModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ResourceBlockWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void PasswordPolicyRelWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ImageModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void UserTrackerPathWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void TicketModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void BackgroundTaskWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void BackgroundTaskModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void LayoutBranchModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void LayoutRevisionModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ShardModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void LayoutSetWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void OrgLaborWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void CountryWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 

Uses of BaseModel in com.liferay.portal.model.adapter
 

Subinterfaces of BaseModel in com.liferay.portal.model.adapter
 interface StagedGroup
           
 

Uses of BaseModel in com.liferay.portal.model.adapter.impl
 

Classes in com.liferay.portal.model.adapter.impl that implement BaseModel
 class StagedGroupImpl
           
 

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

Classes in com.liferay.portal.model.impl that implement BaseModel
 class AccountBaseImpl
          The extended model base implementation for the Account service.
 class AccountImpl
           
 class AccountModelImpl
          The base model implementation for the Account service.
 class AddressBaseImpl
          The extended model base implementation for the Address service.
 class AddressImpl
           
 class AddressModelImpl
          The base model implementation for the Address service.
 class BackgroundTaskBaseImpl
          The extended model base implementation for the BackgroundTask service.
 class BackgroundTaskImpl
           
 class BackgroundTaskModelImpl
          The base model implementation for the BackgroundTask service.
 class BaseModelImpl<T>
          The base implementation for all model classes.
 class BrowserTrackerBaseImpl
          The extended model base implementation for the BrowserTracker service.
 class BrowserTrackerImpl
           
 class BrowserTrackerModelImpl
          The base model implementation for the BrowserTracker service.
 class ClassNameBaseImpl
          The extended model base implementation for the ClassName service.
 class ClassNameImpl
           
 class ClassNameModelImpl
          The base model implementation for the ClassName service.
 class ClusterGroupBaseImpl
          The extended model base implementation for the ClusterGroup service.
 class ClusterGroupImpl
           
 class ClusterGroupModelImpl
          The base model implementation for the ClusterGroup service.
 class CompanyBaseImpl
          The extended model base implementation for the Company service.
 class CompanyImpl
           
 class CompanyModelImpl
          The base model implementation for the Company service.
 class ContactBaseImpl
          The extended model base implementation for the Contact service.
 class ContactImpl
           
 class ContactModelImpl
          The base model implementation for the Contact service.
 class CountryBaseImpl
          The extended model base implementation for the Country service.
 class CountryImpl
           
 class CountryModelImpl
          The base model implementation for the Country service.
 class DummyImpl
           
 class EmailAddressBaseImpl
          The extended model base implementation for the EmailAddress service.
 class EmailAddressImpl
           
 class EmailAddressModelImpl
          The base model implementation for the EmailAddress service.
 class GroupBaseImpl
          The extended model base implementation for the Group service.
 class GroupImpl
          Represents either a site or a generic resource container.
 class GroupModelImpl
          The base model implementation for the Group service.
 class ImageBaseImpl
          The extended model base implementation for the Image service.
 class ImageImpl
           
 class ImageModelImpl
          The base model implementation for the Image service.
 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 LayoutBranchModelImpl
          The base model implementation for the LayoutBranch service.
 class LayoutFriendlyURLBaseImpl
          The extended model base implementation for the LayoutFriendlyURL service.
 class LayoutFriendlyURLImpl
           
 class LayoutFriendlyURLModelImpl
          The base model implementation for the LayoutFriendlyURL service.
 class LayoutImpl
          Represents a portal layout, providing access to the layout's URLs, parent layouts, child layouts, theme settings, type settings, and more.
 class LayoutModelImpl
          The base model implementation for the Layout service.
 class LayoutPrototypeBaseImpl
          The extended model base implementation for the LayoutPrototype service.
 class LayoutPrototypeImpl
           
 class LayoutPrototypeModelImpl
          The base model implementation for the LayoutPrototype service.
 class LayoutRevisionBaseImpl
          The extended model base implementation for the LayoutRevision service.
 class LayoutRevisionImpl
           
 class LayoutRevisionModelImpl
          The base model implementation for the LayoutRevision service.
 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 LayoutSetBranchModelImpl
          The base model implementation for the LayoutSetBranch service.
 class LayoutSetImpl
          Represents a portal layout set, providing access to the layout set's color schemes, groups, prototypes, themes, and more.
 class LayoutSetModelImpl
          The base model implementation for the LayoutSet service.
 class LayoutSetPrototypeBaseImpl
          The extended model base implementation for the LayoutSetPrototype service.
 class LayoutSetPrototypeImpl
           
 class LayoutSetPrototypeModelImpl
          The base model implementation for the LayoutSetPrototype service.
 class ListTypeBaseImpl
          The extended model base implementation for the ListType service.
 class ListTypeImpl
           
 class ListTypeModelImpl
          The base model implementation for the ListType service.
 class MembershipRequestBaseImpl
          The extended model base implementation for the MembershipRequest service.
 class MembershipRequestImpl
           
 class MembershipRequestModelImpl
          The base model implementation for the MembershipRequest service.
 class OrganizationBaseImpl
          The extended model base implementation for the Organization service.
 class OrganizationImpl
           
 class OrganizationModelImpl
          The base model implementation for the Organization service.
 class OrgGroupRoleBaseImpl
          The extended model base implementation for the OrgGroupRole service.
 class OrgGroupRoleImpl
           
 class OrgGroupRoleModelImpl
          The base model implementation for the OrgGroupRole service.
 class OrgLaborBaseImpl
          The extended model base implementation for the OrgLabor service.
 class OrgLaborImpl
           
 class OrgLaborModelImpl
          The base model implementation for the OrgLabor service.
 class PasswordPolicyBaseImpl
          The extended model base implementation for the PasswordPolicy service.
 class PasswordPolicyImpl
           
 class PasswordPolicyModelImpl
          The base model implementation for the PasswordPolicy service.
 class PasswordPolicyRelBaseImpl
          The extended model base implementation for the PasswordPolicyRel service.
 class PasswordPolicyRelImpl
           
 class PasswordPolicyRelModelImpl
          The base model implementation for the PasswordPolicyRel service.
 class PasswordTrackerBaseImpl
          The extended model base implementation for the PasswordTracker service.
 class PasswordTrackerImpl
           
 class PasswordTrackerModelImpl
          The base model implementation for the PasswordTracker service.
 class PhoneBaseImpl
          The extended model base implementation for the Phone service.
 class PhoneImpl
           
 class PhoneModelImpl
          The base model implementation for the Phone service.
 class PluginSettingBaseImpl
          The extended model base implementation for the PluginSetting service.
 class PluginSettingImpl
           
 class PluginSettingModelImpl
          The base model implementation for the PluginSetting service.
 class PortalPreferencesBaseImpl
          The extended model base implementation for the PortalPreferences service.
 class PortalPreferencesImpl
           
 class PortalPreferencesModelImpl
          The base model implementation for the PortalPreferences service.
 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 PortletItemModelImpl
          The base model implementation for the PortletItem service.
 class PortletModelImpl
          The base model implementation for the Portlet service.
 class PortletPreferencesBaseImpl
          The extended model base implementation for the PortletPreferences service.
 class PortletPreferencesImpl
           
 class PortletPreferencesModelImpl
          The base model implementation for the PortletPreferences service.
 class RegionBaseImpl
          The extended model base implementation for the Region service.
 class RegionImpl
           
 class RegionModelImpl
          The base model implementation for the Region service.
 class ReleaseBaseImpl
          The extended model base implementation for the Release service.
 class ReleaseImpl
           
 class ReleaseModelImpl
          The base model implementation for the Release service.
 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 RepositoryEntryModelImpl
          The base model implementation for the RepositoryEntry service.
 class RepositoryImpl
           
 class RepositoryModelImpl
          The base model implementation for the Repository service.
 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 ResourceActionModelImpl
          The base model implementation for the ResourceAction 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 ResourceBlockModelImpl
          The base model implementation for the ResourceBlock service.
 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 ResourceBlockPermissionModelImpl
          The base model implementation for the ResourceBlockPermission service.
 class ResourcePermissionBaseImpl
          The extended model base implementation for the ResourcePermission service.
 class ResourcePermissionImpl
          Stores the permissions assigned to roles under permissions version 6.
 class ResourcePermissionModelImpl
          The base model implementation for the ResourcePermission service.
 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 ResourceTypePermissionModelImpl
          The base model implementation for the ResourceTypePermission service.
 class RoleBaseImpl
          The extended model base implementation for the Role service.
 class RoleImpl
           
 class RoleModelImpl
          The base model implementation for the Role service.
 class ServiceComponentBaseImpl
          The extended model base implementation for the ServiceComponent service.
 class ServiceComponentImpl
           
 class ServiceComponentModelImpl
          The base model implementation for the ServiceComponent service.
 class ShardBaseImpl
          The extended model base implementation for the Shard service.
 class ShardImpl
           
 class ShardModelImpl
          The base model implementation for the Shard service.
 class SubscriptionBaseImpl
          The extended model base implementation for the Subscription service.
 class SubscriptionImpl
           
 class SubscriptionModelImpl
          The base model implementation for the Subscription service.
 class SystemEventBaseImpl
          The extended model base implementation for the SystemEvent service.
 class SystemEventImpl
           
 class SystemEventModelImpl
          The base model implementation for the SystemEvent service.
 class TeamBaseImpl
          The extended model base implementation for the Team service.
 class TeamImpl
           
 class TeamModelImpl
          The base model implementation for the Team service.
 class TicketBaseImpl
          The extended model base implementation for the Ticket service.
 class TicketImpl
           
 class TicketModelImpl
          The base model implementation for the Ticket service.
 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 UserGroupGroupRoleModelImpl
          The base model implementation for the UserGroupGroupRole service.
 class UserGroupImpl
           
 class UserGroupModelImpl
          The base model implementation for the UserGroup service.
 class UserGroupRoleBaseImpl
          The extended model base implementation for the UserGroupRole service.
 class UserGroupRoleImpl
           
 class UserGroupRoleModelImpl
          The base model implementation for the UserGroupRole service.
 class UserIdMapperBaseImpl
          The extended model base implementation for the UserIdMapper service.
 class UserIdMapperImpl
           
 class UserIdMapperModelImpl
          The base model implementation for the UserIdMapper service.
 class UserImpl
          Represents a portal user, providing access to the user's contact information, groups, organizations, teams, user groups, roles, locale, timezone, and more.
 class UserModelImpl
          The base model implementation for the User service.
 class UserNotificationDeliveryBaseImpl
          The extended model base implementation for the UserNotificationDelivery service.
 class UserNotificationDeliveryImpl
          The extended model implementation for the UserNotificationDelivery service.
 class UserNotificationDeliveryModelImpl
          The base model implementation for the UserNotificationDelivery service.
 class UserNotificationEventBaseImpl
          The extended model base implementation for the UserNotificationEvent service.
 class UserNotificationEventImpl
           
 class UserNotificationEventModelImpl
          The base model implementation for the UserNotificationEvent service.
 class UserTrackerBaseImpl
          The extended model base implementation for the UserTracker service.
 class UserTrackerImpl
           
 class UserTrackerModelImpl
          The base model implementation for the UserTracker service.
 class UserTrackerPathBaseImpl
          The extended model base implementation for the UserTrackerPath service.
 class UserTrackerPathImpl
           
 class UserTrackerPathModelImpl
          The base model implementation for the UserTrackerPath service.
 class VirtualHostBaseImpl
          The extended model base implementation for the VirtualHost service.
 class VirtualHostImpl
           
 class VirtualHostModelImpl
          The base model implementation for the VirtualHost service.
 class VirtualLayout
           
 class WebDAVPropsBaseImpl
          The extended model base implementation for the WebDAVProps service.
 class WebDAVPropsImpl
           
 class WebDAVPropsModelImpl
          The base model implementation for the WebDAVProps service.
 class WebsiteBaseImpl
          The extended model base implementation for the Website service.
 class WebsiteImpl
           
 class WebsiteModelImpl
          The base model implementation for the Website service.
 class WorkflowDefinitionLinkBaseImpl
          The extended model base implementation for the WorkflowDefinitionLink service.
 class WorkflowDefinitionLinkImpl
           
 class WorkflowDefinitionLinkModelImpl
          The base model implementation for the WorkflowDefinitionLink service.
 class WorkflowInstanceLinkBaseImpl
          The extended model base implementation for the WorkflowInstanceLink service.
 class WorkflowInstanceLinkImpl
           
 class WorkflowInstanceLinkModelImpl
          The base model implementation for the WorkflowInstanceLink service.
 

Methods in com.liferay.portal.model.impl with parameters of type BaseModel
 void BaseModelImpl.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 

Uses of BaseModel in com.liferay.portal.search.test
 

Fields in com.liferay.portal.search.test declared as BaseModel
protected  BaseModel<?> BaseSearchTestCase.baseModel
           
 

Methods in com.liferay.portal.search.test that return BaseModel
protected  BaseModel<?> BaseSearchTestCase.addBaseModel(BaseModel<?> parentBaseModel, boolean approved, String keywords, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseSearchTestCase.addBaseModelWithDDMStructure(BaseModel<?> parentBaseModel, String keywords, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseSearchTestCase.addBaseModelWithWorkflow(BaseModel<?> parentBaseModel, boolean approved, Map<Locale,String> keywordsMap, ServiceContext serviceContext)
           
protected abstract  BaseModel<?> BaseSearchTestCase.addBaseModelWithWorkflow(BaseModel<?> parentBaseModel, boolean approved, String keywords, ServiceContext serviceContext)
           
protected abstract  BaseModel<?> TestOrderHelper.addSearchableAssetEntry(String fieldValue, BaseModel<?> parentBaseModel, DDMStructure ddmStructure, DDMTemplate ddmTemplate, ServiceContext serviceContext)
           
protected abstract  BaseModel<?> TestOrderHelper.addSearchableAssetEntryRepeatable(String[] fieldValues, BaseModel<?> parentBaseModel, DDMStructure ddmStructure, DDMTemplate ddmTemplate, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseSearchTestCase.getParentBaseModel(BaseModel<?> parentBaseModel, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseSearchTestCase.getParentBaseModel(Group group, ServiceContext serviceContext)
           
protected abstract  BaseModel<?> TestOrderHelper.getSearchableAssetEntryParentBaseModel(Group group, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseSearchTestCase.updateBaseModel(BaseModel<?> baseModel, String keywords, ServiceContext serviceContext)
           
 

Methods in com.liferay.portal.search.test with parameters of type BaseModel
protected  BaseModel<?> BaseSearchTestCase.addBaseModel(BaseModel<?> parentBaseModel, boolean approved, String keywords, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseSearchTestCase.addBaseModelWithDDMStructure(BaseModel<?> parentBaseModel, String keywords, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseSearchTestCase.addBaseModelWithWorkflow(BaseModel<?> parentBaseModel, boolean approved, Map<Locale,String> keywordsMap, ServiceContext serviceContext)
           
protected abstract  BaseModel<?> BaseSearchTestCase.addBaseModelWithWorkflow(BaseModel<?> parentBaseModel, boolean approved, String keywords, ServiceContext serviceContext)
           
protected abstract  BaseModel<?> TestOrderHelper.addSearchableAssetEntry(String fieldValue, BaseModel<?> parentBaseModel, DDMStructure ddmStructure, DDMTemplate ddmTemplate, ServiceContext serviceContext)
           
protected abstract  BaseModel<?> TestOrderHelper.addSearchableAssetEntryRepeatable(String[] fieldValues, BaseModel<?> parentBaseModel, DDMStructure ddmStructure, DDMTemplate ddmTemplate, ServiceContext serviceContext)
           
protected  void BaseSearchTestCase.deleteBaseModel(BaseModel<?> baseModel)
           
protected  void BaseSearchTestCase.expireBaseModelVersions(BaseModel<?> baseModel, boolean expireAllVersions, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseSearchTestCase.getParentBaseModel(BaseModel<?> parentBaseModel, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseSearchTestCase.updateBaseModel(BaseModel<?> baseModel, String keywords, ServiceContext serviceContext)
           
 

Uses of BaseModel in com.liferay.portal.service.persistence
 

Classes in com.liferay.portal.service.persistence with type parameters of type BaseModel
 interface BasePersistence<T extends BaseModel<T>>
          The base interface for all ServiceBuilder persistence classes.
 

Methods in com.liferay.portal.service.persistence with parameters of type BaseModel
static void BatchSessionUtil.delete(Session session, BaseModel<?> model)
          Deprecated.  
 void BatchSession.delete(Session session, BaseModel<?> model)
          Deprecated. Deletes the model instance in the database, and possibly flushes the session.
 void BatchSessionImpl.delete(Session session, BaseModel<?> model)
          Deprecated.  
static void BatchSessionUtil.update(Session session, BaseModel<?> model, boolean merge)
          Deprecated.  
 void BatchSession.update(Session session, BaseModel<?> model, boolean merge)
          Deprecated. Updates the model instance in the database or adds it if it does not yet exist, and possibly flushes the session.
 void BatchSessionImpl.update(Session session, BaseModel<?> model, boolean merge)
          Deprecated.  
 

Uses of BaseModel in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl with type parameters of type BaseModel
 class BasePersistenceImpl<T extends BaseModel<T>>
          The base implementation for all persistence classes.
 class CachelessTableMapperImpl<L extends BaseModel<L>,R extends BaseModel<R>>
           
 class CachelessTableMapperImpl<L extends BaseModel<L>,R extends BaseModel<R>>
           
 class ReverseTableMapper<L extends BaseModel<L>,R extends BaseModel<R>>
           
 class ReverseTableMapper<L extends BaseModel<L>,R extends BaseModel<R>>
           
 interface TableMapper<L extends BaseModel<L>,R extends BaseModel<R>>
           
 interface TableMapper<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.service.persistence.impl with type parameters of type BaseModel
protected static
<M extends BaseModel<M>,S extends BaseModel<S>>
int
TableMapperImpl.deleteTableMappings(BasePersistence<M> masterBasePersistence, BasePersistence<S> slaveBasePersistence, PortalCache<Long,long[]> masterToSlavePortalCache, PortalCache<Long,long[]> slaveToMasterPortalCache, MappingSqlQuery<Long> mappingSqlQuery, SqlUpdate deleteSqlUpdate, long masterPrimaryKey)
           
protected static
<M extends BaseModel<M>,S extends BaseModel<S>>
int
TableMapperImpl.deleteTableMappings(BasePersistence<M> masterBasePersistence, BasePersistence<S> slaveBasePersistence, PortalCache<Long,long[]> masterToSlavePortalCache, PortalCache<Long,long[]> slaveToMasterPortalCache, MappingSqlQuery<Long> mappingSqlQuery, SqlUpdate deleteSqlUpdate, long masterPrimaryKey)
           
protected static
<T extends BaseModel<T>>
List<T>
TableMapperImpl.getBaseModels(PortalCache<Long,long[]> portalCache, MappingSqlQuery<Long> mappingSqlQuery, long masterPrimaryKey, BasePersistence<T> slaveBasePersistence, int start, int end, OrderByComparator<T> obc)
           
static
<L extends BaseModel<L>,R extends BaseModel<R>>
TableMapper<L,R>
TableMapperFactory.getTableMapper(String tableName, 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 leftColumnName, String rightColumnName, BasePersistence<L> leftPersistence, BasePersistence<R> rightPersistence)
           
 

Uses of BaseModel in com.liferay.portal.util
 

Methods in com.liferay.portal.util that return BaseModel
 BaseModel<?> Portal.getBaseModel(ResourcePermission resourcePermission)
          Returns the base model instance for the resource permission.
static BaseModel<?> PortalUtil.getBaseModel(ResourcePermission resourcePermission)
          Returns the base model instance for the resource permission.
 BaseModel<?> PortalImpl.getBaseModel(ResourcePermission resourcePermission)
           
 BaseModel<?> Portal.getBaseModel(String modelName, String primKey)
          Returns the base model instance for the model name and primary key.
static BaseModel<?> PortalUtil.getBaseModel(String modelName, String primKey)
          Returns the base model instance for the model name and primary key.
 BaseModel<?> PortalImpl.getBaseModel(String modelName, String primKey)
           
static BaseModel<?> PortalUtil.getModel(ResourcePermission resourcePermission)
          Deprecated. As of 6.1.0, replaced by PortalUtil.getBaseModel(ResourcePermission)
static BaseModel<?> PortalUtil.getModel(String modelName, String primKey)
          Deprecated. As of 6.1.0, replaced by PortalUtil.getBaseModel(String, String)
 

Methods in com.liferay.portal.util with parameters of type BaseModel
 String Portal.getUserName(BaseModel<?> baseModel)
           
static String PortalUtil.getUserName(BaseModel<?> baseModel)
           
 String PortalImpl.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)
           
 void PortalImpl.updateImageId(BaseModel<?> baseModel, boolean hasImage, byte[] bytes, String fieldName, long maxSize, int maxHeight, int maxWidth)
           
 

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

Subinterfaces of BaseModel in com.liferay.portlet.announcements.model
 interface AnnouncementsDelivery
          The extended model interface for the AnnouncementsDelivery service.
 interface AnnouncementsDeliveryModel
          The base model interface for the AnnouncementsDelivery service.
 interface AnnouncementsEntry
          The extended model interface for the AnnouncementsEntry service.
 interface AnnouncementsEntryModel
          The base model interface for the AnnouncementsEntry service.
 interface AnnouncementsFlag
          The extended model interface for the AnnouncementsFlag service.
 interface AnnouncementsFlagModel
          The base model interface for the AnnouncementsFlag service.
 

Classes in com.liferay.portlet.announcements.model that implement BaseModel
 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.
 

Methods in com.liferay.portlet.announcements.model with parameters of type BaseModel
 void AnnouncementsDeliveryWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AnnouncementsFlagModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AnnouncementsDeliveryModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AnnouncementsEntryModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AnnouncementsFlagWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AnnouncementsEntryWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 

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

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

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

Subinterfaces of BaseModel in com.liferay.portlet.asset.model
 interface AssetCategory
          The extended model interface for the AssetCategory service.
 interface AssetCategoryModel
          The base model interface for the AssetCategory service.
 interface AssetCategoryProperty
          The extended model interface for the AssetCategoryProperty service.
 interface AssetCategoryPropertyModel
          The base model interface for the AssetCategoryProperty service.
 interface AssetEntry
          The extended model interface for the AssetEntry service.
 interface AssetEntryModel
          The base model interface for the AssetEntry service.
 interface AssetLink
          The extended model interface for the AssetLink service.
 interface AssetLinkModel
          The base model interface for the AssetLink service.
 interface AssetTag
          The extended model interface for the AssetTag service.
 interface AssetTagModel
          The base model interface for the AssetTag service.
 interface AssetTagStats
          The extended model interface for the AssetTagStats service.
 interface AssetTagStatsModel
          The base model interface for the AssetTagStats service.
 interface AssetVocabulary
          The extended model interface for the AssetVocabulary service.
 interface AssetVocabularyModel
          The base model interface for the AssetVocabulary service.
 

Classes in com.liferay.portlet.asset.model that implement BaseModel
 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 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.
 

Methods in com.liferay.portlet.asset.model with parameters of type BaseModel
 void AssetCategoryModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AssetEntryWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AssetCategoryPropertyModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AssetCategoryPropertyWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AssetLinkModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AssetTagWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AssetVocabularyWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AssetTagModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AssetTagStatsWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AssetEntryModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AssetVocabularyModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AssetCategoryWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AssetTagStatsModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void AssetLinkWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 

Uses of BaseModel in com.liferay.portlet.asset.model.adapter
 

Subinterfaces of BaseModel in com.liferay.portlet.asset.model.adapter
 interface StagedAssetTag
           
 

Uses of BaseModel in com.liferay.portlet.asset.model.adapter.impl
 

Classes in com.liferay.portlet.asset.model.adapter.impl that implement BaseModel
 class StagedAssetTagImpl
           
 

Methods in com.liferay.portlet.asset.model.adapter.impl with parameters of type BaseModel
 void StagedAssetTagImpl.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 

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

Classes in com.liferay.portlet.asset.model.impl that implement BaseModel
 class AssetCategoryBaseImpl
          The extended model base implementation for the AssetCategory service.
 class AssetCategoryImpl
           
 class AssetCategoryModelImpl
          The base model implementation for the AssetCategory service.
 class AssetCategoryPropertyBaseImpl
          The extended model base implementation for the AssetCategoryProperty service.
 class AssetCategoryPropertyImpl
           
 class AssetCategoryPropertyModelImpl
          The base model implementation for the AssetCategoryProperty service.
 class AssetEntryBaseImpl
          The extended model base implementation for the AssetEntry service.
 class AssetEntryImpl
           
 class AssetEntryModelImpl
          The base model implementation for the AssetEntry service.
 class AssetLinkBaseImpl
          The extended model base implementation for the AssetLink service.
 class AssetLinkImpl
           
 class AssetLinkModelImpl
          The base model implementation for the AssetLink service.
 class AssetTagBaseImpl
          The extended model base implementation for the AssetTag service.
 class AssetTagImpl
           
 class AssetTagModelImpl
          The base model implementation for the AssetTag service.
 class AssetTagStatsBaseImpl
          The extended model base implementation for the AssetTagStats service.
 class AssetTagStatsImpl
           
 class AssetTagStatsModelImpl
          The base model implementation for the AssetTagStats service.
 class AssetVocabularyBaseImpl
          The extended model base implementation for the AssetVocabulary service.
 class AssetVocabularyImpl
           
 class AssetVocabularyModelImpl
          The base model implementation for the AssetVocabulary service.
 

Uses of BaseModel in com.liferay.portlet.asset.search.test
 

Methods in com.liferay.portlet.asset.search.test that return BaseModel
protected abstract  BaseModel<?> BaseAssetSearchTestCase.addBaseModel(BaseModel<?> parentBaseModel, Map<Locale,String> titleMap, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseAssetSearchTestCase.addBaseModel(BaseModel<?> parentBaseModel, String keywords, Date expirationDate, ServiceContext serviceContext)
           
protected abstract  BaseModel<?> BaseAssetSearchTestCase.addBaseModel(BaseModel<?> parentBaseModel, String keywords, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseAssetSearchTestCase.addBaseModelWithClassType(BaseModel<?> parentBaseModel, String keywords, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseAssetSearchTestCase.addBaseModelWithWorkflow(BaseModel<?> parentBaseModel, String keywords, boolean approved, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseAssetSearchTestCase.getParentBaseModel(Group group, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.asset.search.test that return types with arguments of type BaseModel
protected  List<BaseModel<?>> BaseAssetSearchTestCase.addBaseModels(Group[] groups, String keywords, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.asset.search.test with parameters of type BaseModel
protected abstract  BaseModel<?> BaseAssetSearchTestCase.addBaseModel(BaseModel<?> parentBaseModel, Map<Locale,String> titleMap, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseAssetSearchTestCase.addBaseModel(BaseModel<?> parentBaseModel, String keywords, Date expirationDate, ServiceContext serviceContext)
           
protected abstract  BaseModel<?> BaseAssetSearchTestCase.addBaseModel(BaseModel<?> parentBaseModel, String keywords, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseAssetSearchTestCase.addBaseModelWithClassType(BaseModel<?> parentBaseModel, String keywords, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseAssetSearchTestCase.addBaseModelWithWorkflow(BaseModel<?> parentBaseModel, String keywords, boolean approved, ServiceContext serviceContext)
           
 

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

Subinterfaces of BaseModel in com.liferay.portlet.blogs.model
 interface BlogsEntry
          The extended model interface for the BlogsEntry service.
 interface BlogsEntryModel
          The base model interface for the BlogsEntry service.
 interface BlogsStatsUser
          The extended model interface for the BlogsStatsUser service.
 interface BlogsStatsUserModel
          The base model interface for the BlogsStatsUser service.
 

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

Methods in com.liferay.portlet.blogs.model with parameters of type BaseModel
 void BlogsStatsUserWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void BlogsEntryModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void BlogsStatsUserModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void BlogsEntryWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 

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

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

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

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

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

Methods in com.liferay.portlet.calendar.model with parameters of type BaseModel
 void CalEventWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void CalEventModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 

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

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

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

Subinterfaces of BaseModel in com.liferay.portlet.documentlibrary.model
 interface DLContent
          The extended model interface for the DLContent service.
 interface DLContentModel
          The base 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 DLFileEntryMetadataModel
          The base model interface for the DLFileEntryMetadata service.
 interface DLFileEntryModel
          The base model interface for the DLFileEntry service.
 interface DLFileEntryType
          The extended model interface for the DLFileEntryType service.
 interface DLFileEntryTypeModel
          The base model interface for the DLFileEntryType service.
 interface DLFileRank
          The extended model interface for the DLFileRank service.
 interface DLFileRankModel
          The base model interface for the DLFileRank service.
 interface DLFileShortcut
          The extended model interface for the DLFileShortcut service.
 interface DLFileShortcutModel
          The base model interface for the DLFileShortcut service.
 interface DLFileVersion
          The extended model interface for the DLFileVersion service.
 interface DLFileVersionModel
          The base model interface for the DLFileVersion service.
 interface DLFolder
          The extended model interface for the DLFolder service.
 interface DLFolderModel
          The base model interface for the DLFolder service.
 interface DLSyncEvent
          The extended model interface for the DLSyncEvent service.
 interface DLSyncEventModel
          The base model interface for the DLSyncEvent service.
 

Classes in com.liferay.portlet.documentlibrary.model that implement BaseModel
 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 DLSyncEventWrapper
           This class is a wrapper for DLSyncEvent.
 

Methods in com.liferay.portlet.documentlibrary.model with parameters of type BaseModel
 void DLSyncEventModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DLFolderWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DLFileEntryMetadataWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DLContentModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DLFileShortcutModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DLFileVersionModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DLFileEntryMetadataModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DLFileShortcutWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DLFileRankModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DLFileRankWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DLFileEntryModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DLFileEntryTypeWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DLSyncEventWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DLContentWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DLFolderModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DLFileEntryWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DLFileEntryTypeModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DLFileVersionWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 

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

Classes in com.liferay.portlet.documentlibrary.model.impl that implement BaseModel
 class DLContentBaseImpl
          The extended model base implementation for the DLContent service.
 class DLContentImpl
           
 class DLContentModelImpl
          The base model implementation for the DLContent service.
 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 DLFileEntryMetadataModelImpl
          The base model implementation for the DLFileEntryMetadata service.
 class DLFileEntryModelImpl
          The base model implementation for the DLFileEntry service.
 class DLFileEntryTypeBaseImpl
          The extended model base implementation for the DLFileEntryType service.
 class DLFileEntryTypeImpl
           
 class DLFileEntryTypeModelImpl
          The base model implementation for the DLFileEntryType service.
 class DLFileRankBaseImpl
          The extended model base implementation for the DLFileRank service.
 class DLFileRankImpl
           
 class DLFileRankModelImpl
          The base model implementation for the DLFileRank service.
 class DLFileShortcutBaseImpl
          The extended model base implementation for the DLFileShortcut service.
 class DLFileShortcutImpl
           
 class DLFileShortcutModelImpl
          The base model implementation for the DLFileShortcut service.
 class DLFileVersionBaseImpl
          The extended model base implementation for the DLFileVersion service.
 class DLFileVersionImpl
           
 class DLFileVersionModelImpl
          The base model implementation for the DLFileVersion service.
 class DLFolderBaseImpl
          The extended model base implementation for the DLFolder service.
 class DLFolderImpl
           
 class DLFolderModelImpl
          The base model implementation for the DLFolder service.
 class DLSyncEventBaseImpl
          The extended model base implementation for the DLSyncEvent service.
 class DLSyncEventImpl
           
 class DLSyncEventModelImpl
          The base model implementation for the DLSyncEvent service.
 

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

Subinterfaces of BaseModel in com.liferay.portlet.dynamicdatamapping.model
 interface DDMContent
          The extended model interface for the DDMContent service.
 interface DDMContentModel
          The base model interface for the DDMContent service.
 interface DDMStorageLink
          The extended model interface for the DDMStorageLink service.
 interface DDMStorageLinkModel
          The base model interface for the DDMStorageLink service.
 interface DDMStructure
          The extended model interface for the DDMStructure service.
 interface DDMStructureLayout
          The extended model interface for the DDMStructureLayout service.
 interface DDMStructureLayoutModel
          The base model interface for the DDMStructureLayout service.
 interface DDMStructureLink
          The extended model interface for the DDMStructureLink service.
 interface DDMStructureLinkModel
          The base model interface for the DDMStructureLink service.
 interface DDMStructureModel
          The base model interface for the DDMStructure service.
 interface DDMStructureVersion
          The extended model interface for the DDMStructureVersion service.
 interface DDMStructureVersionModel
          The base model interface for the DDMStructureVersion service.
 interface DDMTemplate
          The extended model interface for the DDMTemplate service.
 interface DDMTemplateLink
          The extended model interface for the DDMTemplateLink service.
 interface DDMTemplateLinkModel
          The base model interface for the DDMTemplateLink service.
 interface DDMTemplateModel
          The base model interface for the DDMTemplate service.
 interface DDMTemplateVersion
          The extended model interface for the DDMTemplateVersion service.
 interface DDMTemplateVersionModel
          The base model interface for the DDMTemplateVersion service.
 

Classes in com.liferay.portlet.dynamicdatamapping.model that implement BaseModel
 class DDMContentWrapper
           This class is a wrapper for DDMContent.
 class DDMStorageLinkWrapper
           This class is a wrapper for DDMStorageLink.
 class DDMStructureLayoutWrapper
           This class is a wrapper for DDMStructureLayout.
 class DDMStructureLinkWrapper
           This class is a wrapper for DDMStructureLink.
 class DDMStructureVersionWrapper
           This class is a wrapper for DDMStructureVersion.
 class DDMStructureWrapper
           This class is a wrapper for DDMStructure.
 class DDMTemplateLinkWrapper
           This class is a wrapper for DDMTemplateLink.
 class DDMTemplateVersionWrapper
           This class is a wrapper for DDMTemplateVersion.
 class DDMTemplateWrapper
           This class is a wrapper for DDMTemplate.
 

Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type BaseModel
 void DDMStructureWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DDMTemplateVersionWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DDMContentModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DDMStructureVersionWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DDMTemplateModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DDMStructureModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DDMTemplateLinkModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DDMStructureLayoutWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DDMTemplateVersionModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DDMStorageLinkModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DDMTemplateLinkWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DDMTemplateWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DDMStructureLinkWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DDMStructureLayoutModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DDMContentWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DDMStructureLinkModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DDMStructureVersionModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void DDMStorageLinkWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 

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

Classes in com.liferay.portlet.dynamicdatamapping.model.impl that implement BaseModel
 class DDMContentBaseImpl
          The extended model base implementation for the DDMContent service.
 class DDMContentImpl
           
 class DDMContentModelImpl
          The base model implementation for the DDMContent service.
 class DDMStorageLinkBaseImpl
          The extended model base implementation for the DDMStorageLink service.
 class DDMStorageLinkImpl
           
 class DDMStorageLinkModelImpl
          The base model implementation for the DDMStorageLink service.
 class DDMStructureBaseImpl
          The extended model base implementation for the DDMStructure service.
 class DDMStructureImpl
           
 class DDMStructureLayoutBaseImpl
          The extended model base implementation for the DDMStructureLayout service.
 class DDMStructureLayoutImpl
           
 class DDMStructureLayoutModelImpl
          The base model implementation for the DDMStructureLayout service.
 class DDMStructureLinkBaseImpl
          The extended model base implementation for the DDMStructureLink service.
 class DDMStructureLinkImpl
           
 class DDMStructureLinkModelImpl
          The base model implementation for the DDMStructureLink service.
 class DDMStructureModelImpl
          The base model implementation for the DDMStructure service.
 class DDMStructureVersionBaseImpl
          The extended model base implementation for the DDMStructureVersion service.
 class DDMStructureVersionImpl
           
 class DDMStructureVersionModelImpl
          The base model implementation for the DDMStructureVersion service.
 class DDMTemplateBaseImpl
          The extended model base implementation for the DDMTemplate service.
 class DDMTemplateImpl
           
 class DDMTemplateLinkBaseImpl
          The extended model base implementation for the DDMTemplateLink service.
 class DDMTemplateLinkImpl
           
 class DDMTemplateLinkModelImpl
          The base model implementation for the DDMTemplateLink service.
 class DDMTemplateModelImpl
          The base model implementation for the DDMTemplate service.
 class DDMTemplateVersionBaseImpl
          The extended model base implementation for the DDMTemplateVersion service.
 class DDMTemplateVersionImpl
           
 class DDMTemplateVersionModelImpl
          The base model implementation for the DDMTemplateVersion service.
 

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

Subinterfaces of BaseModel in com.liferay.portlet.expando.model
 interface ExpandoColumn
          The extended model interface for the ExpandoColumn service.
 interface ExpandoColumnModel
          The base model interface for the ExpandoColumn service.
 interface ExpandoRow
          The extended model interface for the ExpandoRow service.
 interface ExpandoRowModel
          The base model interface for the ExpandoRow service.
 interface ExpandoTable
          The extended model interface for the ExpandoTable service.
 interface ExpandoTableModel
          The base model interface for the ExpandoTable service.
 interface ExpandoValue
          The extended model interface for the ExpandoValue service.
 interface ExpandoValueModel
          The base model interface for the ExpandoValue service.
 

Classes in com.liferay.portlet.expando.model that implement BaseModel
 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.
 

Methods in com.liferay.portlet.expando.model with parameters of type BaseModel
 void ExpandoValueWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ExpandoTableWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ExpandoTableModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ExpandoColumnWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ExpandoValueModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ExpandoRowModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ExpandoRowWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ExpandoColumnModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 

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

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

Uses of BaseModel in com.liferay.portlet.exportimport.model
 

Subinterfaces of BaseModel in com.liferay.portlet.exportimport.model
 interface ExportImportConfiguration
          The extended model interface for the ExportImportConfiguration service.
 interface ExportImportConfigurationModel
          The base model interface for the ExportImportConfiguration service.
 

Classes in com.liferay.portlet.exportimport.model that implement BaseModel
 class ExportImportConfigurationWrapper
           This class is a wrapper for ExportImportConfiguration.
 

Methods in com.liferay.portlet.exportimport.model with parameters of type BaseModel
 void ExportImportConfigurationModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ExportImportConfigurationWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 

Uses of BaseModel in com.liferay.portlet.exportimport.model.impl
 

Classes in com.liferay.portlet.exportimport.model.impl that implement BaseModel
 class ExportImportConfigurationBaseImpl
          The extended model base implementation for the ExportImportConfiguration service.
 class ExportImportConfigurationImpl
           
 class ExportImportConfigurationModelImpl
          The base model implementation for the ExportImportConfiguration service.
 

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

Subinterfaces of BaseModel 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 JournalArticleImageModel
          The base model interface for the JournalArticleImage service.
 interface JournalArticleModel
          The base model interface for the JournalArticle service.
 interface JournalArticleResource
          The extended model interface for the JournalArticleResource service.
 interface JournalArticleResourceModel
          The base model interface for the JournalArticleResource service.
 interface JournalContentSearch
          The extended model interface for the JournalContentSearch service.
 interface JournalContentSearchModel
          The base model interface for the JournalContentSearch service.
 interface JournalFeed
          The extended model interface for the JournalFeed service.
 interface JournalFeedModel
          The base model interface for the JournalFeed service.
 interface JournalFolder
          The extended model interface for the JournalFolder service.
 interface JournalFolderModel
          The base model interface for the JournalFolder service.
 

Classes in com.liferay.portlet.journal.model that implement BaseModel
 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 JournalFolderWrapper
           This class is a wrapper for JournalFolder.
 

Methods in com.liferay.portlet.journal.model with parameters of type BaseModel
 void JournalArticleResourceWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void JournalArticleImageWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void JournalArticleModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void JournalArticleImageModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void JournalContentSearchModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void JournalFeedModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void JournalContentSearchWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void JournalFeedWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void JournalArticleResourceModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void JournalFolderModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void JournalArticleWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void JournalFolderWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 

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

Classes in com.liferay.portlet.journal.model.impl that implement BaseModel
 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 JournalArticleImageModelImpl
          The base model implementation for the JournalArticleImage service.
 class JournalArticleImpl
           
 class JournalArticleModelImpl
          The base model implementation for the JournalArticle service.
 class JournalArticleResourceBaseImpl
          The extended model base implementation for the JournalArticleResource service.
 class JournalArticleResourceImpl
           
 class JournalArticleResourceModelImpl
          The base model implementation for the JournalArticleResource service.
 class JournalContentSearchBaseImpl
          The extended model base implementation for the JournalContentSearch service.
 class JournalContentSearchImpl
           
 class JournalContentSearchModelImpl
          The base model implementation for the JournalContentSearch service.
 class JournalFeedBaseImpl
          The extended model base implementation for the JournalFeed service.
 class JournalFeedImpl
           
 class JournalFeedModelImpl
          The base model implementation for the JournalFeed service.
 class JournalFolderBaseImpl
          The extended model base implementation for the JournalFolder service.
 class JournalFolderImpl
           
 class JournalFolderModelImpl
          The base model implementation for the JournalFolder service.
 

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

Subinterfaces of BaseModel in com.liferay.portlet.messageboards.model
 interface MBBan
          The extended model interface for the MBBan service.
 interface MBBanModel
          The base model interface for the MBBan service.
 interface MBCategory
          The extended model interface for the MBCategory service.
 interface MBCategoryModel
          The base model interface for the MBCategory service.
 interface MBDiscussion
          The extended model interface for the MBDiscussion service.
 interface MBDiscussionModel
          The base model interface for the MBDiscussion service.
 interface MBMailingList
          The extended model interface for the MBMailingList service.
 interface MBMailingListModel
          The base model interface for the MBMailingList service.
 interface MBMessage
          The extended model interface for the MBMessage service.
 interface MBMessageModel
          The base model interface for the MBMessage service.
 interface MBStatsUser
          The extended model interface for the MBStatsUser service.
 interface MBStatsUserModel
          The base 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.
 interface MBThreadFlagModel
          The base model interface for the MBThreadFlag service.
 interface MBThreadModel
          The base model interface for the MBThread service.
 

Classes in com.liferay.portlet.messageboards.model that implement BaseModel
 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.
 

Methods in com.liferay.portlet.messageboards.model with parameters of type BaseModel
 void MBThreadFlagWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MBMessageModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MBThreadWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MBMailingListWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MBThreadFlagModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MBDiscussionWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MBThreadModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MBDiscussionModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MBStatsUserWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MBCategoryModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MBBanModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MBBanWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MBMessageWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MBStatsUserModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MBMailingListModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MBCategoryWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 

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

Classes in com.liferay.portlet.messageboards.model.impl that implement BaseModel
 class MBBanBaseImpl
          The extended model base implementation for the MBBan service.
 class MBBanImpl
           
 class MBBanModelImpl
          The base model implementation for the MBBan service.
 class MBCategoryBaseImpl
          The extended model base implementation for the MBCategory service.
 class MBCategoryImpl
           
 class MBCategoryModelImpl
          The base model implementation for the MBCategory service.
 class MBDiscussionBaseImpl
          The extended model base implementation for the MBDiscussion service.
 class MBDiscussionImpl
           
 class MBDiscussionModelImpl
          The base model implementation for the MBDiscussion service.
 class MBMailingListBaseImpl
          The extended model base implementation for the MBMailingList service.
 class MBMailingListImpl
           
 class MBMailingListModelImpl
          The base model implementation for the MBMailingList service.
 class MBMessageBaseImpl
          The extended model base implementation for the MBMessage service.
 class MBMessageImpl
           
 class MBMessageModelImpl
          The base model implementation for the MBMessage service.
 class MBStatsUserBaseImpl
          The extended model base implementation for the MBStatsUser service.
 class MBStatsUserImpl
           
 class MBStatsUserModelImpl
          The base model implementation for the MBStatsUser service.
 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 MBThreadFlagModelImpl
          The base model implementation for the MBThreadFlag service.
 class MBThreadImpl
           
 class MBThreadModelImpl
          The base model implementation for the MBThread service.
 

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

Subinterfaces of BaseModel in com.liferay.portlet.mobiledevicerules.model
 interface MDRAction
          The extended model interface for the MDRAction service.
 interface MDRActionModel
          The base 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.
 interface MDRRuleGroupInstanceModel
          The base model interface for the MDRRuleGroupInstance service.
 interface MDRRuleGroupModel
          The base model interface for the MDRRuleGroup service.
 interface MDRRuleModel
          The base model interface for the MDRRule service.
 

Classes in com.liferay.portlet.mobiledevicerules.model that implement BaseModel
 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.
 

Methods in com.liferay.portlet.mobiledevicerules.model with parameters of type BaseModel
 void MDRRuleModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MDRRuleGroupWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MDRActionWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MDRRuleGroupInstanceModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MDRRuleGroupInstanceWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MDRActionModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MDRRuleGroupModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void MDRRuleWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 

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

Classes in com.liferay.portlet.mobiledevicerules.model.impl that implement BaseModel
 class MDRActionBaseImpl
          The extended model base implementation for the MDRAction service.
 class MDRActionImpl
           
 class MDRActionModelImpl
          The base model implementation for the MDRAction service.
 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 MDRRuleGroupInstanceModelImpl
          The base model implementation for the MDRRuleGroupInstance service.
 class MDRRuleGroupModelImpl
          The base model implementation for the MDRRuleGroup service.
 class MDRRuleImpl
           
 class MDRRuleModelImpl
          The base model implementation for the MDRRule service.
 

Uses of BaseModel in com.liferay.portlet.notifications.test
 

Methods in com.liferay.portlet.notifications.test that return BaseModel
protected abstract  BaseModel<?> BaseUserNotificationTestCase.addBaseModel()
           
protected abstract  BaseModel<?> BaseUserNotificationTestCase.updateBaseModel(BaseModel<?> baseModel)
           
 

Methods in com.liferay.portlet.notifications.test with parameters of type BaseModel
protected abstract  BaseModel<?> BaseUserNotificationTestCase.updateBaseModel(BaseModel<?> baseModel)
           
 

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

Subinterfaces of BaseModel in com.liferay.portlet.ratings.model
 interface RatingsEntry
          The extended model interface for the RatingsEntry service.
 interface RatingsEntryModel
          The base model interface for the RatingsEntry service.
 interface RatingsStats
          The extended model interface for the RatingsStats service.
 interface RatingsStatsModel
          The base model interface for the RatingsStats service.
 

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

Methods in com.liferay.portlet.ratings.model with parameters of type BaseModel
 void RatingsStatsModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void RatingsStatsWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void RatingsEntryModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void RatingsEntryWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 

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

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

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

Subinterfaces of BaseModel in com.liferay.portlet.shopping.model
 interface ShoppingCart
          The extended model interface for the ShoppingCart service.
 interface ShoppingCartModel
          The base model interface for the ShoppingCart service.
 interface ShoppingCategory
          The extended model interface for the ShoppingCategory service.
 interface ShoppingCategoryModel
          The base model interface for the ShoppingCategory service.
 interface ShoppingCoupon
          The extended model interface for the ShoppingCoupon service.
 interface ShoppingCouponModel
          The base 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 ShoppingItemFieldModel
          The base model interface for the ShoppingItemField service.
 interface ShoppingItemModel
          The base model interface for the ShoppingItem service.
 interface ShoppingItemPrice
          The extended model interface for the ShoppingItemPrice service.
 interface ShoppingItemPriceModel
          The base 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.
 interface ShoppingOrderItemModel
          The base model interface for the ShoppingOrderItem service.
 interface ShoppingOrderModel
          The base model interface for the ShoppingOrder service.
 

Classes in com.liferay.portlet.shopping.model that implement BaseModel
 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.
 

Methods in com.liferay.portlet.shopping.model with parameters of type BaseModel
 void ShoppingCartWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ShoppingItemModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ShoppingCategoryWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ShoppingCategoryModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ShoppingCouponModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ShoppingOrderModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ShoppingOrderWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ShoppingItemWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ShoppingOrderItemModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ShoppingItemFieldModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ShoppingItemFieldWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ShoppingItemPriceModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ShoppingItemPriceWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ShoppingCartModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ShoppingCouponWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void ShoppingOrderItemWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 

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

Classes in com.liferay.portlet.shopping.model.impl that implement BaseModel
 class ShoppingCartBaseImpl
          The extended model base implementation for the ShoppingCart service.
 class ShoppingCartImpl
           
 class ShoppingCartModelImpl
          The base model implementation for the ShoppingCart service.
 class ShoppingCategoryBaseImpl
          The extended model base implementation for the ShoppingCategory service.
 class ShoppingCategoryImpl
           
 class ShoppingCategoryModelImpl
          The base model implementation for the ShoppingCategory service.
 class ShoppingCouponBaseImpl
          The extended model base implementation for the ShoppingCoupon service.
 class ShoppingCouponImpl
           
 class ShoppingCouponModelImpl
          The base model implementation for the ShoppingCoupon service.
 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 ShoppingItemFieldModelImpl
          The base model implementation for the ShoppingItemField service.
 class ShoppingItemImpl
           
 class ShoppingItemModelImpl
          The base model implementation for the ShoppingItem service.
 class ShoppingItemPriceBaseImpl
          The extended model base implementation for the ShoppingItemPrice service.
 class ShoppingItemPriceImpl
           
 class ShoppingItemPriceModelImpl
          The base model implementation for the ShoppingItemPrice service.
 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
           
 class ShoppingOrderItemModelImpl
          The base model implementation for the ShoppingOrderItem service.
 class ShoppingOrderModelImpl
          The base model implementation for the ShoppingOrder service.
 

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

Subinterfaces of BaseModel 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 SocialActivityAchievementModel
          The base model interface for the SocialActivityAchievement service.
 interface SocialActivityCounter
          The extended model interface for the SocialActivityCounter service.
 interface SocialActivityCounterModel
          The base model interface for the SocialActivityCounter service.
 interface SocialActivityLimit
          The extended model interface for the SocialActivityLimit service.
 interface SocialActivityLimitModel
          The base model interface for the SocialActivityLimit service.
 interface SocialActivityModel
          The base model interface for the SocialActivity service.
 interface SocialActivitySet
          The extended model interface for the SocialActivitySet service.
 interface SocialActivitySetModel
          The base model interface for the SocialActivitySet service.
 interface SocialActivitySetting
          The extended model interface for the SocialActivitySetting service.
 interface SocialActivitySettingModel
          The base model interface for the SocialActivitySetting service.
 interface SocialRelation
          The extended model interface for the SocialRelation service.
 interface SocialRelationModel
          The base model interface for the SocialRelation service.
 interface SocialRequest
          The extended model interface for the SocialRequest service.
 interface SocialRequestModel
          The base model interface for the SocialRequest service.
 

Classes in com.liferay.portlet.social.model that implement BaseModel
 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 SocialActivitySetWrapper
           This class is a wrapper for SocialActivitySet.
 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.
 

Methods in com.liferay.portlet.social.model with parameters of type BaseModel
 void SocialActivityLimitWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SocialActivitySetModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SocialActivitySetWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SocialRequestWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SocialActivityCounterWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SocialRelationModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SocialActivityLimitModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SocialActivityAchievementModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SocialRequestModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SocialActivityCounterModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SocialActivityWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SocialActivitySettingWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SocialActivitySettingModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SocialActivityModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SocialActivityAchievementWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SocialRelationWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 

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

Classes in com.liferay.portlet.social.model.impl that implement BaseModel
 class SocialActivityAchievementBaseImpl
          The extended model base implementation for the SocialActivityAchievement service.
 class SocialActivityAchievementImpl
           
 class SocialActivityAchievementModelImpl
          The base model implementation for the SocialActivityAchievement service.
 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 SocialActivityCounterModelImpl
          The base model implementation for the SocialActivityCounter service.
 class SocialActivityImpl
           
 class SocialActivityLimitBaseImpl
          The extended model base implementation for the SocialActivityLimit service.
 class SocialActivityLimitImpl
           
 class SocialActivityLimitModelImpl
          The base model implementation for the SocialActivityLimit service.
 class SocialActivityModelImpl
          The base model implementation for the SocialActivity service.
 class SocialActivitySetBaseImpl
          The extended model base implementation for the SocialActivitySet service.
 class SocialActivitySetImpl
           
 class SocialActivitySetModelImpl
          The base model implementation for the SocialActivitySet service.
 class SocialActivitySettingBaseImpl
          The extended model base implementation for the SocialActivitySetting service.
 class SocialActivitySettingImpl
           
 class SocialActivitySettingModelImpl
          The base model implementation for the SocialActivitySetting service.
 class SocialRelationBaseImpl
          The extended model base implementation for the SocialRelation service.
 class SocialRelationImpl
           
 class SocialRelationModelImpl
          The base model implementation for the SocialRelation service.
 class SocialRequestBaseImpl
          The extended model base implementation for the SocialRequest service.
 class SocialRequestImpl
           
 class SocialRequestModelImpl
          The base model implementation for the SocialRequest service.
 

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

Subinterfaces of BaseModel in com.liferay.portlet.softwarecatalog.model
 interface SCFrameworkVersion
          The extended model interface for the SCFrameworkVersion service.
 interface SCFrameworkVersionModel
          The base model interface for the SCFrameworkVersion service.
 interface SCLicense
          The extended model interface for the SCLicense service.
 interface SCLicenseModel
          The base model interface for the SCLicense service.
 interface SCProductEntry
          The extended model interface for the SCProductEntry service.
 interface SCProductEntryModel
          The base model interface for the SCProductEntry service.
 interface SCProductScreenshot
          The extended model interface for the SCProductScreenshot service.
 interface SCProductScreenshotModel
          The base model interface for the SCProductScreenshot service.
 interface SCProductVersion
          The extended model interface for the SCProductVersion service.
 interface SCProductVersionModel
          The base model interface for the SCProductVersion service.
 

Classes in com.liferay.portlet.softwarecatalog.model that implement BaseModel
 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.
 

Methods in com.liferay.portlet.softwarecatalog.model with parameters of type BaseModel
 void SCLicenseWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SCProductScreenshotModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SCProductVersionWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SCFrameworkVersionModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SCProductVersionModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SCLicenseModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SCFrameworkVersionWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SCProductEntryWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SCProductEntryModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void SCProductScreenshotWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 

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

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

Uses of BaseModel in com.liferay.portlet.trash.model
 

Subinterfaces of BaseModel in com.liferay.portlet.trash.model
 interface TrashEntry
          The extended model interface for the TrashEntry service.
 interface TrashEntryModel
          The base model interface for the TrashEntry service.
 interface TrashVersion
          The extended model interface for the TrashVersion service.
 interface TrashVersionModel
          The base model interface for the TrashVersion service.
 

Classes in com.liferay.portlet.trash.model that implement BaseModel
 class TrashEntryWrapper
           This class is a wrapper for TrashEntry.
 class TrashVersionWrapper
           This class is a wrapper for TrashVersion.
 

Methods in com.liferay.portlet.trash.model with parameters of type BaseModel
 void TrashVersionWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void TrashEntryWrapper.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void TrashVersionModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void TrashEntryModel.setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 

Uses of BaseModel in com.liferay.portlet.trash.model.impl
 

Classes in com.liferay.portlet.trash.model.impl that implement BaseModel
 class TrashEntryBaseImpl
          The extended model base implementation for the TrashEntry service.
 class TrashEntryImpl
           
 class TrashEntryModelImpl
          The base model implementation for the TrashEntry service.
 class TrashVersionBaseImpl
          The extended model base implementation for the TrashVersion service.
 class TrashVersionImpl
           
 class TrashVersionModelImpl
          The base model implementation for the TrashVersion service.
 

Uses of BaseModel in com.liferay.portlet.trash.test
 

Fields in com.liferay.portlet.trash.test declared as BaseModel
protected  BaseModel<?> BaseTrashHandlerTestCase.baseModel
           
 

Methods in com.liferay.portlet.trash.test that return BaseModel
protected  BaseModel<?> BaseTrashHandlerTestCase.addBaseModel(BaseModel<?> parentBaseModel, boolean approved, ServiceContext serviceContext)
           
protected abstract  BaseModel<?> BaseTrashHandlerTestCase.addBaseModelWithWorkflow(BaseModel<?> parentBaseModel, boolean approved, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseTrashHandlerTestCase.addBaseModelWithWorkflow(boolean approved, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseTrashHandlerTestCase.expireBaseModel(BaseModel<?> baseModel, ServiceContext serviceContext)
           
protected abstract  BaseModel<?> BaseTrashHandlerTestCase.getBaseModel(long primaryKey)
           
protected  BaseModel<?> BaseTrashHandlerTestCase.getParentBaseModel(Group group, long parentBaseModelId, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseTrashHandlerTestCase.getParentBaseModel(Group group, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseTrashHandlerTestCase.moveBaseModelFromTrash(ClassedModel classedModel, Group group, ServiceContext serviceContext)
           
protected  BaseModel<?> BaseTrashHandlerTestCase.updateBaseModel(long primaryKey, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.trash.test with parameters of type BaseModel
protected  BaseModel<?> BaseTrashHandlerTestCase.addBaseModel(BaseModel<?> parentBaseModel, boolean approved, ServiceContext serviceContext)
           
protected abstract  BaseModel<?> BaseTrashHandlerTestCase.addBaseModelWithWorkflow(BaseModel<?> parentBaseModel, boolean approved, ServiceContext serviceContext)
           
protected  void BaseTrashHandlerTestCase.deleteParentBaseModel(BaseModel<?> parentBaseModel, boolean includeTrashedEntries)
           
protected  BaseModel<?> BaseTrashHandlerTestCase.expireBaseModel(BaseModel<?> baseModel, ServiceContext serviceContext)
           
protected  List<? extends WorkflowedModel> BaseTrashHandlerTestCase.getChildrenWorkflowedModels(BaseModel<?> parentBaseModel)
           
protected abstract  int BaseTrashHandlerTestCase.getNotInTrashBaseModelsCount(BaseModel<?> parentBaseModel)
           
protected abstract  String BaseTrashHandlerTestCase.getUniqueTitle(BaseModel<?> baseModel)
           
 


Liferay 7.0-ce-m6