Liferay 6.1.2-ce-ga3

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

Packages that use ResourcedModel
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.model.impl   
com.liferay.portlet.wiki.model   
com.liferay.portlet.wiki.model.impl   
 

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

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

Classes in com.liferay.portlet.journal.model that implement ResourcedModel
 class JournalArticleWrapper
           This class is a wrapper for JournalArticle.
 

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

Classes in com.liferay.portlet.journal.model.impl that implement ResourcedModel
 class JournalArticleBaseImpl
          The extended model base implementation for the JournalArticle service.
 class JournalArticleImpl
           
 class JournalArticleModelImpl
          The base model implementation for the JournalArticle service.
 

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

Subinterfaces of ResourcedModel in com.liferay.portlet.wiki.model
 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 ResourcedModel
 class WikiPageWrapper
           This class is a wrapper for WikiPage.
 

Uses of ResourcedModel in com.liferay.portlet.wiki.model.impl
 

Classes in com.liferay.portlet.wiki.model.impl that implement ResourcedModel
 class WikiPageBaseImpl
          The extended model base implementation for the WikiPage service.
 class WikiPageImpl
           
 class WikiPageModelImpl
          The base model implementation for the WikiPage service.
 


Liferay 6.1.2-ce-ga3