Interface DDMNavigationHelper
- All Known Implementing Classes:
DDMNavigationHelperImpl
public interface DDMNavigationHelper
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanisNavigationStartsOnEditStructure(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) booleanisNavigationStartsOnEditTemplate(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) booleanisNavigationStartsOnSelectStructure(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) booleanisNavigationStartsOnSelectTemplate(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) booleanisNavigationStartsOnViewStructures(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) booleanisNavigationStartsOnViewTemplates(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