Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.wiki.model.WikiPageModel

Packages that use WikiPageModel
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.wiki.model   
com.liferay.portlet.wiki.model.impl   
 

Uses of WikiPageModel in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return WikiPageModel
protected  WikiPageModel DataFactory.newWikiPageModel(WikiNodeModel wikiNodeModel, int index)
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return types with arguments of type WikiPageModel
 List<WikiPageModel> DataFactory.newWikiPageModels(WikiNodeModel wikiNodeModel)
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type WikiPageModel
 AssetEntryModel DataFactory.newAssetEntryModel(WikiPageModel wikiPageModel)
           
 List<ResourcePermissionModel> DataFactory.newResourcePermissionModels(WikiPageModel wikiPageModel)
           
 SubscriptionModel DataFactory.newSubscriptionModel(WikiPageModel wikiPageModel)
           
 WikiPageResourceModel DataFactory.newWikiPageResourceModel(WikiPageModel wikiPageModel)
           
 

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

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

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

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

Classes in com.liferay.portlet.wiki.model.impl that implement WikiPageModel
 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.2-ce-ga5