Liferay 6.0-ee-sp2

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

Packages that use GroupedModel
com.liferay.portal.model   
com.liferay.portlet.asset.model   
com.liferay.portlet.blogs.model   
com.liferay.portlet.bookmarks.model   
com.liferay.portlet.calendar.model   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.imagegallery.model   
com.liferay.portlet.journal.model   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.polls.model   
com.liferay.portlet.shopping.model   
com.liferay.portlet.softwarecatalog.model   
com.liferay.portlet.tasks.model   
com.liferay.portlet.wiki.model   
 

Uses of GroupedModel in com.liferay.portal.model
 

Subinterfaces of GroupedModel in com.liferay.portal.model
 interface PortletItem
          The extended model interface for the PortletItem service.
 interface PortletItemModel
          The base model interface for the PortletItem 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 PortletItemWrapper
           This class is a wrapper for PortletItem.
 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.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.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.bookmarks.model
 

Subinterfaces of GroupedModel in com.liferay.portlet.bookmarks.model
 interface BookmarksEntry
          The extended model interface for the BookmarksEntry service.
 interface BookmarksEntryModel
          The base model interface for the BookmarksEntry service.
 interface BookmarksFolder
          The extended model interface for the BookmarksFolder service.
 interface BookmarksFolderModel
          The base model interface for the BookmarksFolder service.
 

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

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

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

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 DLFileShortcut
          The extended model interface for the DLFileShortcut service.
 interface DLFileShortcutModel
          The base model interface for the DLFileShortcut 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 DLFileEntryWrapper
           This class is a wrapper for DLFileEntry.
 class DLFileShortcutWrapper
           This class is a wrapper for DLFileShortcut.
 class DLFolderWrapper
           This class is a wrapper for DLFolder.
 

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

Subinterfaces of GroupedModel in com.liferay.portlet.imagegallery.model
 interface IGFolder
          The extended model interface for the IGFolder service.
 interface IGFolderModel
          The base model interface for the IGFolder service.
 interface IGImage
          The extended model interface for the IGImage service.
 interface IGImageModel
          The base model interface for the IGImage service.
 

Classes in com.liferay.portlet.imagegallery.model that implement GroupedModel
 class IGFolderWrapper
           This class is a wrapper for IGFolder.
 class IGImageWrapper
           This class is a wrapper for IGImage.
 

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

Subinterfaces of GroupedModel in com.liferay.portlet.journal.model
 interface JournalArticle
          The extended model interface for the JournalArticle service.
 interface JournalArticleModel
          The base model interface for the JournalArticle service.
 interface JournalFeed
          The extended model interface for the JournalFeed service.
 interface JournalFeedModel
          The base model interface for the JournalFeed service.
 interface JournalStructure
          The extended model interface for the JournalStructure service.
 interface JournalStructureModel
          The base model interface for the JournalStructure service.
 interface JournalTemplate
          The extended model interface for the JournalTemplate service.
 interface JournalTemplateModel
          The base model interface for the JournalTemplate service.
 

Classes in com.liferay.portlet.journal.model that implement GroupedModel
 class JournalArticleWrapper
           This class is a wrapper for JournalArticle.
 class JournalFeedWrapper
           This class is a wrapper for JournalFeed.
 class JournalStructureWrapper
           This class is a wrapper for JournalStructure.
 class JournalTemplateWrapper
           This class is a wrapper for JournalTemplate.
 

Uses of 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 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.
 

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 MBMailingListWrapper
           This class is a wrapper for MBMailingList.
 class MBMessageWrapper
           This class is a wrapper for MBMessage.
 

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

Subinterfaces of GroupedModel in com.liferay.portlet.polls.model
 interface PollsQuestion
          The extended model interface for the PollsQuestion service.
 interface PollsQuestionModel
          The base model interface for the PollsQuestion service.
 

Classes in com.liferay.portlet.polls.model that implement GroupedModel
 class PollsQuestionWrapper
           This class is a wrapper for PollsQuestion.
 

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

Subinterfaces of GroupedModel 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 ShoppingItemModel
          The base model interface for the ShoppingItem service.
 interface ShoppingOrder
          The extended model interface for the ShoppingOrder service.
 interface ShoppingOrderModel
          The base model interface for the ShoppingOrder service.
 

Classes in com.liferay.portlet.shopping.model that implement GroupedModel
 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 ShoppingItemWrapper
           This class is a wrapper for ShoppingItem.
 class ShoppingOrderWrapper
           This class is a wrapper for ShoppingOrder.
 

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

Subinterfaces of GroupedModel 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 SCProductEntry
          The extended model interface for the SCProductEntry service.
 interface SCProductEntryModel
          The base model interface for the SCProductEntry service.
 

Classes in com.liferay.portlet.softwarecatalog.model that implement GroupedModel
 class SCFrameworkVersionWrapper
           This class is a wrapper for SCFrameworkVersion.
 class SCProductEntryWrapper
           This class is a wrapper for SCProductEntry.
 

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

Subinterfaces of GroupedModel in com.liferay.portlet.tasks.model
 interface TasksProposal
          The extended model interface for the TasksProposal service.
 interface TasksProposalModel
          The base model interface for the TasksProposal service.
 interface TasksReview
          The extended model interface for the TasksReview service.
 interface TasksReviewModel
          The base model interface for the TasksReview service.
 

Classes in com.liferay.portlet.tasks.model that implement GroupedModel
 class TasksProposalWrapper
           This class is a wrapper for TasksProposal.
 class TasksReviewWrapper
           This class is a wrapper for TasksReview.
 

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

Subinterfaces of GroupedModel in com.liferay.portlet.wiki.model
 interface WikiNode
          The extended model interface for the WikiNode service.
 interface WikiNodeModel
          The base model interface for the WikiNode service.
 interface WikiPage
          The extended model interface for the WikiPage service.
 interface WikiPageModel
          The base model interface for the WikiPage service.
 

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


Liferay 6.0-ee-sp2