public interface DDMNavigationHelper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EDIT_STRUCTURE |
static java.lang.String |
EDIT_TEMPLATE |
static java.lang.String |
SELECT_STRUCTURE |
static java.lang.String |
SELECT_TEMPLATE |
static java.lang.String |
VIEW_STRUCTURES |
static java.lang.String |
VIEW_TEMPLATES |
Modifier and Type | Method and Description |
---|---|
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) |
static final java.lang.String EDIT_STRUCTURE
static final java.lang.String EDIT_TEMPLATE
static final java.lang.String SELECT_STRUCTURE
static final java.lang.String SELECT_TEMPLATE
static final java.lang.String VIEW_STRUCTURES
static final java.lang.String VIEW_TEMPLATES
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)