Liferay 6.2-ce-ga5

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

Packages that use WikiPageDisplay
com.liferay.portlet.wiki.model.impl   
com.liferay.portlet.wiki.service   
com.liferay.portlet.wiki.service.impl   
com.liferay.portlet.wiki.util   
 

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

Classes in com.liferay.portlet.wiki.model.impl that implement WikiPageDisplay
 class WikiPageDisplayImpl
           
 

Uses of WikiPageDisplay in com.liferay.portlet.wiki.service
 

Methods in com.liferay.portlet.wiki.service that return WikiPageDisplay
 WikiPageDisplay WikiPageLocalServiceWrapper.getPageDisplay(long nodeId, String title, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 WikiPageDisplay WikiPageLocalService.getPageDisplay(long nodeId, String title, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
static WikiPageDisplay WikiPageLocalServiceUtil.getPageDisplay(long nodeId, String title, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 WikiPageDisplay WikiPageLocalServiceWrapper.getPageDisplay(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 WikiPageDisplay WikiPageLocalService.getPageDisplay(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
static WikiPageDisplay WikiPageLocalServiceUtil.getPageDisplay(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 

Uses of WikiPageDisplay in com.liferay.portlet.wiki.service.impl
 

Methods in com.liferay.portlet.wiki.service.impl that return WikiPageDisplay
 WikiPageDisplay WikiPageLocalServiceImpl.getPageDisplay(long nodeId, String title, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 WikiPageDisplay WikiPageLocalServiceImpl.getPageDisplay(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 

Uses of WikiPageDisplay in com.liferay.portlet.wiki.util
 

Methods in com.liferay.portlet.wiki.util that return WikiPageDisplay
static WikiPageDisplay WikiCacheUtil.getDisplay(long nodeId, String title, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 


Liferay 6.2-ce-ga5