Interface DDMDisplay

All Known Implementing Classes:
BaseDDMDisplay

@ProviderType public interface DDMDisplay
  • Method Details

    • getAvailableFields

      String getAvailableFields()
    • getConfirmSelectStructureMessage

      String getConfirmSelectStructureMessage(Locale locale)
    • getConfirmSelectTemplateMessage

      String getConfirmSelectTemplateMessage(Locale locale)
    • getDDMNavigationHelper

      DDMNavigationHelper getDDMNavigationHelper()
    • getDefaultTabItem

      DDMDisplayTabItem getDefaultTabItem()
    • getDefaultTemplateLanguage

      String getDefaultTemplateLanguage()
    • getDescription

      String getDescription(Locale locale)
    • getEditStructureDefaultValuesURL

      String getEditStructureDefaultValuesURL(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, DDMStructure structure, String redirectURL) throws Exception
      Throws:
      Exception
    • getEditTemplateBackURL

      String getEditTemplateBackURL(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, long classNameId, long classPK, long resourceClassNameId, String portletResource) throws Exception
      Throws:
      Exception
    • getEditTemplateTitle

      String getEditTemplateTitle(DDMStructure structure, DDMTemplate template, Locale locale)
    • getEditTemplateTitle

      String getEditTemplateTitle(long classNameId, Locale locale)
    • getStorageType

      String getStorageType()
    • getStructureName

      String getStructureName(Locale locale)
    • getStructureType

      String getStructureType()
    • getTabItems

      List<DDMDisplayTabItem> getTabItems()
    • getTemplateClassNameIds

      long[] getTemplateClassNameIds(long classNameId)
    • getTemplateClassPKs

      long[] getTemplateClassPKs(long companyId, long classNameId, long classPK) throws Exception
      Throws:
      Exception
    • getTemplateGroupIds

      long[] getTemplateGroupIds(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, boolean includeAncestorTemplates) throws Exception
      Throws:
      Exception
    • getTemplateHandlerClassNameId

      long getTemplateHandlerClassNameId(DDMTemplate template, long classNameId)
    • getTemplateLanguageTypes

      Set<String> getTemplateLanguageTypes()
    • getTemplateMode

      String getTemplateMode()
    • getTemplateType

      String getTemplateType()
    • getTemplateType

      String getTemplateType(DDMTemplate template, Locale locale)
    • getTitle

      String getTitle(Locale locale)
    • getViewStructuresBackURL

      String getViewStructuresBackURL(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse) throws Exception
      Throws:
      Exception
    • getViewTemplatesBackURL

      String getViewTemplatesBackURL(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, long classPK) throws Exception
      Throws:
      Exception
    • getViewTemplatesExcludedColumnNames

      Set<String> getViewTemplatesExcludedColumnNames()
    • getViewTemplatesTitle

      String getViewTemplatesTitle(DDMStructure structure, boolean controlPanel, boolean search, Locale locale)
    • getViewTemplatesTitle

      String getViewTemplatesTitle(DDMStructure structure, Locale locale)
    • isEnableSelectStructureLink

      boolean isEnableSelectStructureLink(DDMStructure structure, long classPK)
    • isShowAddButton

      boolean isShowAddButton(com.liferay.portal.kernel.model.Group scopeGroup)
    • isShowBackURLInTitleBar

      boolean isShowBackURLInTitleBar()
    • isShowConfirmSelectStructure

      boolean isShowConfirmSelectStructure()
    • isShowConfirmSelectTemplate

      boolean isShowConfirmSelectTemplate()
    • isShowStructureSelector

      @Deprecated boolean isShowStructureSelector()
      Deprecated.
      As of Cavanaugh (7.4.x)
    • isVersioningEnabled

      boolean isVersioningEnabled()