com.liferay.portlet.dynamicdatamapping.util
Interface DDMDisplay
- All Known Implementing Classes:
- BaseDDMDisplay
@ProviderType
public interface DDMDisplay
|
Method Summary |
String |
getAvailableFields()
|
DDMPermissionHandler |
getDDMPermissionHandler()
|
String |
getEditStructureDefaultValuesURL(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
DDMStructure structure,
String redirectURL,
String backURL)
|
String |
getEditTemplateBackURL(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
long classNameId,
long classPK,
String portletResource)
|
String |
getEditTemplateTitle(DDMStructure structure,
DDMTemplate template,
Locale locale)
|
String |
getEditTemplateTitle(long classNameId,
Locale locale)
|
String |
getPortletId()
|
String |
getStorageType()
|
String |
getStructureName(Locale locale)
|
String |
getStructureType()
|
long[] |
getTemplateClassNameIds(long classNameId)
|
long[] |
getTemplateClassPKs(long companyId,
long classNameId,
long classPK)
|
long[] |
getTemplateGroupIds(ThemeDisplay themeDisplay,
boolean includeAncestorTemplates)
|
long |
getTemplateHandlerClassNameId(DDMTemplate template,
long classNameId)
|
Set<String> |
getTemplateLanguageTypes()
|
String |
getTemplateMode()
|
String |
getTemplateType()
|
String |
getTemplateType(DDMTemplate template,
Locale locale)
|
String |
getViewTemplatesBackURL(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
long classPK)
|
Set<String> |
getViewTemplatesExcludedColumnNames()
|
String |
getViewTemplatesTitle(DDMStructure structure,
boolean controlPanel,
boolean search,
Locale locale)
|
String |
getViewTemplatesTitle(DDMStructure structure,
boolean controlPanel,
Locale locale)
Deprecated. As of 7.0.0 |
String |
getViewTemplatesTitle(DDMStructure structure,
Locale locale)
|
boolean |
isShowAddStructureButton()
|
boolean |
isShowStructureSelector()
|
getAvailableFields
String getAvailableFields()
getDDMPermissionHandler
DDMPermissionHandler getDDMPermissionHandler()
getEditStructureDefaultValuesURL
String getEditStructureDefaultValuesURL(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
DDMStructure structure,
String redirectURL,
String backURL)
throws Exception
- Throws:
Exception
getEditTemplateBackURL
String getEditTemplateBackURL(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
long classNameId,
long classPK,
String portletResource)
throws Exception
- Throws:
Exception
getEditTemplateTitle
String getEditTemplateTitle(DDMStructure structure,
DDMTemplate template,
Locale locale)
getEditTemplateTitle
String getEditTemplateTitle(long classNameId,
Locale locale)
getPortletId
String getPortletId()
getStorageType
String getStorageType()
getStructureName
String getStructureName(Locale locale)
getStructureType
String getStructureType()
getTemplateClassNameIds
long[] getTemplateClassNameIds(long classNameId)
getTemplateClassPKs
long[] getTemplateClassPKs(long companyId,
long classNameId,
long classPK)
throws Exception
- Throws:
Exception
getTemplateGroupIds
long[] getTemplateGroupIds(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)
getViewTemplatesBackURL
String getViewTemplatesBackURL(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
long classPK)
throws Exception
- Throws:
Exception
getViewTemplatesExcludedColumnNames
Set<String> getViewTemplatesExcludedColumnNames()
getViewTemplatesTitle
String getViewTemplatesTitle(DDMStructure structure,
boolean controlPanel,
boolean search,
Locale locale)
getViewTemplatesTitle
@Deprecated
String getViewTemplatesTitle(DDMStructure structure,
boolean controlPanel,
Locale locale)
- Deprecated. As of 7.0.0
getViewTemplatesTitle
String getViewTemplatesTitle(DDMStructure structure,
Locale locale)
isShowAddStructureButton
boolean isShowAddStructureButton()
isShowStructureSelector
boolean isShowStructureSelector()