Interface DDMNavigationHelper
- All Known Implementing Classes:
DDMNavigationHelperImpl
public interface DDMNavigationHelper
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
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)
-
Field Details
-
EDIT_STRUCTURE
- See Also:
-
EDIT_TEMPLATE
- See Also:
-
SELECT_STRUCTURE
- See Also:
-
SELECT_TEMPLATE
- See Also:
-
VIEW_STRUCTURES
- See Also:
-
VIEW_TEMPLATES
- See Also:
-
-
Method Details