Liferay 6.1.2-ce-ga3

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

Packages that use WikiPageDisplay
com.liferay.portlet.wiki.service   
 

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

Methods in com.liferay.portlet.wiki.service that return WikiPageDisplay
 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(long nodeId, String title, 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)
           
 WikiPageDisplay WikiPageLocalServiceWrapper.getPageDisplay(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 


Liferay 6.1.2-ce-ga3