Interface DDMDisplay
- All Known Implementing Classes:
BaseDDMDisplay
@ProviderType
public interface DDMDisplay
-
Method Summary
Modifier and TypeMethodDescriptiongetDescription
(Locale locale) getEditStructureDefaultValuesURL
(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, DDMStructure structure, String redirectURL) getEditTemplateBackURL
(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, long classNameId, long classPK, long resourceClassNameId, String portletResource) getEditTemplateTitle
(long classNameId, Locale locale) getEditTemplateTitle
(DDMStructure structure, DDMTemplate template, Locale locale) getStructureName
(Locale locale) long[]
getTemplateClassNameIds
(long classNameId) long[]
getTemplateClassPKs
(long companyId, long classNameId, long classPK) long[]
getTemplateGroupIds
(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, boolean includeAncestorTemplates) long
getTemplateHandlerClassNameId
(DDMTemplate template, long classNameId) getTemplateType
(DDMTemplate template, Locale locale) getViewStructuresBackURL
(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse) getViewTemplatesBackURL
(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, long classPK) getViewTemplatesTitle
(DDMStructure structure, boolean controlPanel, boolean search, Locale locale) getViewTemplatesTitle
(DDMStructure structure, Locale locale) boolean
isEnableSelectStructureLink
(DDMStructure structure, long classPK) boolean
isShowAddButton
(com.liferay.portal.kernel.model.Group scopeGroup) boolean
boolean
boolean
boolean
Deprecated.As of Cavanaugh (7.4.x)boolean
-
Method Details
-
getAvailableFields
String getAvailableFields() -
getConfirmSelectStructureMessage
-
getConfirmSelectTemplateMessage
-
getDefaultTabItem
DDMDisplayTabItem getDefaultTabItem() -
getDefaultTemplateLanguage
String getDefaultTemplateLanguage() -
getDescription
-
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
-
getEditTemplateTitle
-
getStorageType
String getStorageType() -
getStructureName
-
getStructureType
String getStructureType() -
getTabItems
List<DDMDisplayTabItem> getTabItems() -
getTemplateClassNameIds
long[] getTemplateClassNameIds(long classNameId) -
getTemplateClassPKs
- Throws:
Exception
-
getTemplateGroupIds
long[] getTemplateGroupIds(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, boolean includeAncestorTemplates) throws Exception - Throws:
Exception
-
getTemplateHandlerClassNameId
-
getTemplateLanguageTypes
-
getTemplateMode
String getTemplateMode() -
getTemplateType
String getTemplateType() -
getTemplateType
-
getTitle
-
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
-
getViewTemplatesTitle
String getViewTemplatesTitle(DDMStructure structure, boolean controlPanel, boolean search, Locale locale) -
getViewTemplatesTitle
-
isEnableSelectStructureLink
-
isShowAddButton
boolean isShowAddButton(com.liferay.portal.kernel.model.Group scopeGroup) -
isShowBackURLInTitleBar
boolean isShowBackURLInTitleBar() -
isShowConfirmSelectStructure
boolean isShowConfirmSelectStructure() -
isShowConfirmSelectTemplate
boolean isShowConfirmSelectTemplate() -
isShowStructureSelector
Deprecated.As of Cavanaugh (7.4.x) -
isVersioningEnabled
boolean isVersioningEnabled()
-