public class DDMNavigationHelperImpl extends java.lang.Object implements DDMNavigationHelper
EDIT_STRUCTURE, EDIT_TEMPLATE, SELECT_STRUCTURE, SELECT_TEMPLATE, VIEW_STRUCTURES, VIEW_TEMPLATES
Constructor and Description |
---|
DDMNavigationHelperImpl() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isNavigationStartsOn(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest,
java.lang.String startPoint) |
boolean |
isNavigationStartsOnEditStructure(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) |
boolean |
isNavigationStartsOnEditTemplate(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) |
boolean |
isNavigationStartsOnSelectStructure(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) |
boolean |
isNavigationStartsOnSelectTemplate(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) |
boolean |
isNavigationStartsOnViewStructures(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) |
boolean |
isNavigationStartsOnViewTemplates(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) |
public boolean isNavigationStartsOnEditStructure(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest)
isNavigationStartsOnEditStructure
in interface DDMNavigationHelper
public boolean isNavigationStartsOnEditTemplate(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest)
isNavigationStartsOnEditTemplate
in interface DDMNavigationHelper
public boolean isNavigationStartsOnSelectStructure(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest)
isNavigationStartsOnSelectStructure
in interface DDMNavigationHelper
public boolean isNavigationStartsOnSelectTemplate(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest)
isNavigationStartsOnSelectTemplate
in interface DDMNavigationHelper
public boolean isNavigationStartsOnViewStructures(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest)
isNavigationStartsOnViewStructures
in interface DDMNavigationHelper
public boolean isNavigationStartsOnViewTemplates(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest)
isNavigationStartsOnViewTemplates
in interface DDMNavigationHelper
protected boolean isNavigationStartsOn(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, java.lang.String startPoint)