Liferay 7.0-ce-b4

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

Packages that use GroupedModel
com.liferay.portal.kernel.repository.model   
com.liferay.portal.kernel.social   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.repository.liferayrepository.model   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
com.liferay.portal.social   
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.model.impl   
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   
com.liferay.portlet.exportimport.model   
com.liferay.portlet.exportimport.model.impl   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.model.impl   
 

Uses of GroupedModel in com.liferay.portal.kernel.repository.model
 

Subinterfaces of GroupedModel in com.liferay.portal.kernel.repository.model
 interface FileEntry
           
 interface FileShortcut
           
 interface FileVersion
           
 interface Folder
           
 

Classes in com.liferay.portal.kernel.repository.model that implement GroupedModel
 class FileEntryWrapper
           
 class FileShortcutWrapper
           
 class FileVersionWrapper
           
 class FolderWrapper
           
 

Uses of GroupedModel in com.liferay.portal.kernel.social
 

Classes in com.liferay.portal.kernel.social with type parameters of type GroupedModel
 class BaseSocialActivityManager<T extends ClassedModel & GroupedModel>
           
 interface SocialActivityManager<T extends ClassedModel & GroupedModel>
           
 

Methods in com.liferay.portal.kernel.social with type parameters of type GroupedModel
static
<T extends ClassedModel & GroupedModel>
void
SocialActivityManagerUtil.addActivity(long userId, T classedModel, int type, String extraData, long receiverUserId)
           
static
<T extends ClassedModel & GroupedModel>
void
SocialActivityManagerUtil.addUniqueActivity(long userId, Date createDate, T classedModel, int type, String extraData, long receiverUserId)
           
static
<T extends ClassedModel & GroupedModel>
void
SocialActivityManagerUtil.addUniqueActivity(long userId, T classedModel, int type, String extraData, long receiverUserId)
           
static
<T extends ClassedModel & GroupedModel>
void
SocialActivityManagerUtil.deleteActivities(T classedModel)
           
static
<T extends ClassedModel & GroupedModel>
SocialActivityManager<T>
SocialActivityManagerUtil.getSocialActivityManager()
           
<T extends ClassedModel & GroupedModel>
void
SocialActivityManagerUtil.setSocialActivityManager(SocialActivityManager<T> socialActivityManager)
           
static
<T extends ClassedModel & GroupedModel>
void
SocialActivityManagerUtil.updateLastSocialActivity(long userId, T classedModel, int type, Date createDate)
           
 

Uses of GroupedModel in com.liferay.portal.model
 

Subinterfaces of GroupedModel in com.liferay.portal.model
 interface Layout
          The extended model interface for the Layout 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 LayoutRevision
          The extended model interface for the LayoutRevision service.
 interface LayoutRevisionModel
          The base model interface for the LayoutRevision service.
 interface LayoutSetBranch
          The extended model interface for the LayoutSetBranch service.
 interface LayoutSetBranchModel
          The base model interface for the LayoutSetBranch service.
 interface PortletItem
          The extended model interface for the PortletItem service.
 interface PortletItemModel
          The base model interface for the PortletItem 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 StagedGroupedModel
           
 interface Subscription
          The extended model interface for the Subscription service.
 interface SubscriptionModel
          The base model interface for the Subscription service.
 interface Team
          The extended model interface for the Team service.
 interface TeamModel
          The base model interface for the Team 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 GroupedModel
 class LayoutFriendlyURLWrapper
           This class is a wrapper for LayoutFriendlyURL.
 class LayoutRevisionWrapper
           This class is a wrapper for LayoutRevision.
 class LayoutSetBranchWrapper
           This class is a wrapper for LayoutSetBranch.
 class LayoutWrapper
           This class is a wrapper for Layout.
 class PortletItemWrapper
           This class is a wrapper for PortletItem.
 class RepositoryEntryWrapper
           This class is a wrapper for RepositoryEntry.
 class RepositoryWrapper
           This class is a wrapper for Repository.
 class SubscriptionWrapper
           This class is a wrapper for Subscription.
 class TeamWrapper
           This class is a wrapper for Team.
 class WorkflowDefinitionLinkWrapper
           This class is a wrapper for WorkflowDefinitionLink.
 class WorkflowInstanceLinkWrapper
           This class is a wrapper for WorkflowInstanceLink.
 

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

Classes in com.liferay.portal.model.impl that implement GroupedModel
 class LayoutBaseImpl
          The extended model base implementation for the Layout 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 LayoutRevisionBaseImpl
          The extended model base implementation for the LayoutRevision service.
 class LayoutRevisionImpl
           
 class LayoutRevisionModelImpl
          The base model implementation for the LayoutRevision 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 PortletItemBaseImpl
          The extended model base implementation for the PortletItem service.
 class PortletItemImpl
           
 class PortletItemModelImpl
          The base model implementation for the PortletItem 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 SubscriptionBaseImpl
          The extended model base implementation for the Subscription service.
 class SubscriptionImpl
           
 class SubscriptionModelImpl
          The base model implementation for the Subscription 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 VirtualLayout
           
 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.
 

Uses of GroupedModel in com.liferay.portal.repository.liferayrepository.model
 

Classes in com.liferay.portal.repository.liferayrepository.model that implement GroupedModel
 class LiferayFileEntry
           
 class LiferayFileShortcut
           
 class LiferayFileVersion
           
 class LiferayFolder
           
 

Uses of GroupedModel in com.liferay.portal.repository.proxy
 

Classes in com.liferay.portal.repository.proxy that implement GroupedModel
 class FileEntryProxyBean
           
 class FileShortcutProxyBean
           
 class FileVersionProxyBean
           
 class FolderProxyBean
           
 

Uses of GroupedModel in com.liferay.portal.social
 

Classes in com.liferay.portal.social with type parameters of type GroupedModel
 class DefaultSocialActivityManager<T extends ClassedModel & GroupedModel>
           
 class SocialActivityManagerImpl<T extends ClassedModel & GroupedModel>
           
 

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

Subinterfaces of GroupedModel 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 AssetEntry
          The extended model interface for the AssetEntry service.
 interface AssetEntryModel
          The base model interface for the AssetEntry service.
 interface AssetTag
          The extended model interface for the AssetTag service.
 interface AssetTagModel
          The base model interface for the AssetTag 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 GroupedModel
 class AssetCategoryWrapper
           This class is a wrapper for AssetCategory.
 class AssetEntryWrapper
           This class is a wrapper for AssetEntry.
 class AssetTagWrapper
           This class is a wrapper for AssetTag.
 class AssetVocabularyWrapper
           This class is a wrapper for AssetVocabulary.
 

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

Classes in com.liferay.portlet.asset.model.impl that implement GroupedModel
 class AssetCategoryBaseImpl
          The extended model base implementation for the AssetCategory service.
 class AssetCategoryImpl
           
 class AssetCategoryModelImpl
          The base model implementation for the AssetCategory 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 AssetTagBaseImpl
          The extended model base implementation for the AssetTag service.
 class AssetTagImpl
           
 class AssetTagModelImpl
          The base model implementation for the AssetTag 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 GroupedModel in com.liferay.portlet.blogs.model
 

Subinterfaces of GroupedModel 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.
 

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

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

Classes in com.liferay.portlet.blogs.model.impl that implement GroupedModel
 class BlogsEntryBaseImpl
          The extended model base implementation for the BlogsEntry service.
 class BlogsEntryImpl
           
 class BlogsEntryModelImpl
          The base model implementation for the BlogsEntry service.
 

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

Subinterfaces of GroupedModel in com.liferay.portlet.calendar.model
 interface CalEvent
          Deprecated. As of 7.0.0, with no direct replacement
 interface CalEventModel
          Deprecated. As of 7.0.0, with no direct replacement
 

Classes in com.liferay.portlet.calendar.model that implement GroupedModel
 class CalEventWrapper
          Deprecated. As of 7.0.0, with no direct replacement
 

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

Classes in com.liferay.portlet.calendar.model.impl that implement GroupedModel
 class CalEventBaseImpl
          Deprecated. As of 7.0.0, with no direct replacement
 class CalEventImpl
          Deprecated. As of 7.0.0, with no direct replacement
 class CalEventModelImpl
          Deprecated. As of 7.0.0, with no direct replacement
 

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

Subinterfaces of GroupedModel in com.liferay.portlet.documentlibrary.model
 interface DLFileEntry
          The extended model interface for the DLFileEntry 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 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.
 

Classes in com.liferay.portlet.documentlibrary.model that implement GroupedModel
 class DLFileEntryTypeWrapper
           This class is a wrapper for DLFileEntryType.
 class DLFileEntryWrapper
           This class is a wrapper for DLFileEntry.
 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.
 

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

Classes in com.liferay.portlet.documentlibrary.model.impl that implement GroupedModel
 class DLFileEntryBaseImpl
          The extended model base implementation for the DLFileEntry service.
 class DLFileEntryImpl
           
 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 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.
 

Uses of GroupedModel in com.liferay.portlet.dynamicdatamapping
 

Subinterfaces of GroupedModel in com.liferay.portlet.dynamicdatamapping
 interface DDMStructure
           
 interface DDMTemplate
           
 

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

Subinterfaces of GroupedModel 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 GroupedModel
 class ExportImportConfigurationWrapper
           This class is a wrapper for ExportImportConfiguration.
 

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

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

Subinterfaces of GroupedModel 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 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 GroupedModel
 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 MBThreadFlagWrapper
           This class is a wrapper for MBThreadFlag.
 class MBThreadWrapper
           This class is a wrapper for MBThread.
 

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

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


Liferay 7.0-ce-b4